/*
Theme Name: LogisticaGB Lite
Theme URI: https://www.logisticagb.com/
Author: Codex
Description: Tema ligero y rapido para LogisticaGB, pensado para trabajar con Elementor Pro y WooCommerce.
Version: 1.0.0
Text Domain: gb-logistica-lite
*/

:root {
	--gb-theme-ink: #090909;
	--gb-theme-ink-soft: #4c4f5d;
	--gb-theme-ink-muted: #767b8d;
	--gb-theme-bg: #f4f5f9;
	--gb-theme-surface: #ffffff;
	--gb-theme-surface-soft: #f8f9fd;
	--gb-theme-primary: #161165;
	--gb-theme-primary-strong: #0c38bd;
	--gb-theme-accent: #3d74ff;
	--gb-theme-border: rgba(22, 17, 101, 0.14);
	--gb-theme-border-strong: rgba(12, 56, 189, 0.2);
	--gb-theme-radius: 28px;
	--gb-theme-radius-md: 22px;
	--gb-theme-shadow: 0 22px 60px rgba(9, 9, 9, 0.08);
	--gb-theme-shadow-lg: 0 28px 90px rgba(12, 56, 189, 0.12);
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	overflow-x: hidden;
	background:
		radial-gradient(circle at top left, rgba(12, 56, 189, 0.12), transparent 24%),
		radial-gradient(circle at top right, rgba(22, 17, 101, 0.08), transparent 22%),
		linear-gradient(180deg, #ffffff 0%, var(--gb-theme-bg) 48%, #eef1f8 100%);
	color: var(--gb-theme-ink);
}

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

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

.site-shell,
.site-footer__inner,
.site-header__inner {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	overflow-x: clip;
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.88);
	border-bottom: 1px solid rgba(22, 17, 101, 0.08);
	box-shadow: 0 16px 40px rgba(9, 9, 9, 0.05);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 92px;
}

.site-branding {
	display: flex;
	align-items: center;
	min-width: 0;
}

.site-branding__link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.site-branding__logo {
	width: auto;
	height: 56px;
	filter: drop-shadow(0 12px 24px rgba(22, 17, 101, 0.12));
}

.site-branding__copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.site-branding__name {
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.site-branding__line {
	color: var(--gb-theme-ink-muted);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	white-space: nowrap;
}

.site-header__nav-shell {
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	min-width: 0;
	overflow: hidden;
}

.main-navigation {
	padding: 10px 16px;
	border: 1px solid rgba(22, 17, 101, 0.08);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 253, 0.92)),
		radial-gradient(circle at top center, rgba(12, 56, 189, 0.08), transparent 46%);
	box-shadow: 0 16px 34px rgba(9, 9, 9, 0.05);
}

.main-navigation ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1rem;
	border-radius: 999px;
	color: var(--gb-theme-ink-soft);
	font-size: 0.93rem;
	font-weight: 700;
	line-height: 1;
	transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.main-navigation a:hover,
.main-navigation a:focus-visible {
	background: rgba(22, 17, 101, 0.08);
	color: var(--gb-theme-primary);
	transform: translateY(-1px);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
}

.gb-language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px;
	border: 1px solid rgba(22, 17, 101, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 12px 24px rgba(9, 9, 9, 0.06);
}

.gb-language-switcher__button {
	min-width: 42px;
	padding: 0.55rem 0.8rem;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--gb-theme-ink-soft);
	font-weight: 800;
	cursor: pointer;
}

.gb-language-switcher__button.is-active {
	background: linear-gradient(135deg, var(--gb-theme-primary), var(--gb-theme-primary-strong));
	color: #fff;
}

.header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.92rem 1.25rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #090909, var(--gb-theme-primary));
	color: #fff;
	font-size: 0.93rem;
	font-weight: 800;
	box-shadow: 0 18px 34px rgba(12, 56, 189, 0.22);
}

.site-main {
	padding: 28px 0 72px;
	overflow-x: clip;
}

.gb-section {
	position: relative;
	padding: 34px 0;
	overflow-x: clip;
}

.gb-section--hero {
	padding-top: 18px;
}

.gb-grid-two {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 28px;
	align-items: stretch;
}

.gb-grid-two--hero {
	position: relative;
	align-items: start;
}

.gb-card-surface {
	padding: 30px;
	border: 1px solid var(--gb-theme-border);
	border-radius: var(--gb-theme-radius);
	background: rgba(255, 255, 255, 0.8);
	box-shadow: var(--gb-theme-shadow);
}

.gb-card-surface--hero-copy {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.18), transparent 30%),
		radial-gradient(circle at bottom left, rgba(12, 56, 189, 0.2), transparent 30%),
		linear-gradient(145deg, #070707 0%, #0f1033 46%, #161165 100%);
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: var(--gb-theme-shadow-lg);
	color: #fff;
}

.gb-card-surface--hero-copy::after {
	content: "";
	position: absolute;
	right: -50px;
	top: -50px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 68%);
	pointer-events: none;
}

.gb-card-surface--booking {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 253, 0.96)),
		radial-gradient(circle at top center, rgba(12, 56, 189, 0.1), transparent 34%);
	border-color: rgba(12, 56, 189, 0.16);
	box-shadow: 0 24px 80px rgba(12, 56, 189, 0.16);
}

.gb-card-surface--dark {
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.14), transparent 28%),
		linear-gradient(145deg, #090909 0%, #11112c 40%, #161165 100%);
	border-color: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.gb-card-surface--form {
	background: linear-gradient(180deg, #ffffff 0%, #f8f9fd 100%);
}

.gb-eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	background: rgba(12, 56, 189, 0.12);
	color: var(--gb-theme-primary-strong);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gb-card-surface--hero-copy .gb-eyebrow,
.gb-card-surface--dark .gb-eyebrow {
	background: rgba(255, 255, 255, 0.12);
	color: #dbe4ff;
}

.gb-hero-copy h1 {
	margin: 18px 0 18px;
	max-width: 10ch;
	font-size: clamp(2.8rem, 5vw, 5rem);
	line-height: 0.92;
	letter-spacing: -0.06em;
}

.gb-hero-copy p {
	margin: 0;
	max-width: 56ch;
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.05rem;
	line-height: 1.7;
}

.gb-hero-points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 26px;
}

.gb-hero-points span {
	display: flex;
	align-items: center;
	min-height: 72px;
	padding: 16px 18px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.4;
	backdrop-filter: blur(10px);
}

.gb-hero-points span:last-child {
	grid-column: 1 / -1;
}

.gb-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 22px;
	margin-bottom: 24px;
}

.gb-section-head h2 {
	margin: 10px 0 0;
	max-width: 14ch;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 0.96;
	letter-spacing: -0.05em;
}

.gb-section-head p {
	max-width: 56ch;
	margin: 0;
	color: var(--gb-theme-ink-soft);
	font-size: 1rem;
	line-height: 1.7;
}

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

.gb-trust-item,
.gb-b2b-item,
.gb-landing-card {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border: 1px solid var(--gb-theme-border);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 18px 40px rgba(9, 9, 9, 0.05);
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.gb-trust-item::before,
.gb-b2b-item::before,
.gb-landing-card::before {
	content: "";
	display: block;
	width: 52px;
	height: 4px;
	margin-bottom: 22px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--gb-theme-primary), var(--gb-theme-accent));
}

.gb-trust-item:nth-child(2),
.gb-landing-card:nth-child(2) {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 247, 255, 0.96)),
		radial-gradient(circle at top right, rgba(12, 56, 189, 0.08), transparent 34%);
}

.gb-trust-item:nth-child(3),
.gb-b2b-item:nth-child(3) {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 246, 250, 0.98)),
		radial-gradient(circle at top right, rgba(22, 17, 101, 0.06), transparent 36%);
}

.gb-trust-item h3,
.gb-b2b-item h3,
.gb-landing-card h3 {
	margin: 0 0 10px;
	font-size: 1.24rem;
	line-height: 1.1;
}

.gb-trust-item p,
.gb-b2b-item p,
.gb-landing-card p {
	margin: 0;
	color: var(--gb-theme-ink-soft);
	line-height: 1.65;
}

.gb-section--fleet {
	margin-top: 12px;
	padding: 42px 26px;
	border-radius: 36px;
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.18), transparent 24%),
		radial-gradient(circle at bottom left, rgba(12, 56, 189, 0.18), transparent 24%),
		linear-gradient(150deg, #080808 0%, #11112d 36%, #161165 100%);
	box-shadow: var(--gb-theme-shadow-lg);
}

.gb-section--fleet .gb-section-head h2,
.gb-section--fleet .gb-section-head p,
.gb-section--fleet .gb-eyebrow {
	color: #fff;
}

.gb-section--fleet .gb-eyebrow {
	background: rgba(255, 255, 255, 0.12);
}

.gb-section--fleet .gb-section-head p {
	color: rgba(255, 255, 255, 0.74);
}

.gb-section--corporate .gb-grid-two {
	align-items: stretch;
}

.gb-card-surface--dark .gb-section-head {
	margin-bottom: 18px;
}

.gb-card-surface--dark .gb-section-head h2 {
	color: #fff;
}

.gb-card-surface--dark .gb-b2b-item {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: none;
}

.gb-card-surface--dark .gb-b2b-item h3,
.gb-card-surface--dark .gb-b2b-item p {
	color: #fff;
}

.gb-card-surface--dark .gb-b2b-item p {
	color: rgba(255, 255, 255, 0.76);
}

.gb-section--landings .gb-landing-card {
	min-height: 260px;
}

.gb-landing-card:nth-child(1) {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.96), rgba(242,246,255,0.95)),
		radial-gradient(circle at top right, rgba(12, 56, 189, 0.12), transparent 34%);
}

.gb-landing-card:nth-child(2) {
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.18), transparent 32%),
		linear-gradient(150deg, #101022 0%, #161165 100%);
	border-color: rgba(255, 255, 255, 0.08);
}

.gb-landing-card:nth-child(2)::before {
	background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.6));
}

.gb-landing-card:nth-child(2) h3,
.gb-landing-card:nth-child(2) p {
	color: #fff;
}

.gb-landing-card:nth-child(2) p {
	color: rgba(255, 255, 255, 0.78);
}

.gb-section--testimonials .gb-section-head {
	margin-bottom: 18px;
}

.site-footer {
	position: relative;
	margin-top: 28px;
	padding: 44px 0 54px;
	overflow-x: clip;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background:
		radial-gradient(circle at top left, rgba(12, 56, 189, 0.18), transparent 24%),
		radial-gradient(circle at bottom right, rgba(22, 17, 101, 0.24), transparent 26%),
		linear-gradient(145deg, #050505 0%, #101022 42%, #161165 100%);
	color: #fff;
}

.site-footer__inner {
	display: grid;
	grid-template-columns: 1.25fr 1fr 1fr;
	gap: 24px;
	align-items: start;
}

.site-footer__brand {
	display: grid;
	gap: 14px;
	padding: 8px 0;
}

.site-footer__brand-link {
	display: inline-flex;
	align-items: center;
}

.site-footer__logo {
	width: auto;
	height: 64px;
	filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.22));
}

.site-footer__line {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.site-footer__tagline {
	margin: 0;
	max-width: 32ch;
	font-size: 1.06rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.92);
}

.site-footer__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 0.95rem 1.2rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #ffffff, #dfe8ff);
	color: #101022;
	font-weight: 800;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.site-footer__panel {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(12px);
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-footer h4 {
	margin: 0 0 14px;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.site-footer p,
.site-footer li,
.site-footer a {
	color: rgba(255, 255, 255, 0.8);
}

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

.site-footer a:hover,
.site-footer a:focus-visible {
	color: #fff;
}

.gb-section--catalog-hero {
	padding-top: 18px;
	padding-bottom: 18px;
}

.gb-catalog-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: 22px;
	padding: 28px;
	border: 1px solid rgba(22, 17, 101, 0.1);
	border-radius: 32px;
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.16), transparent 26%),
		linear-gradient(145deg, #080808 0%, #11112d 40%, #161165 100%);
	box-shadow: var(--gb-theme-shadow-lg);
	color: #fff;
}

.gb-catalog-hero__copy h1 {
	margin: 18px 0 14px;
	max-width: 12ch;
	font-size: clamp(2.4rem, 4vw, 4.6rem);
	line-height: 0.92;
	letter-spacing: -0.06em;
}

.gb-catalog-hero__copy p {
	margin: 0;
	max-width: 56ch;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
}

.gb-catalog-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
}

.gb-catalog-stat {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 18px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
}

.gb-catalog-stat strong {
	font-size: clamp(1.6rem, 4vw, 2.2rem);
	line-height: 1;
}

.gb-catalog-stat span {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 1.5;
}

.gb-catalog-shell {
	display: grid;
	gap: 22px;
}

.gb-catalog-toolbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	padding: 20px;
	border: 1px solid rgba(22, 17, 101, 0.08);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 16px 34px rgba(9, 9, 9, 0.05);
}

.gb-catalog-toolbar__filters {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.gb-catalog-filter {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--gb-theme-ink);
}

.gb-catalog-filter input,
.gb-catalog-filter select {
	width: 100%;
	min-height: 52px;
	padding: 0.85rem 0.95rem;
	border: 1px solid rgba(22, 17, 101, 0.12);
	border-radius: 16px;
	background: #fff;
	color: var(--gb-theme-ink);
	font-family: inherit;
	box-sizing: border-box;
}

.gb-catalog-filter input:focus,
.gb-catalog-filter select:focus {
	outline: 0;
	border-color: rgba(12, 56, 189, 0.35);
	box-shadow: 0 0 0 4px rgba(12, 56, 189, 0.08);
}

.gb-catalog-toolbar__meta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	gap: 10px;
}

.gb-catalog-results {
	margin: 0;
	color: var(--gb-theme-ink-soft);
}

.gb-catalog-results strong {
	color: var(--gb-theme-primary);
	font-size: 1.2rem;
}

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

.gb-catalog-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(22, 17, 101, 0.1);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 20px 44px rgba(9, 9, 9, 0.08);
}

.gb-catalog-card__media {
	position: relative;
	display: block;
	min-height: 250px;
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.2), transparent 32%),
		linear-gradient(145deg, #0b0b18 0%, #161165 100%);
}

.gb-catalog-card__media img {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.gb-catalog-card__overlay {
	position: absolute;
	inset: auto 0 0 0;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 12px;
	padding: 18px;
	background: linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 0.8));
}

.gb-catalog-card__badge {
	display: inline-flex;
	align-items: center;
	padding: 0.4rem 0.8rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.gb-catalog-card__price {
	display: grid;
	justify-items: end;
	gap: 2px;
	color: #fff;
	text-align: right;
}

.gb-catalog-card__price span {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.gb-catalog-card__price strong {
	font-size: 1.34rem;
	line-height: 1;
}

.gb-catalog-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 20px;
}

.gb-catalog-card__heading {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.gb-catalog-card__heading h2 {
	margin: 0;
	font-size: 1.35rem;
	line-height: 1.05;
}

.gb-catalog-card__deposit {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin: 0;
	font-size: 0.82rem;
	color: var(--gb-theme-ink-soft);
}

.gb-catalog-card__deposit strong {
	color: var(--gb-theme-primary);
}

.gb-catalog-card__description {
	margin: 0 0 16px;
	color: var(--gb-theme-ink-soft);
	line-height: 1.7;
}

.gb-catalog-card__specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.gb-catalog-spec {
	display: grid;
	gap: 4px;
	padding: 12px 14px;
	border-radius: 18px;
	background: rgba(22, 17, 101, 0.04);
}

.gb-catalog-spec span {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gb-theme-ink-muted);
}

.gb-catalog-spec strong {
	font-size: 0.96rem;
	line-height: 1.3;
}

.gb-catalog-card__note {
	margin: 14px 0 0;
	color: var(--gb-theme-ink-muted);
	font-size: 0.9rem;
	line-height: 1.5;
}

.gb-catalog-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.gb-catalog-card__actions .gb-button {
	flex: 1 1 180px;
}

.gb-catalog-card__whatsapp {
	display: inline-flex;
	align-items: center;
	margin-top: 12px;
	color: var(--gb-theme-primary);
	font-size: 0.9rem;
	font-weight: 800;
}

.gb-catalog-empty {
	padding: 34px;
	border: 1px dashed rgba(22, 17, 101, 0.18);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
}

.gb-catalog-empty h2 {
	margin: 0 0 10px;
	font-size: 1.7rem;
}

.gb-catalog-empty p {
	margin: 0;
	color: var(--gb-theme-ink-soft);
}

.gb-section--vehicle-single {
	padding-top: 18px;
}

.gb-single-vehicle {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
	gap: 24px;
	align-items: start;
}

.gb-single-vehicle__media,
.gb-single-vehicle__summary {
	display: grid;
	gap: 18px;
}

.gb-single-vehicle__back {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	color: var(--gb-theme-primary);
	font-weight: 800;
}

.gb-single-vehicle__image-shell {
	position: relative;
	overflow: hidden;
	border-radius: 34px;
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.18), transparent 30%),
		linear-gradient(145deg, #080808 0%, #161165 100%);
	box-shadow: var(--gb-theme-shadow-lg);
}

.gb-single-vehicle__image-shell img {
	display: block;
	width: 100%;
	height: clamp(320px, 48vw, 560px);
	object-fit: cover;
}

.gb-single-vehicle__badge {
	position: absolute;
	left: 20px;
	top: 20px;
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gb-single-vehicle__summary {
	padding: 28px;
	border: 1px solid rgba(22, 17, 101, 0.1);
	border-radius: 32px;
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.12), transparent 28%),
		linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,249,255,0.96));
	box-shadow: 0 20px 48px rgba(9, 9, 9, 0.08);
}

.gb-single-vehicle__summary h1 {
	margin: 0;
	font-size: clamp(2.2rem, 4vw, 4rem);
	line-height: 0.96;
	letter-spacing: -0.06em;
}

.gb-single-vehicle__description {
	margin: 0;
	color: var(--gb-theme-ink-soft);
	font-size: 1rem;
	line-height: 1.8;
}

.gb-single-vehicle__pricing,
.gb-single-vehicle__specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.gb-single-vehicle__price-card,
.gb-single-vehicle__spec {
	padding: 16px 18px;
	border-radius: 20px;
	background: rgba(22, 17, 101, 0.05);
}

.gb-single-vehicle__price-card span,
.gb-single-vehicle__spec span {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gb-theme-ink-muted);
}

.gb-single-vehicle__price-card strong,
.gb-single-vehicle__spec strong {
	display: block;
	margin-top: 6px;
	font-size: 1.1rem;
	line-height: 1.3;
}

.gb-single-vehicle__highlights {
	padding: 18px 20px;
	border-radius: 24px;
	background: linear-gradient(145deg, #090909 0%, #11112d 40%, #161165 100%);
	color: #fff;
}

.gb-single-vehicle__highlights h2 {
	margin: 0 0 12px;
	font-size: 1.1rem;
}

.gb-single-vehicle__highlights ul {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 10px;
	color: rgba(255, 255, 255, 0.78);
}

.gb-single-vehicle__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.gb-single-vehicle__actions .gb-button {
	flex: 1 1 220px;
}

.gb-card-surface--booking-block {
	padding: 26px;
	border-radius: 32px;
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.12), transparent 26%),
		linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,249,255,0.96));
}

.gb-catalog-grid--related {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gb-catalog-card--mini .gb-catalog-card__description {
	margin-bottom: 0;
}

.gb-section--hero-premium {
	padding-top: 12px;
}

.gb-home-stage {
	position: relative;
	overflow: hidden;
	padding: 28px;
	border: 1px solid rgba(22, 17, 101, 0.08);
	border-radius: 36px;
	background:
		radial-gradient(circle at top left, rgba(61, 116, 255, 0.16), transparent 24%),
		radial-gradient(circle at 85% 8%, rgba(22, 17, 101, 0.12), transparent 20%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 246, 252, 0.98));
	box-shadow: 0 34px 90px rgba(12, 56, 189, 0.11);
}

.gb-home-stage__backdrop {
	position: absolute;
	inset: auto -80px -120px auto;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(12, 56, 189, 0.14), transparent 68%);
	filter: blur(8px);
	pointer-events: none;
}

.gb-home-stage__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
	gap: 24px;
}

.gb-home-stage__copy,
.gb-home-stage__aside {
	display: grid;
	gap: 18px;
}

.gb-home-stage__copy-card,
.gb-home-stage__quote-shell,
.gb-home-stage__showcase {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}

.gb-home-stage__copy-card {
	padding: 34px;
	min-height: 100%;
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.18), transparent 30%),
		radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.08), transparent 30%),
		linear-gradient(145deg, #06060d 0%, #10123a 48%, #161165 100%);
	color: #fff;
	box-shadow: 0 28px 70px rgba(7, 10, 40, 0.34);
}

.gb-home-stage__copy-card::before,
.gb-home-stage__showcase::before {
	content: "";
	position: absolute;
	inset: auto auto -110px -80px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 70%);
	pointer-events: none;
}

.gb-home-stage__copy-card h1 {
	margin: 18px 0 14px;
	max-width: 11ch;
	font-size: clamp(3rem, 5vw, 5.4rem);
	line-height: 0.9;
	letter-spacing: -0.075em;
}

.gb-home-stage__lead {
	max-width: 58ch;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.05rem;
	line-height: 1.72;
}

.gb-home-stage__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.gb-home-stage__actions .gb-button--ghost {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.gb-home-stage__service-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.gb-home-stage__service-pills span {
	display: inline-flex;
	align-items: center;
	padding: 0.82rem 1rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #f7f8ff;
	font-size: 0.9rem;
	font-weight: 700;
	backdrop-filter: blur(8px);
}

.gb-home-stage__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px;
}

.gb-home-stage__stat {
	padding: 18px 16px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.gb-home-stage__stat strong {
	display: block;
	font-size: 1.4rem;
	line-height: 1;
}

.gb-home-stage__stat span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.gb-home-stage__showcase {
	padding: 24px;
	background:
		linear-gradient(180deg, rgba(255,255,255,0.97), rgba(247,249,255,0.95)),
		radial-gradient(circle at top right, rgba(12, 56, 189, 0.08), transparent 34%);
	border: 1px solid rgba(22, 17, 101, 0.09);
	box-shadow: var(--gb-theme-shadow);
}

.gb-home-stage__showcase-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 18px;
}

.gb-home-stage__showcase-head p {
	max-width: 48ch;
	margin: 0;
	color: var(--gb-theme-ink-soft);
	font-size: 0.95rem;
	line-height: 1.65;
}

.gb-eyebrow--soft {
	background: rgba(22, 17, 101, 0.08);
	color: var(--gb-theme-primary);
}

.gb-home-stage__vehicle-stack {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.gb-home-stage__vehicle-card {
	display: grid;
	gap: 0;
	overflow: hidden;
	border-radius: 26px;
	background: #fff;
	border: 1px solid rgba(22, 17, 101, 0.08);
	box-shadow: 0 20px 48px rgba(9, 9, 9, 0.08);
}

.gb-home-stage__vehicle-card--accent {
	transform: translateY(24px);
}

.gb-home-stage__vehicle-media {
	display: block;
	aspect-ratio: 16 / 10;
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.18), transparent 30%),
		linear-gradient(145deg, #0d102f, #16256f);
}

.gb-home-stage__vehicle-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gb-home-stage__vehicle-copy {
	padding: 16px;
}

.gb-home-stage__vehicle-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.34rem 0.7rem;
	border-radius: 999px;
	background: rgba(12, 56, 189, 0.08);
	color: var(--gb-theme-primary);
	font-size: 0.78rem;
	font-weight: 800;
}

.gb-home-stage__vehicle-copy h3 {
	margin: 0.75rem 0 0.35rem;
	font-size: 1.18rem;
	line-height: 1.05;
}

.gb-home-stage__vehicle-copy p {
	margin: 0;
	color: var(--gb-theme-ink-soft);
	font-size: 0.9rem;
	line-height: 1.6;
}

.gb-home-stage__vehicle-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 14px;
	font-size: 0.9rem;
	font-weight: 800;
}

.gb-home-stage__vehicle-meta a {
	color: var(--gb-theme-primary);
}

.gb-home-stage__quote-shell {
	padding: 22px;
	background:
		linear-gradient(180deg, rgba(12, 16, 58, 0.98), rgba(13, 38, 119, 0.95)),
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 36%);
	color: #fff;
	box-shadow: 0 28px 72px rgba(12, 56, 189, 0.24);
}

.gb-home-stage__quote-intro h2 {
	margin: 14px 0 10px;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	line-height: 0.96;
	letter-spacing: -0.05em;
}

.gb-home-stage__quote-intro p {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.68;
}

.gb-home-stage__quote-card {
	padding: 16px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.gb-home-stage__quote-card .gb-booking-search {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.gb-home-stage__ticker {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 20px;
}

.gb-home-stage__ticker span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 0.9rem 1rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(22, 17, 101, 0.08);
	color: var(--gb-theme-ink);
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.45;
	text-align: center;
}

.gb-trust-stage {
	display: grid;
	grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
	gap: 24px;
	align-items: stretch;
}

.gb-trust-stage__story-card {
	padding: 30px;
	height: 100%;
}

.gb-trust-stage__story-card h2 {
	margin: 16px 0 12px;
	font-size: clamp(2rem, 3.6vw, 3.2rem);
	line-height: 0.96;
	letter-spacing: -0.055em;
}

.gb-trust-stage__story-card > p {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.75;
}

.gb-trust-stage__mini-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 22px;
}

.gb-trust-stage__mini-stats div,
.gb-trust-stage__promise {
	padding: 18px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.gb-trust-stage__mini-stats strong {
	display: block;
	font-size: 1.35rem;
	line-height: 1;
}

.gb-trust-stage__mini-stats span {
	display: block;
	margin-top: 8px;
	font-size: 0.8rem;
	font-weight: 700;
	color: rgba(255,255,255,0.72);
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.gb-trust-stage__flow {
	display: grid;
	gap: 12px;
	margin-top: 20px;
}

.gb-trust-stage__flow-step {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 14px;
	align-items: start;
	padding: 14px 16px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.gb-trust-stage__flow-step strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.14);
	font-size: 0.92rem;
}

.gb-trust-stage__flow-step h3,
.gb-trust-stage__benefit-card h3,
.gb-trust-stage__promise h3 {
	margin: 0;
	font-size: 1.05rem;
}

.gb-trust-stage__flow-step p,
.gb-trust-stage__benefit-card p,
.gb-trust-stage__promise p {
	margin: 0.45rem 0 0;
	line-height: 1.66;
}

.gb-trust-stage__flow-step p {
	color: rgba(255, 255, 255, 0.72);
}

.gb-trust-stage__benefits {
	display: grid;
	gap: 18px;
}

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

.gb-trust-stage__benefit-card {
	padding: 24px;
	border-radius: 26px;
	background:
		linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,249,255,0.95)),
		radial-gradient(circle at top right, rgba(12, 56, 189, 0.08), transparent 34%);
	border: 1px solid rgba(22, 17, 101, 0.08);
	box-shadow: 0 20px 46px rgba(9, 9, 9, 0.06);
}

.gb-trust-stage__benefit-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 16px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--gb-theme-primary), var(--gb-theme-accent));
	color: #fff;
	font-size: 0.92rem;
	font-weight: 900;
}

.gb-trust-stage__benefit-card p,
.gb-trust-stage__promise p {
	color: var(--gb-theme-ink-soft);
}

.gb-trust-stage__promise {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 24px;
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.1), transparent 34%),
		linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,249,255,0.96));
	border: 1px solid rgba(22, 17, 101, 0.08);
}

.gb-fleet-stage {
	padding: 28px;
	border-radius: 34px;
	background:
		radial-gradient(circle at top left, rgba(61, 116, 255, 0.1), transparent 24%),
		linear-gradient(180deg, rgba(255,255,255,0.96), rgba(247,249,255,0.96));
	border: 1px solid rgba(22, 17, 101, 0.08);
	box-shadow: var(--gb-theme-shadow);
}

.gb-fleet-stage__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.gb-fleet-stage__title h2 {
	margin: 16px 0 12px;
	max-width: 14ch;
	font-size: clamp(2.1rem, 4vw, 3.5rem);
	line-height: 0.95;
	letter-spacing: -0.055em;
}

.gb-fleet-stage__title p,
.gb-fleet-stage__note span {
	margin: 0;
	color: var(--gb-theme-ink-soft);
	line-height: 1.72;
}

.gb-fleet-stage__header-actions {
	display: grid;
	gap: 14px;
	justify-items: end;
}

.gb-fleet-stage__note {
	display: grid;
	gap: 8px;
	max-width: 360px;
	padding: 18px 20px;
	border-radius: 22px;
	background: rgba(22, 17, 101, 0.04);
	border: 1px solid rgba(22, 17, 101, 0.08);
}

.gb-fleet-stage__note strong {
	font-size: 0.95rem;
}

.gb-section-head--stacked {
	align-items: start;
}

.gb-section--business-lines {
	padding-top: 10px;
}

.gb-business-stage {
	padding: 28px;
	border: 1px solid rgba(22, 17, 101, 0.08);
	border-radius: 34px;
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.12), transparent 24%),
		linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,249,255,0.96));
	box-shadow: var(--gb-theme-shadow);
}

.gb-business-stage__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.gb-business-card {
	position: relative;
	overflow: hidden;
	display: grid;
	gap: 16px;
	padding: 28px;
	border-radius: 30px;
	border: 1px solid rgba(22, 17, 101, 0.08);
	box-shadow: 0 22px 54px rgba(9, 9, 9, 0.08);
}

.gb-business-card::before {
	content: "";
	position: absolute;
	inset: auto -60px -100px auto;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255,255,255,0.16), transparent 72%);
	pointer-events: none;
}

.gb-business-card--mobility {
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.14), transparent 30%),
		linear-gradient(145deg, #0a0a16 0%, #11153f 46%, #161165 100%);
	color: #fff;
}

.gb-business-card--enterprise {
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.1), transparent 26%),
		linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,248,255,0.96));
}

.gb-business-card h3 {
	margin: 0;
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	line-height: 0.98;
	letter-spacing: -0.04em;
}

.gb-business-card p {
	margin: 0;
	line-height: 1.72;
}

.gb-business-card--mobility p {
	color: rgba(255,255,255,0.78);
}

.gb-business-card__points {
	display: grid;
	gap: 10px;
}

.gb-business-card__points span {
	display: flex;
	align-items: center;
	min-height: 56px;
	padding: 0.9rem 1rem;
	border-radius: 18px;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.5;
}

.gb-business-card--mobility .gb-business-card__points span {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.gb-business-card--enterprise .gb-business-card__points span {
	background: rgba(22, 17, 101, 0.05);
}

.gb-landing-card__link {
	display: inline-flex;
	align-items: center;
	margin-top: 18px;
	color: currentColor;
	font-size: 0.9rem;
	font-weight: 800;
}

.gb-corporate-story__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gb-corporate-story__footer p {
	max-width: 48ch;
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.72;
}

.gb-commercial-form-intro {
	display: grid;
	gap: 10px;
	margin-bottom: 18px;
}

.gb-commercial-form-intro h3 {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.04;
	letter-spacing: -0.04em;
}

.gb-commercial-form-intro p {
	margin: 0;
	color: var(--gb-theme-ink-soft);
	line-height: 1.68;
}

.gb-commercial-page {
	display: grid;
	gap: 6px;
}

.gb-commercial-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
	gap: 24px;
	align-items: stretch;
	padding: 28px;
	border: 1px solid rgba(22, 17, 101, 0.08);
	border-radius: 36px;
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.12), transparent 24%),
		linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,248,255,0.96));
	box-shadow: var(--gb-theme-shadow);
}

.gb-commercial-hero__copy {
	display: grid;
	align-content: start;
	gap: 18px;
	padding: 8px 4px;
}

.gb-commercial-hero__copy h1 {
	margin: 0;
	max-width: 13ch;
	font-size: clamp(2.8rem, 5vw, 5rem);
	line-height: 0.92;
	letter-spacing: -0.07em;
}

.gb-commercial-hero__intro {
	max-width: 64ch;
	margin: 0;
	color: var(--gb-theme-ink-soft);
	font-size: 1.05rem;
	line-height: 1.78;
}

.gb-commercial-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.gb-commercial-actions--center {
	justify-content: center;
}

.gb-commercial-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.gb-commercial-stat {
	padding: 18px;
	border-radius: 22px;
	background: rgba(22, 17, 101, 0.04);
	border: 1px solid rgba(22, 17, 101, 0.07);
}

.gb-commercial-stat strong {
	display: block;
	font-size: 1.28rem;
	line-height: 1.1;
}

.gb-commercial-stat span {
	display: block;
	margin-top: 8px;
	color: var(--gb-theme-ink-soft);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.45;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.gb-commercial-panel {
	display: grid;
	align-content: start;
	gap: 14px;
	padding: 26px;
	border-radius: 30px;
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.16), transparent 32%),
		linear-gradient(145deg, #090909 0%, #101231 44%, #161165 100%);
	box-shadow: 0 28px 76px rgba(12, 56, 189, 0.18);
	color: #fff;
}

.gb-commercial-panel h2 {
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	line-height: 0.98;
	letter-spacing: -0.05em;
}

.gb-commercial-panel p {
	margin: 0;
	color: rgba(255,255,255,0.76);
	line-height: 1.72;
}

.gb-commercial-panel--form {
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.12), transparent 28%),
		linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,249,255,0.96));
	color: var(--gb-theme-ink);
}

.gb-commercial-panel--form p {
	color: var(--gb-theme-ink-soft);
}

.gb-commercial-bullets {
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.gb-commercial-bullets li {
	display: flex;
	align-items: center;
	min-height: 56px;
	padding: 0.9rem 1rem;
	border-radius: 18px;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.1);
	font-weight: 700;
	line-height: 1.45;
}

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

.gb-commercial-card,
.gb-commercial-proof-card {
	padding: 24px;
	border-radius: 26px;
	border: 1px solid rgba(22, 17, 101, 0.08);
	background:
		linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,249,255,0.95)),
		radial-gradient(circle at top right, rgba(12, 56, 189, 0.08), transparent 34%);
	box-shadow: 0 20px 46px rgba(9, 9, 9, 0.06);
}

.gb-commercial-card__index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 16px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--gb-theme-primary), var(--gb-theme-accent));
	color: #fff;
	font-size: 0.92rem;
	font-weight: 900;
}

.gb-commercial-card h3,
.gb-commercial-proof-card h3,
.gb-commercial-step h3,
.gb-commercial-faq-item summary {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.2;
}

.gb-commercial-card p,
.gb-commercial-proof-card p,
.gb-commercial-step p,
.gb-commercial-final p {
	margin: 0.6rem 0 0;
	color: var(--gb-theme-ink-soft);
	line-height: 1.7;
}

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

.gb-commercial-column {
	padding: 28px;
	border-radius: 32px;
}

.gb-commercial-column--dark {
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.16), transparent 30%),
		linear-gradient(145deg, #090909 0%, #11122e 46%, #161165 100%);
	color: #fff;
	box-shadow: var(--gb-theme-shadow-lg);
}

.gb-commercial-column--dark .gb-commercial-proof-card {
	background: rgba(255,255,255,0.08);
	border-color: rgba(255,255,255,0.08);
	box-shadow: none;
}

.gb-commercial-column--dark .gb-commercial-proof-card p,
.gb-commercial-column--dark h2 {
	color: rgba(255,255,255,0.82);
}

.gb-commercial-column--dark .gb-commercial-proof-card h3 {
	color: #fff;
}

.gb-commercial-column--light {
	border: 1px solid rgba(22, 17, 101, 0.08);
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.1), transparent 26%),
		linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,249,255,0.96));
	box-shadow: var(--gb-theme-shadow);
}

.gb-commercial-column h2 {
	margin: 12px 0 18px;
	font-size: clamp(2rem, 3.8vw, 3rem);
	line-height: 0.96;
	letter-spacing: -0.05em;
}

.gb-commercial-steps {
	display: grid;
	gap: 12px;
}

.gb-commercial-step {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 14px;
	padding: 16px 18px;
	border-radius: 22px;
	background: rgba(22, 17, 101, 0.05);
}

.gb-commercial-step strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--gb-theme-primary), var(--gb-theme-accent));
	color: #fff;
	font-size: 0.92rem;
}

.gb-commercial-faq-wrap {
	padding: 28px;
	border-radius: 32px;
	border: 1px solid rgba(22, 17, 101, 0.08);
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.08), transparent 26%),
		linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,249,255,0.96));
	box-shadow: var(--gb-theme-shadow);
}

.gb-commercial-faq-list {
	display: grid;
	gap: 12px;
}

.gb-commercial-faq-item {
	overflow: hidden;
	border: 1px solid rgba(22, 17, 101, 0.08);
	border-radius: 22px;
	background: rgba(255,255,255,0.88);
}

.gb-commercial-faq-item summary {
	position: relative;
	padding: 1rem 3rem 1rem 1.1rem;
	cursor: pointer;
	list-style: none;
}

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

.gb-commercial-faq-item summary::after {
	content: "+";
	position: absolute;
	right: 1.1rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.3rem;
	font-weight: 800;
	color: var(--gb-theme-primary);
}

.gb-commercial-faq-item[open] summary::after {
	content: "-";
}

.gb-commercial-faq-item p {
	margin: 0;
	padding: 0 1.1rem 1.1rem;
	color: var(--gb-theme-ink-soft);
	line-height: 1.72;
}

.gb-commercial-final {
	display: grid;
	justify-items: center;
	gap: 14px;
	padding: 34px 28px;
	border-radius: 34px;
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.18), transparent 28%),
		linear-gradient(145deg, #080808 0%, #11122d 44%, #161165 100%);
	box-shadow: var(--gb-theme-shadow-lg);
	color: #fff;
	text-align: center;
}

.gb-commercial-final h2 {
	max-width: 18ch;
	margin: 0;
	font-size: clamp(2.2rem, 4vw, 3.6rem);
	line-height: 0.95;
	letter-spacing: -0.06em;
}

.gb-commercial-final p {
	max-width: 56ch;
	color: rgba(255,255,255,0.78);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.gb-home-stage {
	position: relative;
	padding: 34px;
	border-radius: 38px;
	background:
		radial-gradient(circle at top right, rgba(255, 148, 39, 0.22), transparent 24%),
		radial-gradient(circle at bottom left, rgba(61, 116, 255, 0.2), transparent 28%),
		linear-gradient(145deg, #06070f 0%, #10163d 44%, #172e72 100%);
	box-shadow: 0 36px 92px rgba(8, 12, 41, 0.28);
	overflow: hidden;
}

.gb-home-stage__backdrop {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 44%),
		radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.08), transparent 18%);
	pointer-events: none;
}

.gb-home-stage > * {
	position: relative;
	z-index: 1;
}

.gb-home-stage__grid {
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	gap: 28px;
	align-items: start;
}

.gb-home-stage__copy,
.gb-home-stage__aside {
	gap: 22px;
}

.gb-home-stage__copy-card {
	padding: 40px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		radial-gradient(circle at top right, rgba(255, 148, 39, 0.16), transparent 28%),
		radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.09), transparent 30%),
		linear-gradient(145deg, rgba(5, 7, 15, 0.96) 0%, rgba(13, 18, 53, 0.98) 52%, rgba(20, 33, 86, 0.98) 100%);
}

.gb-home-stage__lead {
	max-width: 52ch;
}

.gb-home-stage__form-spotlight {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	margin-top: 24px;
	padding: 18px 20px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px);
}

.gb-home-stage__form-spotlight strong,
.gb-home-stage__quote-highlight strong {
	display: block;
}

.gb-home-stage__form-spotlight span {
	display: block;
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.74);
	line-height: 1.62;
}

.gb-home-stage__form-spotlight em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 78px;
	padding: 0.8rem 1rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff9d2f, #ffd18b);
	color: #121831;
	font-size: 0.88rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 18px 36px rgba(255, 148, 39, 0.28);
}

.gb-home-stage__form-button.gb-button--primary,
.gb-home-stage__form-button.gb-button.gb-button--primary:visited {
	background: linear-gradient(135deg, #ff951f, #ffd18a);
	color: #121831;
	box-shadow: 0 18px 34px rgba(255, 149, 31, 0.32);
}

.gb-home-stage__process-card {
	padding: 30px;
	border: 1px solid rgba(22, 17, 101, 0.1);
	border-radius: 30px;
	background:
		radial-gradient(circle at top right, rgba(61, 116, 255, 0.12), transparent 26%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 255, 0.96));
	box-shadow: var(--gb-theme-shadow);
}

.gb-home-stage__process-head {
	display: grid;
	gap: 12px;
}

.gb-home-stage__process-head h2 {
	margin: 0;
	max-width: 18ch;
	font-size: clamp(1.9rem, 3.2vw, 2.9rem);
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.gb-home-stage__process-list {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.gb-home-stage__process-item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 14px;
	align-items: start;
	padding: 16px 18px;
	border-radius: 22px;
	background: rgba(22, 17, 101, 0.04);
	border: 1px solid rgba(22, 17, 101, 0.08);
}

.gb-home-stage__process-item strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--gb-theme-primary), var(--gb-theme-accent));
	color: #fff;
	font-size: 0.92rem;
}

.gb-home-stage__process-item h3 {
	margin: 0;
	font-size: 1.04rem;
	line-height: 1.2;
}

.gb-home-stage__process-item p {
	margin: 0.45rem 0 0;
	color: var(--gb-theme-ink-soft);
	line-height: 1.66;
}

.gb-home-stage__quote-shell {
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background:
		radial-gradient(circle at top right, rgba(255, 167, 69, 0.24), transparent 28%),
		linear-gradient(145deg, #071121 0%, #10265c 48%, #19357d 100%);
	box-shadow: 0 32px 86px rgba(8, 26, 74, 0.36);
}

.gb-home-stage__quote-intro p {
	max-width: 52ch;
}

.gb-home-stage__quote-highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 18px;
}

.gb-home-stage__quote-highlight {
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 0.9rem;
	line-height: 1.5;
}

.gb-home-stage__quote-card {
	padding: 20px;
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 255, 0.98)),
		radial-gradient(circle at top right, rgba(12, 56, 189, 0.08), transparent 34%);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.gb-home-stage__quote-card .gb-booking-search__header {
	margin-bottom: 12px;
}

.gb-home-stage__quote-card .gb-booking-search__header h2 {
	max-width: 14ch;
	font-size: clamp(1.65rem, 3vw, 2.3rem);
}

.gb-home-stage__quote-card .gb-booking-search__payment-note {
	margin: 0 0 1rem;
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(22, 17, 101, 0.05);
}

.gb-home-stage__showcase {
	padding: 26px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 255, 0.96)),
		radial-gradient(circle at top right, rgba(12, 56, 189, 0.08), transparent 34%);
}

.gb-home-stage__showcase-head {
	align-items: end;
}

.gb-home-stage__showcase-head > div {
	display: grid;
	gap: 10px;
}

.gb-home-stage__showcase-head .gb-button {
	white-space: nowrap;
}

.gb-home-stage__vehicle-card--accent {
	transform: translateY(16px);
}

.gb-home-stage__showcase-empty {
	display: grid;
	gap: 10px;
	padding: 24px;
	border-radius: 24px;
	border: 1px dashed rgba(22, 17, 101, 0.18);
	background: rgba(22, 17, 101, 0.04);
}

.gb-home-stage__showcase-empty strong {
	font-size: 1.05rem;
}

.gb-home-stage__showcase-empty p {
	margin: 0;
	color: var(--gb-theme-ink-soft);
	line-height: 1.68;
}

.gb-home-stage__ticker {
	margin-top: 24px;
}

.gb-home-stage__ticker span {
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 42px rgba(9, 9, 9, 0.08);
}

.gb-trust-stage__promise {
	align-items: stretch;
	gap: 22px;
}

.gb-trust-stage__promise-copy {
	display: grid;
	gap: 10px;
	max-width: 58ch;
}

.gb-trust-stage__promise-copy p {
	margin: 0;
	color: var(--gb-theme-ink-soft);
	line-height: 1.7;
}

.gb-trust-stage__promise-actions {
	display: grid;
	gap: 12px;
	min-width: 220px;
}

.gb-trust-stage__promise-actions .gb-button {
	width: 100%;
}

@media (max-width: 1100px) {
	.gb-home-stage {
		padding: 28px;
	}

	.gb-home-stage__grid {
		display: flex;
		flex-direction: column;
	}

	.gb-home-stage__aside {
		order: -1;
	}
}

@media (max-width: 960px) {
	.gb-home-stage__quote-highlights,
	.gb-home-stage__ticker,
	.gb-trust-stage__promise {
		grid-template-columns: 1fr 1fr;
	}

	.gb-home-stage__vehicle-card--accent {
		transform: none;
	}

	.gb-trust-stage__promise {
		display: grid;
	}

	.gb-trust-stage__promise-copy {
		max-width: none;
	}
}

@media (max-width: 720px) {
	.gb-home-stage {
		padding: 18px;
		border-radius: 28px;
	}

	.gb-home-stage__copy-card,
	.gb-home-stage__process-card,
	.gb-home-stage__quote-shell,
	.gb-home-stage__showcase {
		padding: 22px;
		border-radius: 24px;
	}

	.gb-home-stage__form-spotlight,
	.gb-home-stage__quote-highlights,
	.gb-home-stage__ticker,
	.gb-trust-stage__promise {
		grid-template-columns: 1fr;
	}

	.gb-home-stage__grid {
		margin-top: -220px;
	}

	.gb-home-stage__showcase-head {
		align-items: start;
	}

	.gb-home-stage__showcase-head .gb-button,
	.gb-trust-stage__promise-actions .gb-button {
		width: 100%;
	}

	.gb-home-stage__quote-shell {
		padding: 20px;
	}

	.gb-home-stage__quote-intro h2,
	.gb-home-stage__quote-card .gb-booking-search__header h2 {
		font-size: clamp(1.45rem, 8vw, 1.9rem);
		max-width: 100%;
	}

	.gb-home-stage__quote-intro p {
		margin-bottom: 12px;
		font-size: 0.95rem;
		line-height: 1.6;
	}

	.gb-home-stage__quote-highlights {
		display: none;
	}

	.gb-home-stage__quote-card {
		padding: 14px;
	}
}

@media (max-width: 1100px) {
	.gb-grid-two {
		grid-template-columns: 1fr;
	}

	.gb-hero-copy h1,
	.gb-section-head h2 {
		max-width: 100%;
	}

	.gb-catalog-hero,
	.gb-single-vehicle,
	.gb-catalog-toolbar {
		grid-template-columns: 1fr;
	}

	.gb-catalog-toolbar__meta {
		align-items: flex-start;
	}

	.gb-home-stage__grid,
	.gb-trust-stage,
	.gb-commercial-hero,
	.gb-commercial-columns {
		grid-template-columns: 1fr;
	}

	.gb-home-stage__vehicle-card--accent {
		transform: none;
	}

	.gb-trust-stage__benefits-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 960px) {
	.gb-trust-grid,
	.gb-b2b-grid,
	.gb-landings-grid,
	.site-footer__inner,
	.gb-catalog-grid,
	.gb-catalog-grid--related,
	.gb-catalog-hero__stats,
	.gb-business-stage__grid,
	.gb-commercial-card-grid,
	.gb-commercial-proof-grid {
		grid-template-columns: 1fr;
	}

	.site-header__inner {
		flex-wrap: wrap;
		padding: 14px 0;
	}

	.site-header__nav-shell {
		order: 3;
		width: 100%;
	}

	.main-navigation {
		width: 100%;
		border-radius: 28px;
	}

	.header-actions {
		width: 100%;
		justify-content: space-between;
	}

	.gb-section--fleet {
		padding: 36px 20px;
		border-radius: 28px;
	}

	.gb-catalog-toolbar__filters,
	.gb-single-vehicle__pricing,
	.gb-single-vehicle__specs {
		grid-template-columns: 1fr 1fr;
	}

	.gb-home-stage,
	.gb-fleet-stage {
		padding: 22px;
	}

	.gb-home-stage__stats,
	.gb-home-stage__ticker,
	.gb-home-stage__vehicle-stack,
	.gb-fleet-stage__header {
		grid-template-columns: 1fr;
	}

	.gb-home-stage__ticker,
	.gb-fleet-stage__header,
	.gb-trust-stage__promise {
		display: grid;
	}

	.gb-home-stage__showcase-head,
	.gb-fleet-stage__header {
		align-items: start;
	}

	.gb-fleet-stage__header-actions {
		justify-items: start;
	}

	.gb-commercial-stats {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.site-main {
		padding-bottom: 56px;
	}

	.main-navigation ul {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
	}

	.main-navigation a {
		justify-content: center;
		min-height: 42px;
		padding-inline: 0.7rem;
		text-align: center;
	}

	.header-actions {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}

	.header-cta {
		flex: 1 1 auto;
	}

	.site-branding__copy {
		gap: 2px;
	}

	.site-branding__line {
		display: none;
	}

	.gb-card-surface,
	.gb-section--fleet {
		padding: 22px;
	}

	.gb-catalog-hero,
	.gb-single-vehicle__summary,
	.gb-card-surface--booking-block,
	.gb-business-stage,
	.gb-commercial-hero,
	.gb-commercial-column,
	.gb-commercial-faq-wrap,
	.gb-commercial-final {
		padding: 22px;
	}

	.gb-catalog-toolbar__filters,
	.gb-single-vehicle__pricing,
	.gb-single-vehicle__specs,
	.gb-catalog-card__specs {
		grid-template-columns: 1fr;
	}

	.gb-catalog-card__heading {
		flex-direction: column;
	}

	.gb-catalog-card__overlay {
		flex-direction: column;
		align-items: flex-start;
	}

	.gb-catalog-card__price {
		justify-items: start;
		text-align: left;
	}

	.gb-hero-copy h1 {
		font-size: clamp(2.2rem, 12vw, 3.4rem);
	}

	.gb-hero-points {
		grid-template-columns: 1fr;
	}

	.gb-hero-points span:last-child {
		grid-column: auto;
	}

	.gb-section-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.gb-home-stage__copy-card,
	.gb-home-stage__showcase,
	.gb-home-stage__quote-shell,
	.gb-trust-stage__story-card,
	.gb-fleet-stage {
		padding: 22px;
	}

	.gb-business-card,
	.gb-commercial-panel {
		padding: 22px;
	}

	.gb-home-stage__copy-card h1 {
		font-size: clamp(2.3rem, 12vw, 3.8rem);
		max-width: 100%;
	}

	.gb-home-stage__stats,
	.gb-trust-stage__mini-stats,
	.gb-home-stage__vehicle-stack {
		grid-template-columns: 1fr;
	}

	.gb-home-stage__actions .gb-button,
	.gb-fleet-stage__header-actions .gb-button,
	.gb-commercial-actions .gb-button {
		width: 100%;
	}

	.gb-commercial-step {
		grid-template-columns: 1fr;
	}
}

body.gb-logistica-lite {
	background:
		radial-gradient(circle at 10% 10%, rgba(255, 173, 79, 0.18), transparent 22%),
		radial-gradient(circle at 88% 12%, rgba(31, 92, 255, 0.16), transparent 20%),
		linear-gradient(180deg, #f8f4eb 0%, #eef2ff 36%, #f7f8fc 100%);
}

body.gb-logistica-lite::before,
body.gb-logistica-lite::after {
	content: "";
	position: fixed;
	inset: auto;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	filter: blur(24px);
	opacity: 0.6;
	pointer-events: none;
	z-index: -1;
	animation: gb-ambient-drift 14s ease-in-out infinite alternate;
}

body.gb-logistica-lite::before {
	left: -80px;
	top: 110px;
	background: radial-gradient(circle, rgba(255, 173, 79, 0.28), transparent 68%);
}

body.gb-logistica-lite::after {
	right: -110px;
	top: 180px;
	background: radial-gradient(circle, rgba(31, 92, 255, 0.2), transparent 70%);
	animation-duration: 18s;
}

.site-shell,
.site-footer__inner,
.site-header__surface,
.site-header__topbar {
	width: min(1240px, calc(100% - 32px));
	margin: 0 auto;
}

.site-main {
	padding-top: 18px;
}

.site-header {
	top: 10px;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	backdrop-filter: none;
}

.site-header__topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
	padding: 0 6px;
}

.site-header__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.site-header__pill,
.site-header__quick-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.62rem 0.95rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(15, 22, 70, 0.08);
	backdrop-filter: blur(14px);
	box-shadow: 0 16px 30px rgba(11, 18, 46, 0.08);
	color: var(--gb-theme-ink);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.site-header__pill {
	animation: gb-pill-float 8s ease-in-out infinite;
}

.site-header__pill:nth-child(2) {
	animation-delay: 0.6s;
}

.site-header__pill:nth-child(3) {
	animation-delay: 1.2s;
}

.site-header__quick-link {
	letter-spacing: 0.04em;
	text-transform: none;
	white-space: nowrap;
}

.site-header__surface {
	position: relative;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 34px;
	background:
		radial-gradient(circle at top right, rgba(255, 173, 79, 0.16), transparent 24%),
		linear-gradient(140deg, rgba(6, 10, 30, 0.88) 0%, rgba(10, 18, 51, 0.92) 46%, rgba(17, 39, 110, 0.88) 100%);
	box-shadow: 0 24px 70px rgba(10, 14, 38, 0.24);
	backdrop-filter: blur(20px);
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.site-header__surface::before {
	content: "";
	position: absolute;
	inset: 1px;
	border-radius: 32px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 36%),
		radial-gradient(circle at 15% 25%, rgba(255, 255, 255, 0.08), transparent 18%);
	pointer-events: none;
}

.site-header.is-scrolled .site-header__surface {
	transform: translateY(-2px);
	box-shadow: 0 30px 80px rgba(10, 14, 38, 0.3);
	background:
		radial-gradient(circle at top right, rgba(255, 173, 79, 0.18), transparent 24%),
		linear-gradient(140deg, rgba(5, 8, 23, 0.94) 0%, rgba(9, 16, 45, 0.96) 46%, rgba(14, 34, 95, 0.94) 100%);
}

.site-header__inner {
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	min-height: auto;
}

.site-branding__link {
	gap: 16px;
}

.site-branding__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 62px;
	border-radius: 20px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 244, 255, 0.92)),
		radial-gradient(circle at top right, rgba(31, 92, 255, 0.08), transparent 36%);
	box-shadow: 0 18px 36px rgba(7, 10, 35, 0.18);
}

.site-branding__logo {
	height: 42px;
	filter: none;
}

.site-branding__name,
.site-branding__line {
	color: #fff;
}

.site-branding__name {
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.site-branding__line {
	color: rgba(226, 231, 255, 0.74);
	font-size: 0.72rem;
	letter-spacing: 0.18em;
}

.site-header__nav-shell {
	display: flex;
	justify-content: center;
	overflow: visible;
}

.main-navigation {
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.main-navigation ul {
	flex-wrap: nowrap;
	gap: 6px;
}

.main-navigation a {
	position: relative;
	padding: 0.92rem 1.08rem;
	color: rgba(236, 240, 255, 0.82);
	font-size: 0.9rem;
	font-weight: 700;
}

.main-navigation a::before {
	content: "";
	position: absolute;
	inset: auto 14px 10px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, #ffb55f, #ffffff);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.22s ease;
}

.main-navigation a:hover,
.main-navigation a:focus-visible,
.main-navigation a.is-current {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	transform: translateY(-1px);
}

.main-navigation a:hover::before,
.main-navigation a:focus-visible::before,
.main-navigation a.is-current::before {
	transform: scaleX(1);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.header-actions__stack {
	display: grid;
	gap: 6px;
}

.header-actions__eyebrow {
	color: rgba(233, 237, 255, 0.68);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	text-align: right;
}

.gb-language-switcher {
	padding: 5px;
	border-color: rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
}

.gb-language-switcher__button {
	color: rgba(235, 239, 255, 0.84);
}

.gb-language-switcher__button.is-active {
	background: linear-gradient(135deg, #ffb259, #ffd18b);
	color: #12172f;
}

.header-cta {
	position: relative;
	overflow: hidden;
	padding: 1rem 1.3rem;
	background: linear-gradient(135deg, #ff9e34, #ffd18a);
	color: #111735;
	box-shadow: 0 18px 38px rgba(255, 161, 62, 0.26);
}

.header-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.6) 48%, transparent 78%);
	transform: translateX(-160%);
	animation: gb-cta-sheen 5.4s linear infinite;
}

.site-header__menu-toggle,
.site-header__mobile-actions {
	display: none;
}

.site-header__mobile-actions {
	gap: 14px;
}

.gb-home-stage {
	position: relative;
}

.gb-home-stage::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), transparent 68%);
	pointer-events: none;
	opacity: 0.22;
}

.gb-home-stage__backdrop {
	filter: blur(0);
	opacity: 0.92;
}

@keyframes gb-ambient-drift {
	0% {
		transform: translate3d(0, 0, 0) scale(1);
	}
	100% {
		transform: translate3d(18px, -12px, 0) scale(1.08);
	}
}

@keyframes gb-pill-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-3px);
	}
}

@keyframes gb-cta-sheen {
	100% {
		transform: translateX(160%);
	}
}

@media (max-width: 1100px) {
	.site-header__topbar {
		flex-direction: column;
		align-items: flex-start;
	}

	.site-header__inner {
		grid-template-columns: auto 1fr auto;
	}

	.main-navigation a {
		padding-inline: 0.88rem;
	}
}

@media (max-width: 960px) {
	body.gb-nav-open {
		overflow: hidden;
	}

	.site-header {
		top: 0;
		padding: 8px 0 0;
	}

	.site-header__topbar {
		display: none;
	}

	.site-header__surface {
		border-radius: 26px;
		padding: 10px 12px;
	}

	.site-header__surface::before {
		border-radius: 24px;
	}

	.site-header__inner {
		grid-template-columns: minmax(0, 1fr) auto auto;
		gap: 12px;
	}

	.site-branding__mark {
		width: 64px;
		height: 54px;
	}

	.site-branding__logo {
		height: 35px;
	}

	.site-branding__line {
		display: block;
		white-space: normal;
	}

	.site-header__menu-toggle {
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		width: 48px;
		height: 48px;
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 16px;
		background: rgba(255, 255, 255, 0.08);
		cursor: pointer;
	}

	.site-header__menu-toggle span:last-child,
	.site-header__menu-toggle span:nth-child(3),
	.site-header__menu-toggle span:nth-child(2) {
		display: block;
		width: 18px;
		height: 2px;
		margin: 0 auto;
		border-radius: 999px;
		background: #fff;
		transition: transform 0.22s ease, opacity 0.22s ease;
	}

	.site-header.is-menu-open .site-header__menu-toggle span:nth-child(2) {
		transform: translateY(7px) rotate(45deg);
	}

	.site-header.is-menu-open .site-header__menu-toggle span:nth-child(3) {
		opacity: 0;
	}

	.site-header.is-menu-open .site-header__menu-toggle span:last-child {
		transform: translateY(-7px) rotate(-45deg);
	}

	.site-header__nav-shell {
		position: absolute;
		left: 0;
		right: 0;
		top: calc(100% + 12px);
		display: grid;
		gap: 16px;
		padding: 18px;
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: 24px;
		background:
			radial-gradient(circle at top right, rgba(255, 173, 79, 0.14), transparent 24%),
			linear-gradient(145deg, rgba(7, 10, 30, 0.98) 0%, rgba(10, 18, 49, 0.98) 100%);
		box-shadow: 0 24px 64px rgba(7, 11, 33, 0.28);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		pointer-events: none;
		transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
	}

	.site-header.is-menu-open .site-header__nav-shell {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}

	.main-navigation {
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.main-navigation ul {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.main-navigation a {
		justify-content: flex-start;
		padding: 1rem 1rem 1rem 1.05rem;
		border-radius: 18px;
		background: rgba(255, 255, 255, 0.04);
	}

	.main-navigation a::before {
		inset: auto auto auto 12px;
		width: 3px;
		height: calc(100% - 20px);
		transform: scaleY(0);
		transform-origin: center top;
	}

	.main-navigation a:hover::before,
	.main-navigation a:focus-visible::before,
	.main-navigation a.is-current::before {
		transform: scaleY(1);
	}

	.site-header__mobile-actions {
		display: grid;
	}

	.header-actions {
		display: none;
	}
}

@media (max-width: 720px) {
	.site-main {
		padding-top: 12px;
	}

	.site-header__surface,
	.site-header__nav-shell {
		width: min(100%, calc(100% - 8px));
	}

	.site-branding__link {
		gap: 12px;
	}

	.site-branding__copy {
		max-width: 128px;
	}

	.site-branding__name {
		font-size: 0.9rem;
	}

	.site-branding__line {
		font-size: 0.62rem;
	}

	.site-header__nav-shell {
		padding: 14px;
	}

	.site-header__mobile-actions .header-cta {
		width: 100%;
	}
}

/* Clean header + home pass */
.site-header--clean {
	top: 0;
	padding: 18px 0 0;
}

.site-header--clean .site-header__surface {
	box-sizing: border-box;
	padding: 12px 22px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	background: rgba(8, 12, 28, 0.92);
	backdrop-filter: blur(18px);
	box-shadow: 0 24px 60px rgba(6, 10, 29, 0.24);
}

.site-header--clean .site-header__inner {
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	align-items: center;
	min-height: 72px;
}

.site-header--clean .site-branding__copy {
	gap: 3px;
}

.site-header--clean .site-branding__name {
	font-size: 1rem;
}

.site-header--clean .site-branding__line {
	display: none;
}

.site-header--clean .site-header__nav-shell {
	position: static;
	display: flex;
	width: 100%;
	min-width: 0;
	justify-content: center;
	opacity: 1;
	visibility: visible;
	transform: none;
	pointer-events: auto;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.site-header--clean .main-navigation {
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.site-header--clean .main-navigation ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.site-header--clean .main-navigation a {
	min-height: 42px;
	padding: 0.82rem 1rem;
	border-radius: 999px;
	background: transparent;
	color: rgba(241, 244, 255, 0.74);
}

.site-header--clean .main-navigation a:hover,
.site-header--clean .main-navigation a:focus-visible,
.site-header--clean .main-navigation a.is-current {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.site-header--clean .main-navigation a::before {
	display: none;
}

.site-header--clean .header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.site-header--clean .header-actions .site-header__quick-link {
	display: none;
}

.site-header--clean .header-actions .gb-language-switcher {
	display: none;
}

.site-header--clean .header-actions__stack,
.site-header--clean .header-actions__eyebrow,
.site-header--clean .site-header__topbar,
.site-header--clean .site-header__pills {
	display: none;
}

.site-header--clean .site-header__quick-link {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 0.95rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
}

.site-header--clean .header-cta {
	min-height: 44px;
	padding: 0.82rem 1.2rem;
}

.site-header--clean .gb-language-switcher {
	background: rgba(255, 255, 255, 0.08);
}

.gb-section--hero-clean {
	padding-top: 10px;
}

.gb-home-stage--clean {
	padding: 44px;
	border-radius: 34px;
	border: 1px solid rgba(18, 27, 83, 0.08);
	background:
		radial-gradient(circle at top right, rgba(255, 170, 72, 0.18), transparent 24%),
		radial-gradient(circle at bottom left, rgba(18, 78, 214, 0.14), transparent 30%),
		linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
	box-shadow: 0 24px 72px rgba(14, 23, 74, 0.08);
}

.gb-home-stage--clean::after {
	display: none;
}

.gb-home-stage--clean .gb-home-stage__backdrop {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 14% 20%, rgba(14, 50, 167, 0.08), transparent 18%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 54%);
	opacity: 1;
	filter: none;
}

.gb-home-stage--clean > * {
	position: relative;
	z-index: 1;
}

.gb-home-stage--clean .gb-home-stage__grid {
	grid-template-columns: minmax(0, 1fr) minmax(380px, 470px);
	gap: 32px;
	align-items: start;
	margin-top: 0;
}

.gb-home-stage--clean .gb-home-stage__copy {
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding: 10px 0;
	animation: gb-soft-rise 0.6s ease-out both;
}

.gb-home-stage--clean .gb-home-stage__copy-card,
.gb-home-stage--clean .gb-home-stage__process-card,
.gb-home-stage--clean .gb-home-stage__showcase,
.gb-home-stage--clean .gb-home-stage__ticker {
	display: none;
}

.gb-home-stage--clean h1 {
	max-width: 11ch;
	margin: 0;
	font-size: clamp(3rem, 5vw, 5.4rem);
	line-height: 0.92;
	letter-spacing: -0.07em;
	color: #0a122d;
}

.gb-home-stage--clean .gb-home-stage__lead {
	max-width: 54ch;
	color: #4e5675;
	font-size: 1.02rem;
	line-height: 1.72;
}

.gb-home-stage--clean .gb-home-stage__service-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
}

.gb-home-stage--clean .gb-home-stage__service-pills span {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0.78rem 0.95rem;
	border-radius: 999px;
	background: rgba(10, 18, 45, 0.06);
	border: 1px solid rgba(10, 18, 45, 0.08);
	color: #0c183c;
	font-weight: 700;
	font-size: 0.84rem;
}

.gb-home-stage--clean .gb-home-stage__actions {
	margin: 0;
}

.gb-home-stage--clean .gb-home-stage__stats {
	margin: 0;
}

.gb-home-stage--clean .gb-home-stage__stat {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(18, 27, 83, 0.08);
	box-shadow: none;
}

.gb-home-stage--clean .gb-home-stage__stat strong {
	color: #0a122d;
}

.gb-home-stage--clean .gb-home-stage__stat span {
	color: #5f6783;
}

.gb-home-stage--clean .gb-home-stage__trust-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.gb-home-stage--clean .gb-home-stage__trust-item {
	padding: 18px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid rgba(18, 27, 83, 0.08);
	box-shadow: 0 14px 28px rgba(14, 23, 74, 0.06);
}

.gb-home-stage--clean .gb-home-stage__trust-item strong {
	display: block;
	color: #101b44;
	font-size: 0.92rem;
	line-height: 1.45;
}

.gb-home-stage--clean .gb-home-stage__aside {
	display: block;
	order: 0;
}

.gb-home-stage--clean .gb-home-stage__quote-shell {
	padding: 28px;
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background:
		radial-gradient(circle at top right, rgba(255, 177, 91, 0.2), transparent 28%),
		linear-gradient(145deg, #07101f 0%, #102457 50%, #183475 100%);
	box-shadow: 0 30px 70px rgba(9, 24, 66, 0.28);
	animation: gb-soft-rise 0.72s ease-out both;
	animation-delay: 0.08s;
}

.gb-home-stage--clean .gb-home-stage__quote-intro h2 {
	max-width: 12ch;
}

.gb-home-stage--clean .gb-home-stage__quote-intro p {
	max-width: 46ch;
	color: rgba(238, 243, 255, 0.76);
}

.gb-home-stage--clean .gb-home-stage__quote-highlights {
	grid-template-columns: 1fr;
	margin: 0 0 18px;
}

.gb-home-stage--clean .gb-home-stage__quote-highlight {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.gb-home-stage--clean .gb-home-stage__quote-card {
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 20px 42px rgba(6, 14, 42, 0.18);
}

.gb-home-stage--clean .gb-booking-search {
	box-shadow: none;
}

.gb-section--fleet-premium,
.gb-section--testimonials {
	padding-top: 12px;
}

.gb-fleet-stage {
	padding: 34px;
	border: 1px solid rgba(17, 30, 86, 0.08);
	border-radius: 34px;
	background:
		radial-gradient(circle at top right, rgba(255, 176, 84, 0.12), transparent 22%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 255, 0.98));
	box-shadow: 0 24px 64px rgba(15, 24, 67, 0.08);
}

.gb-fleet-stage__header {
	align-items: end;
	margin-bottom: 22px;
}

.gb-fleet-stage__title h2,
.gb-section--testimonials .gb-section-head h2 {
	max-width: 12ch;
	font-size: clamp(2.3rem, 4vw, 3.8rem);
	line-height: 0.96;
	letter-spacing: -0.06em;
}

.gb-fleet-stage__title p,
.gb-section--testimonials .gb-section-head p {
	max-width: 56ch;
	color: #5a627e;
	line-height: 1.72;
}

.gb-fleet-stage__note {
	max-width: 280px;
	padding: 16px 18px;
	border-radius: 22px;
	background: rgba(14, 25, 71, 0.05);
}

.gb-fleet-stage .gb-vehicle-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.gb-fleet-stage .gb-vehicle-card {
	border-radius: 26px;
	border: 1px solid rgba(18, 27, 83, 0.08);
	box-shadow: 0 18px 38px rgba(15, 24, 67, 0.08);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.gb-fleet-stage .gb-vehicle-card:hover,
.gb-fleet-stage .gb-vehicle-card:focus-within {
	transform: translateY(-4px);
	border-color: rgba(17, 44, 136, 0.18);
	box-shadow: 0 24px 52px rgba(15, 24, 67, 0.12);
}

.gb-fleet-stage .gb-vehicle-card__media img {
	height: 210px;
}

.gb-fleet-stage .gb-vehicle-card__content {
	padding: 1.2rem;
}

.gb-section--testimonials {
	padding-bottom: 8px;
}

.gb-section--testimonials .gb-section-head {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
	gap: 24px;
	align-items: end;
	margin-bottom: 22px;
}

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

.gb-section--testimonials .gb-testimonial {
	padding: 1.5rem;
	border-radius: 24px;
	border: 1px solid rgba(18, 27, 83, 0.08);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 255, 0.98));
	box-shadow: 0 18px 36px rgba(15, 24, 67, 0.06);
}

.site-footer {
	margin-top: 24px;
}

@keyframes gb-soft-rise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1100px) {
	.site-header--clean .site-header__inner {
		grid-template-columns: auto 1fr auto;
	}

	.site-header--clean .header-actions {
		display: none;
	}

	.site-header--clean .site-header__menu-toggle {
		display: inline-flex;
	}
}

@media (max-width: 960px) {
	.site-header--clean {
		padding-top: 10px;
	}

	.site-header--clean .site-header__surface {
		padding: 10px 12px;
	}

	.site-header--clean .site-header__inner {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.site-header--clean .site-header__nav-shell {
		position: absolute;
		left: 0;
		right: 0;
		top: calc(100% + 12px);
		display: grid;
		gap: 16px;
		padding: 18px;
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: 24px;
		background: rgba(8, 12, 28, 0.98);
		box-shadow: 0 24px 64px rgba(7, 11, 33, 0.28);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		pointer-events: none;
	}

	.site-header--clean.is-menu-open .site-header__nav-shell {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}

	.site-header--clean .main-navigation ul {
		display: grid;
		grid-template-columns: 1fr;
	}

	.site-header--clean .main-navigation a {
		justify-content: flex-start;
		background: rgba(255, 255, 255, 0.04);
	}

	.gb-home-stage--clean {
		padding: 24px;
	}

	.gb-home-stage--clean .gb-home-stage__grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.gb-home-stage--clean .gb-home-stage__copy,
	.gb-home-stage--clean .gb-home-stage__aside {
		gap: 18px;
	}

	.gb-home-stage--clean .gb-home-stage__trust-strip,
	.gb-home-stage--clean .gb-home-stage__stats {
		grid-template-columns: 1fr;
	}

	.gb-fleet-stage .gb-vehicle-grid,
	.gb-section--testimonials .gb-testimonials,
	.gb-section--testimonials .gb-section-head {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.site-header--clean .site-header__surface,
	.site-header--clean .site-header__nav-shell {
		box-sizing: border-box;
		width: min(100%, calc(100% - 8px));
	}

	.gb-home-stage--clean {
		padding: 18px;
		border-radius: 26px;
	}

	.gb-home-stage--clean h1 {
		max-width: 100%;
		font-size: clamp(2.45rem, 12vw, 3.7rem);
	}

	.gb-home-stage--clean .gb-home-stage__actions .gb-button,
	.gb-home-stage--clean .gb-home-stage__service-pills span {
		width: 100%;
		justify-content: center;
	}

	.gb-home-stage--clean .gb-home-stage__quote-shell {
		padding: 20px;
	}

	.gb-home-stage--clean .gb-home-stage__quote-intro h2 {
		max-width: 100%;
		font-size: clamp(1.7rem, 8vw, 2.1rem);
	}

	.gb-fleet-stage {
		padding: 22px;
		border-radius: 26px;
	}
}

/* Clear premium pass */
.site-header--clean .site-header__surface {
	border-color: rgba(16, 31, 86, 0.08);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 18px 44px rgba(31, 44, 92, 0.08);
}

.site-header--clean .main-navigation a {
	color: #35405f;
}

.site-header--clean .main-navigation a:hover,
.site-header--clean .main-navigation a:focus-visible,
.site-header--clean .main-navigation a.is-current {
	background: rgba(19, 63, 188, 0.08);
	color: #0f224d;
}

.site-header--clean .site-header__menu-toggle {
	border-color: rgba(18, 31, 82, 0.08);
	background: rgba(19, 63, 188, 0.06);
}

.site-header--clean .site-header__menu-toggle span:last-child,
.site-header--clean .site-header__menu-toggle span:nth-child(3),
.site-header--clean .site-header__menu-toggle span:nth-child(2) {
	background: #102454;
}

.site-header--clean .site-header__quick-link {
	background: rgba(19, 63, 188, 0.06);
	color: #102454;
}

.site-header--clean .header-cta,
.gb-button--primary,
.gb-button.gb-button--primary,
.gb-button.gb-button--primary:visited {
	background: linear-gradient(135deg, #143fbc 0%, #2d6bff 100%);
	box-shadow: 0 16px 30px rgba(20, 63, 188, 0.16);
}

.gb-button--ghost,
.gb-button.gb-button--ghost,
.gb-button.gb-button--ghost:visited {
	background: rgba(255, 255, 255, 0.92);
	color: #123168;
}

.site-header--clean .site-branding__mark {
	background: linear-gradient(180deg, #ffffff, #eef4ff);
	border-color: rgba(18, 31, 82, 0.08);
}

.gb-home-stage--clean {
	background:
		radial-gradient(circle at top right, rgba(255, 198, 118, 0.18), transparent 22%),
		radial-gradient(circle at bottom left, rgba(57, 112, 255, 0.12), transparent 30%),
		linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
	box-shadow: 0 24px 72px rgba(17, 31, 81, 0.06);
}

.gb-home-stage--clean .gb-home-stage__service-pills span,
.gb-home-stage--clean .gb-home-stage__stat,
.gb-home-stage--clean .gb-home-stage__trust-item,
.gb-fleet-stage .gb-vehicle-card,
.gb-section--testimonials .gb-testimonial,
.site-footer__panel {
	backdrop-filter: blur(10px);
}

.gb-home-stage--clean .gb-home-stage__quote-shell {
	border: 1px solid rgba(18, 31, 82, 0.08);
	background:
		radial-gradient(circle at top right, rgba(255, 188, 96, 0.18), transparent 24%),
		linear-gradient(180deg, rgba(242, 247, 255, 0.98), rgba(231, 239, 255, 0.98));
	box-shadow: 0 24px 54px rgba(17, 31, 81, 0.12);
}

.gb-home-stage--clean .gb-home-stage__quote-intro h2,
.gb-home-stage--clean .gb-home-stage__quote-intro p,
.gb-home-stage--clean .gb-home-stage__quote-highlight strong {
	color: #102454;
}

.gb-home-stage--clean .gb-home-stage__quote-intro p {
	color: #54627f;
}

.gb-home-stage--clean .gb-home-stage__quote-highlight {
	background: rgba(255, 255, 255, 0.66);
	border-color: rgba(18, 31, 82, 0.08);
}

.gb-home-stage--clean .gb-home-stage__quote-card {
	border: 1px solid rgba(18, 31, 82, 0.06);
	box-shadow: 0 18px 36px rgba(17, 31, 81, 0.08);
}

.gb-home-stage--clean .gb-home-stage__trust-item {
	background: rgba(255, 255, 255, 0.82);
}

.gb-booking-search__header h2,
.gb-booking-search label,
.gb-booking-search__payment-note {
	color: #102454;
}

.gb-booking-search input,
.gb-booking-search select {
	background: rgba(247, 250, 255, 0.96);
}

.gb-fleet-stage {
	background:
		radial-gradient(circle at top right, rgba(255, 195, 120, 0.12), transparent 22%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 255, 0.98));
}

.gb-fleet-stage__note {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(18, 31, 82, 0.06);
}

.gb-section--testimonials .gb-testimonial {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 255, 0.98));
}

.site-footer {
	padding: 32px 0 44px;
	border-top: 1px solid rgba(18, 31, 82, 0.08);
	background:
		radial-gradient(circle at top left, rgba(255, 198, 118, 0.12), transparent 24%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.98));
	color: #102454;
}

.site-footer__line,
.site-footer__tagline,
.site-footer p,
.site-footer li,
.site-footer a {
	color: #54627f;
}

.site-footer__cta {
	background: linear-gradient(135deg, #143fbc 0%, #2d6bff 100%);
	color: #fff;
	box-shadow: 0 14px 28px rgba(20, 63, 188, 0.14);
}

.site-footer__panel {
	border: 1px solid rgba(18, 31, 82, 0.08);
	background: rgba(255, 255, 255, 0.72);
}

.site-footer a:hover,
.site-footer a:focus-visible {
	color: #102454;
}

.gb-reveal {
	opacity: 0;
	transform: translateY(28px) scale(0.985);
	filter: blur(8px);
	transition:
		opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.75s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform, filter;
}

.gb-reveal.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
	filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
	.gb-home-stage--clean .gb-home-stage__copy,
	.gb-home-stage--clean .gb-home-stage__quote-shell,
	.gb-reveal {
		animation: none !important;
		transition: none !important;
		opacity: 1 !important;
		transform: none !important;
		filter: none !important;
	}
}

body.gb-preview-tunnel .gb-home-stage--clean .gb-home-stage__copy,
body.gb-preview-tunnel .gb-home-stage--clean .gb-home-stage__quote-shell,
body.gb-preview-tunnel .gb-reveal {
	animation: none !important;
	transition: none !important;
	opacity: 1 !important;
	transform: none !important;
	filter: none !important;
}

@media (max-width: 960px) {
	.site-header--clean .site-header__nav-shell {
		background: rgba(255, 255, 255, 0.96);
		border-color: rgba(18, 31, 82, 0.08);
		box-shadow: 0 20px 44px rgba(31, 44, 92, 0.12);
	}

	.site-header--clean .main-navigation a {
		background: rgba(19, 63, 188, 0.06);
	}
}

/* Vehicle cards editable from product meta */
.gb-catalog-card__media--spec-sheet,
.gb-vehicle-card__media--spec-sheet {
	display: grid;
	place-items: center;
	min-height: 260px;
	padding: 22px;
	background: linear-gradient(180deg, #fdfefe 0%, #f3f6fa 100%);
}

.gb-catalog-card__media--spec-sheet img,
.gb-vehicle-card__media--spec-sheet img {
	width: 100%;
	height: 210px;
	object-fit: contain;
}

.gb-catalog-card__content--spec-sheet,
.gb-vehicle-card__content--spec-sheet {
	display: grid;
	align-content: start;
	padding: 0;
	background: #fff;
}

.gb-catalog-card__title-band,
.gb-vehicle-card__title-band {
	display: grid;
	place-items: center;
	min-height: 116px;
	padding: 18px 20px;
	background: #e7edf2;
	text-align: center;
}

.gb-catalog-card__title-band h2,
.gb-vehicle-card__title-band h3 {
	margin: 0;
	font-size: clamp(1.5rem, 2vw, 2rem);
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.gb-catalog-card__title-band a,
.gb-vehicle-card__title-band a {
	color: #04070f;
}

.gb-catalog-card__segment-line,
.gb-vehicle-card__segment-line {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 20px 12px;
	color: #4c5770;
	font-size: 1.05rem;
	font-weight: 800;
}

.gb-catalog-card__info-grid,
.gb-vehicle-card__info-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px 12px;
	padding: 0 20px 18px;
}

.gb-catalog-card__info-item,
.gb-vehicle-card__info-item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
	align-items: start;
	min-height: 52px;
	color: #5d667b;
	font-size: 0.98rem;
	line-height: 1.28;
}

.gb-catalog-card__icon-token,
.gb-vehicle-card__icon-token {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 8px;
	border-radius: 14px;
	background: linear-gradient(180deg, #123eae 0%, #173479 100%);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 10px 18px rgba(18, 62, 174, 0.16);
}

.gb-catalog-card__icon-token--segment,
.gb-vehicle-card__icon-token--segment {
	min-width: 46px;
}

.gb-catalog-card__actions--compact,
.gb-vehicle-card__cta--compact {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	padding: 0 20px 20px;
	margin-top: 0;
}

.gb-catalog-card__actions--compact .gb-button,
.gb-vehicle-card__cta--compact .gb-button {
	flex: 0 0 auto;
	min-height: 44px;
}

.gb-catalog-card .gb-catalog-card__overlay,
.gb-catalog-card .gb-catalog-card__description,
.gb-catalog-card .gb-catalog-card__deposit,
.gb-catalog-card .gb-catalog-card__note,
.gb-catalog-card .gb-catalog-card__whatsapp,
.gb-catalog-card .gb-catalog-card__heading,
.gb-catalog-card .gb-catalog-card__specs {
	display: none;
}

.gb-vehicle-card--spec-sheet .gb-vehicle-card__badge,
.gb-vehicle-card--spec-sheet .gb-vehicle-card__specs {
	display: none;
}

.gb-vehicle-card--spec-sheet .gb-vehicle-card__content {
	padding: 0;
}

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

.gb-fleet-stage .gb-vehicle-card--spec-sheet {
	border-radius: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.gb-fleet-stage .gb-vehicle-card--spec-sheet:hover,
.gb-fleet-stage .gb-vehicle-card--spec-sheet:focus-within {
	transform: none;
	border-color: transparent;
	box-shadow: none;
}

.gb-fleet-stage .gb-vehicle-card--spec-sheet .gb-vehicle-card__media--spec-sheet,
.gb-fleet-stage .gb-vehicle-card--spec-sheet .gb-vehicle-card__content--spec-sheet,
.gb-catalog-card {
	border: 1px solid rgba(18, 31, 82, 0.08);
	border-radius: 0;
	box-shadow: 0 18px 36px rgba(17, 31, 81, 0.06);
	overflow: hidden;
}

.gb-catalog-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.gb-fleet-stage .gb-vehicle-card--spec-sheet .gb-vehicle-card__media--spec-sheet {
	border-bottom: 0;
}

.gb-fleet-stage .gb-vehicle-card--spec-sheet .gb-vehicle-card__content--spec-sheet {
	border-top: 0;
}

@media (max-width: 1100px) {
	.gb-catalog-grid,
	.gb-catalog-card__info-grid,
	.gb-vehicle-card__info-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.gb-catalog-grid,
	.gb-fleet-stage .gb-vehicle-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.gb-catalog-card__title-band,
	.gb-vehicle-card__title-band {
		min-height: 92px;
	}

	.gb-catalog-card__info-grid,
	.gb-vehicle-card__info-grid,
	.gb-catalog-card__actions--compact,
	.gb-vehicle-card__cta--compact {
		grid-template-columns: 1fr;
	}
}

/* Commerce pages controlled by theme */
.gb-commerce-shell {
	position: relative;
	padding: clamp(2.4rem, 4vw, 4.4rem) clamp(1rem, 3vw, 2rem) clamp(3rem, 5vw, 5rem);
	background:
		radial-gradient(circle at top left, rgba(45, 107, 255, 0.12), transparent 34%),
		radial-gradient(circle at top right, rgba(58, 154, 255, 0.12), transparent 28%),
		linear-gradient(180deg, #f7fbff 0%, #eef4fa 100%);
}

.gb-commerce-shell::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.62)),
		repeating-linear-gradient(135deg, rgba(18, 62, 174, 0.03) 0 14px, transparent 14px 28px);
	opacity: 0.7;
	pointer-events: none;
}

.gb-commerce-shell > * {
	position: relative;
	z-index: 1;
}

.gb-commerce-hero,
.gb-commerce-block,
.gb-cart-card,
.gb-checkout-order-item,
.gb-commerce-empty {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(18, 31, 82, 0.08);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 28px 60px rgba(17, 31, 81, 0.1);
	backdrop-filter: blur(20px);
}

.gb-commerce-hero::after,
.gb-commerce-block::after,
.gb-cart-card::after,
.gb-checkout-order-item::after,
.gb-commerce-empty::after {
	content: "";
	position: absolute;
	inset: -60% auto auto -18%;
	width: 180px;
	height: 180px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(58, 154, 255, 0.18) 0%, rgba(58, 154, 255, 0) 72%);
	pointer-events: none;
	animation: gb-commerce-float 14s ease-in-out infinite;
}

.gb-commerce-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) auto;
	gap: 1.5rem;
	align-items: end;
	max-width: 1320px;
	margin: 0 auto 1.5rem;
	padding: clamp(1.5rem, 4vw, 2.6rem);
}

.gb-commerce-hero__eyebrow,
.gb-commerce-block__kicker,
.gb-commerce-empty__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	background: rgba(19, 63, 188, 0.08);
	color: #143fbc;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gb-commerce-hero__copy h1,
.gb-commerce-empty h1 {
	margin: 0.8rem 0 0.65rem;
	color: #08152d;
	font-size: clamp(2.2rem, 4vw, 4.2rem);
	line-height: 0.95;
	letter-spacing: -0.05em;
}

.gb-commerce-hero__copy p,
.gb-commerce-empty p,
.gb-cart-summary__intro,
.gb-checkout-section__intro {
	margin: 0;
	max-width: 62ch;
	color: #51617b;
	font-size: 1rem;
	line-height: 1.7;
}

.gb-commerce-steps {
	display: grid;
	gap: 0.75rem;
	min-width: min(100%, 290px);
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: gb-commerce-step;
}

.gb-commerce-steps li {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.95rem 1rem;
	border-radius: 18px;
	background: rgba(243, 247, 252, 0.9);
	color: #4f5f79;
	font-size: 0.98rem;
	font-weight: 700;
	box-shadow: inset 0 0 0 1px rgba(18, 31, 82, 0.06);
}

.gb-commerce-steps li::before {
	counter-increment: gb-commerce-step;
	content: counter(gb-commerce-step);
	display: inline-grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: #fff;
	color: #143fbc;
	font-weight: 900;
	box-shadow: 0 10px 20px rgba(20, 63, 188, 0.14);
}

.gb-commerce-steps li.is-current {
	background: linear-gradient(135deg, #143fbc 0%, #2d6bff 100%);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 20px 34px rgba(20, 63, 188, 0.2);
}

.gb-commerce-steps li.is-current::before {
	color: #0c1e44;
}

.gb-cart-layout,
.gb-checkout-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
	gap: 1.5rem;
	align-items: start;
	max-width: 1320px;
	margin: 0 auto;
}

.gb-checkout-sections,
.gb-cart-list {
	display: grid;
	gap: 1rem;
}

.gb-commerce-block,
.gb-commerce-empty {
	padding: clamp(1.25rem, 3vw, 1.8rem);
}

.gb-commerce-block__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.gb-commerce-block__head h2,
.gb-checkout-payment__head h3 {
	margin: 0.7rem 0 0;
	color: #08152d;
	font-size: clamp(1.35rem, 2vw, 2rem);
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.gb-commerce-link {
	color: #143fbc;
	font-weight: 800;
}

.gb-cart-card,
.gb-checkout-order-item {
	display: grid;
	grid-template-columns: minmax(160px, 240px) minmax(0, 1fr) minmax(160px, 220px);
	gap: 1rem;
	align-items: center;
	padding: 1rem;
	transition:
		transform 0.35s ease,
		box-shadow 0.35s ease,
		border-color 0.35s ease;
}

.gb-cart-card:hover,
.gb-checkout-order-item:hover {
	transform: translateY(-4px);
	border-color: rgba(20, 63, 188, 0.18);
	box-shadow: 0 30px 55px rgba(17, 31, 81, 0.12);
}

.gb-cart-card__media,
.gb-checkout-order-item__media {
	display: grid;
	place-items: center;
	min-height: 180px;
	padding: 1rem;
	border-radius: 24px;
	background: linear-gradient(180deg, #fdfefe 0%, #eff4f8 100%);
}

.gb-cart-card__media img,
.gb-checkout-order-item__media img {
	width: 100%;
	height: 160px;
	object-fit: contain;
}

.gb-cart-card__topline {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.gb-cart-card__segment,
.gb-checkout-order-item__segment {
	display: inline-flex;
	align-items: center;
	padding: 0.4rem 0.72rem;
	border-radius: 999px;
	background: rgba(20, 63, 188, 0.08);
	color: #143fbc;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gb-cart-card__title,
.gb-checkout-order-item h3 {
	margin: 0.7rem 0 0;
	color: #08152d;
	font-size: clamp(1.4rem, 2vw, 1.95rem);
	line-height: 1;
	letter-spacing: -0.04em;
}

.gb-cart-card__title a {
	color: inherit;
}

.gb-cart-card__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0.95rem;
	border-radius: 999px;
	background: rgba(8, 21, 45, 0.06);
	color: #08152d;
	font-size: 0.86rem;
	font-weight: 800;
	transition: background 0.25s ease, color 0.25s ease;
}

.gb-cart-card__remove:hover,
.gb-cart-card__remove:focus-visible {
	background: #08152d;
	color: #fff;
}

.gb-cart-card__specs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.gb-cart-card__specs li {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.65rem 0.82rem;
	border-radius: 16px;
	background: #f4f7fb;
	color: #4f5f79;
	font-size: 0.92rem;
	font-weight: 700;
}

.gb-cart-card__token {
	display: inline-grid;
	place-items: center;
	min-width: 2rem;
	height: 2rem;
	padding: 0 0.45rem;
	border-radius: 12px;
	background: linear-gradient(135deg, #143fbc 0%, #2d6bff 100%);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gb-cart-card__meta,
.gb-checkout-order-item__meta {
	margin-top: 0.9rem;
	color: #5a6982;
	font-size: 0.94rem;
}

.gb-cart-card__meta dl,
.gb-checkout-order-item__meta dl {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, max-content));
	gap: 0.2rem 0.8rem;
	margin: 0;
}

.gb-cart-card__meta dt,
.gb-checkout-order-item__meta dt {
	font-weight: 800;
}

.gb-cart-card__aside {
	display: grid;
	gap: 0.9rem;
}

.gb-cart-card__price,
.gb-cart-card__subtotal,
.gb-checkout-order-item__total {
	display: grid;
	gap: 0.28rem;
	padding: 0.95rem 1rem;
	border-radius: 20px;
	background: linear-gradient(180deg, #fbfdff 0%, #eef4fb 100%);
	text-align: left;
}

.gb-cart-card__price span,
.gb-cart-card__subtotal span {
	color: #5e6d84;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gb-cart-card__price strong,
.gb-cart-card__subtotal strong,
.gb-checkout-order-item__total {
	color: #08152d;
	font-size: 1.05rem;
	font-weight: 900;
}

.gb-cart-card__price small,
.gb-checkout-order-item__total small {
	color: #5e6d84;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.gb-cart-card__qty {
	display: grid;
	gap: 0.5rem;
	padding: 0.95rem 1rem;
	border-radius: 20px;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(18, 31, 82, 0.08);
}

.gb-cart-card__qty span {
	color: #5e6d84;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gb-cart-card .quantity,
.woocommerce .quantity {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.gb-cart-card .quantity .qty,
.woocommerce .quantity .qty {
	width: 90px;
	min-height: 46px;
	border: 1px solid rgba(18, 31, 82, 0.12);
	border-radius: 14px;
	background: #f8fbff;
	color: #08152d;
	font-weight: 800;
	text-align: center;
}

.gb-cart-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: end;
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(18, 31, 82, 0.08);
}

.gb-cart-coupon {
	display: grid;
	gap: 0.55rem;
}

.gb-cart-coupon label {
	color: #08152d;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gb-cart-coupon__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.75rem;
}

.gb-cart-coupon input,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-cart .shipping-calculator-form .input-text,
.woocommerce-cart .shipping-calculator-form select {
	width: 100%;
	min-height: 54px;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(18, 31, 82, 0.1);
	border-radius: 18px;
	background: #f9fbfe;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	color: #08152d;
	font-size: 1rem;
	transition:
		border-color 0.25s ease,
		box-shadow 0.25s ease,
		transform 0.25s ease;
}

.woocommerce form .form-row textarea {
	min-height: 140px;
	resize: vertical;
}

.gb-cart-coupon input:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.woocommerce-cart .shipping-calculator-form .input-text:focus,
.woocommerce-cart .shipping-calculator-form select:focus {
	outline: none;
	border-color: rgba(20, 63, 188, 0.3);
	box-shadow: 0 0 0 4px rgba(20, 63, 188, 0.09);
	transform: translateY(-1px);
}

.gb-cart-summary-shell,
.gb-checkout-review {
	position: sticky;
	top: 108px;
}

.gb-commerce-totals-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1.1rem;
}

.gb-commerce-totals-table th,
.gb-commerce-totals-table td {
	padding: 0.95rem 0;
	border-bottom: 1px solid rgba(18, 31, 82, 0.08);
	color: #4f5f79;
	font-size: 0.98rem;
	vertical-align: top;
}

.gb-commerce-totals-table th {
	text-align: left;
	font-weight: 800;
}

.gb-commerce-totals-table td {
	text-align: right;
	font-weight: 700;
}

.gb-commerce-totals-table .order-total th,
.gb-commerce-totals-table .order-total td {
	padding-top: 1.15rem;
	color: #08152d;
	font-size: 1.08rem;
	font-weight: 900;
	border-bottom: 0;
}

.gb-cart-summary__cta,
.gb-checkout-payment__footer {
	display: grid;
	gap: 0.9rem;
	margin-top: 1.25rem;
}

.woocommerce a.button.checkout-button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #payment #place_order {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0.95rem 1.3rem;
	border: 0;
	border-radius: 18px;
	background: linear-gradient(135deg, #143fbc 0%, #2d6bff 100%);
	color: #fff;
	font-weight: 900;
	letter-spacing: 0.01em;
	box-shadow: 0 18px 36px rgba(20, 63, 188, 0.18);
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		filter 0.25s ease;
}

.woocommerce a.button.checkout-button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce a.button.checkout-button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible,
.woocommerce #payment #place_order:focus-visible {
	transform: translateY(-2px);
	filter: saturate(1.06);
	box-shadow: 0 22px 42px rgba(20, 63, 188, 0.22);
}

.woocommerce .button.gb-button--secondary,
.woocommerce button.button.gb-button--secondary {
	background: #eef4fb;
	color: #0c1e44;
	box-shadow: none;
}

.gb-cart-summary__trust,
.gb-checkout-review__trust {
	display: grid;
	gap: 0.7rem;
	margin: 1.2rem 0 0;
	padding: 0;
	list-style: none;
}

.gb-cart-summary__trust li,
.gb-checkout-review__trust li {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.9rem 0.95rem;
	border-radius: 18px;
	background: #f5f8fc;
	color: #4f5f79;
	font-size: 0.92rem;
	font-weight: 700;
}

.gb-cart-summary__trust li::before,
.gb-checkout-review__trust li::before {
	content: "";
	width: 0.72rem;
	height: 0.72rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #143fbc 0%, #2d6bff 100%);
	box-shadow: 0 0 0 5px rgba(20, 63, 188, 0.08);
}

.gb-checkout-form {
	max-width: 1320px;
	margin: 0 auto;
}

.gb-checkout-customer {
	display: grid;
	gap: 1rem;
}

.gb-checkout-section .woocommerce-billing-fields__field-wrapper,
.gb-checkout-section .woocommerce-shipping-fields__field-wrapper,
.gb-checkout-section .woocommerce-additional-fields__field-wrapper,
.gb-checkout-section .create-account {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.woocommerce form .form-row {
	float: none;
	width: 100%;
	margin: 0;
}

.woocommerce form .form-row label {
	display: block;
	margin-bottom: 0.5rem;
	color: #08152d;
	font-size: 0.9rem;
	font-weight: 800;
}

.woocommerce form .form-row .required {
	color: #143fbc;
}

.woocommerce form .form-row-wide,
.woocommerce form .form-row.notes,
.woocommerce form .form-row.create-account,
.woocommerce-checkout .woocommerce-invalid-required-field {
	grid-column: 1 / -1;
}

.woocommerce form .form-row input[type="checkbox"],
.woocommerce form .form-row input[type="radio"] {
	accent-color: #143fbc;
}

.woocommerce form .form-row .woocommerce-input-wrapper {
	display: grid;
	gap: 0.55rem;
}

.woocommerce .woocommerce-checkout .col2-set,
.woocommerce-page .woocommerce-checkout .col2-set {
	width: 100%;
	margin: 0;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields,
.woocommerce .woocommerce-additional-fields {
	width: 100%;
}

.gb-checkout-order-review {
	display: grid;
	gap: 1rem;
}

.gb-checkout-order-review__toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.75rem;
}

.gb-checkout-order-review__items {
	display: grid;
	gap: 0.85rem;
}

.gb-checkout-order-item__header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.75rem;
	align-items: flex-start;
}

.gb-checkout-order-item {
	grid-template-columns: 110px minmax(0, 1fr) auto;
	padding: 0.85rem;
	border-radius: 24px;
	background: linear-gradient(180deg, #fbfdff 0%, #f2f6fb 100%);
	box-shadow: none;
}

.gb-checkout-order-item__media {
	min-height: 96px;
	padding: 0.55rem;
	background: #fff;
}

.gb-checkout-order-item__media img {
	height: 84px;
}

.gb-checkout-order-item__meta span {
	display: inline-flex;
	margin-bottom: 0.35rem;
	color: #08152d;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.gb-checkout-order-item__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.4rem 0.8rem;
	border-radius: 999px;
	background: rgba(219, 60, 92, 0.08);
	color: #c32b53;
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration: none;
}

.gb-checkout-order-item__remove:hover,
.gb-checkout-order-item__remove:focus-visible {
	background: rgba(219, 60, 92, 0.14);
	color: #9f1f42;
}

.gb-checkout-payment {
	margin-top: 1.1rem;
	padding-top: 1.1rem;
	border-top: 1px solid rgba(18, 31, 82, 0.08);
}

.gb-checkout-payment__methods {
	display: grid;
	gap: 0.8rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.gb-checkout-payment__methods .wc_payment_method {
	padding: 1rem;
	border: 1px solid rgba(18, 31, 82, 0.08);
	border-radius: 20px;
	background: #f9fbfe;
}

.gb-checkout-payment__methods .payment_box {
	margin-top: 0.8rem;
	padding: 0.95rem 1rem;
	border-radius: 16px;
	background: #fff;
	color: #55647d;
}

.gb-checkout-payment__methods label {
	color: #08152d;
	font-weight: 800;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce-checkout #payment div.payment_box::before,
.woocommerce-checkout #payment ul.payment_methods::before {
	border-top-color: rgba(20, 63, 188, 0.16);
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
	margin: 0 auto 1rem;
	max-width: 1320px;
	padding: 1rem 1.15rem;
	border: 1px solid rgba(20, 63, 188, 0.14);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.92);
	color: #08152d;
	box-shadow: 0 18px 36px rgba(17, 31, 81, 0.08);
}

.woocommerce .woocommerce-error {
	border-color: rgba(219, 60, 92, 0.16);
}

.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-error::before {
	color: #143fbc;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	border-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment ul.payment_methods li {
	background: transparent;
}

.gb-commerce-shell .woocommerce-checkout-review-order-table,
.gb-commerce-shell .shop_table,
.gb-commerce-shell .woocommerce-cart-form__contents,
.gb-commerce-shell .cart-collaterals {
	all: unset;
}

.gb-commerce-empty {
	display: grid;
	gap: 1rem;
	max-width: 780px;
	margin: 0 auto;
	text-align: center;
}

.gb-commerce-empty__actions {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.9rem;
}

@keyframes gb-commerce-float {
	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
	}

	50% {
		transform: translate3d(18px, 18px, 0) scale(1.08);
	}
}

@media (prefers-reduced-motion: reduce) {
	.gb-commerce-hero::after,
	.gb-commerce-block::after,
	.gb-cart-card::after,
	.gb-checkout-order-item::after,
	.gb-commerce-empty::after {
		animation: none !important;
	}

	.gb-commerce-steps li.is-current,
	.gb-cart-card:hover,
	.gb-checkout-order-item:hover,
	.woocommerce a.button.checkout-button:hover,
	.woocommerce button.button:hover,
	.woocommerce input.button:hover,
	.woocommerce #payment #place_order:hover {
		transform: none !important;
	}
}

@media (max-width: 1100px) {
	.gb-cart-layout,
	.gb-checkout-layout {
		grid-template-columns: 1fr;
	}

	.gb-cart-summary-shell,
	.gb-checkout-review {
		position: static;
		top: auto;
	}

	.gb-cart-card {
		grid-template-columns: 180px minmax(0, 1fr);
	}

	.gb-cart-card__aside {
		grid-column: 1 / -1;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.gb-commerce-hero,
	.gb-cart-card,
	.gb-checkout-order-item,
	.gb-cart-actions {
		grid-template-columns: 1fr;
	}

	.gb-checkout-section .woocommerce-billing-fields__field-wrapper,
	.gb-checkout-section .woocommerce-shipping-fields__field-wrapper,
	.gb-checkout-section .woocommerce-additional-fields__field-wrapper,
	.gb-checkout-section .create-account,
	.gb-cart-coupon__row {
		grid-template-columns: 1fr;
	}

	.gb-cart-card__media {
		min-height: 210px;
	}

	.gb-cart-card__aside {
		grid-template-columns: 1fr;
	}

	.gb-commerce-block__head {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 640px) {
	.gb-commerce-shell {
		padding-inline: 0.75rem;
	}

	.gb-commerce-hero,
	.gb-commerce-block,
	.gb-cart-card,
	.gb-checkout-order-item,
	.gb-commerce-empty {
		border-radius: 24px;
	}

	.gb-commerce-hero__copy h1,
	.gb-commerce-empty h1 {
		font-size: clamp(1.8rem, 10vw, 2.7rem);
	}

	.gb-commerce-steps li {
		padding: 0.8rem 0.85rem;
	}
}

/* ═══════════════ FRONT PAGE REDESIGN — HIGH CONTRAST ═══════════════ */

/* ─── Design Tokens ─── */
.autorenta-page {
	--ar-ink: #0f172a;
	--ar-ink-soft: #475569;
	--ar-bg: #ffffff;
	--ar-bg-warm: #f8f7f4;
	--ar-primary: #1d4ed8;
	--ar-primary-dark: #1e3a5f;
	--ar-primary-soft: #dbeafe;
	--ar-accent: #f59e0b;
	--ar-accent-strong: #d97706;
	--ar-success: #059669;
	--ar-border: #e2e8f0;
	--ar-surface: #f1f5f9;
	--ar-radius: 16px;
	--ar-radius-lg: 24px;
	--ar-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
	--ar-shadow-lg: 0 12px 40px rgba(15, 23, 42, 0.12);
	--ar-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
	--ar-duration: 0.3s;
	font-family: "Inter", "Segoe UI", system-ui, sans-serif;
	color: var(--ar-ink);
	background: var(--ar-bg);
}

.autorenta-page *, .autorenta-page *::before, .autorenta-page *::after { box-sizing: border-box; }
.autorenta-page a, .autorenta-page button, .autorenta-page input, .autorenta-page select { font: inherit; }
.autorenta-page a { color: inherit; text-decoration: none; }
.autorenta-page img { display: block; width: 100%; max-width: 100%; height: auto; }

.autorenta-shell { width: min(1280px, calc(100% - 32px)); margin: 0 auto; }
.autorenta-shell--narrow { width: min(900px, calc(100% - 32px)); }

/* ─── Buttons ─── */
.autorenta-button {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: 14px 28px; border: 0; border-radius: 12px;
	font-weight: 700; font-size: 0.95rem; cursor: pointer;
	transition: transform var(--ar-duration) var(--ar-ease), box-shadow var(--ar-duration) var(--ar-ease), background var(--ar-duration) var(--ar-ease);
}
.autorenta-button:hover { transform: translateY(-2px); }
.autorenta-button--full { width: 100%; }
.autorenta-button--lg { padding: 18px 36px; font-size: 1.05rem; border-radius: 14px; }
.autorenta-button svg { width: 18px; height: 18px; }
.autorenta-button--primary { background: var(--ar-primary); color: #fff; box-shadow: 0 8px 24px rgba(29, 78, 216, 0.24); }
.autorenta-button--primary:hover { box-shadow: 0 12px 32px rgba(29, 78, 216, 0.32); }
.autorenta-button--accent { background: var(--ar-accent); color: var(--ar-ink); box-shadow: 0 8px 24px rgba(245, 158, 11, 0.28); font-weight: 800; }
.autorenta-button--accent:hover { background: var(--ar-accent-strong); }
.autorenta-button--outline { background: transparent; border: 2px solid var(--ar-primary); color: var(--ar-primary); }
.autorenta-button--outline:hover { background: var(--ar-primary); color: #fff; }
.autorenta-button--whatsapp { background: #25d366; color: #fff; box-shadow: 0 8px 24px rgba(37, 211, 102, 0.24); }
.autorenta-button--whatsapp:hover { background: #1faa52; }
.autorenta-button--dark { background: var(--ar-ink); color: #fff; }
.autorenta-button--quote,
.autorenta-car-card__footer .autorenta-button,
.autorenta-pricing-card__footer .autorenta-button {
	min-width: 120px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, #0c3cbd 0%, #2d6bff 100%);
	color: #fff;
	box-shadow: 0 12px 28px rgba(20, 63, 188, 0.2);
	font-weight: 850;
}
.autorenta-button--quote:hover,
.autorenta-button--quote:focus-visible,
.autorenta-car-card__footer .autorenta-button:hover,
.autorenta-car-card__footer .autorenta-button:focus-visible,
.autorenta-pricing-card__footer .autorenta-button:hover,
.autorenta-pricing-card__footer .autorenta-button:focus-visible {
	background: linear-gradient(135deg, #0a35a8 0%, #174dd6 100%);
	color: #fff;
	box-shadow: 0 16px 34px rgba(20, 63, 188, 0.28);
}
.autorenta-page:not(.is-hidden-stock-visible) [data-autorenta-hidden-vehicle] {
	display: none !important;
}
.is-hidden-stock-visible .autorenta-car-card--hidden-stock {
	position: relative;
	outline: 2px dashed rgba(245, 158, 11, 0.65);
	outline-offset: 4px;
}
.is-hidden-stock-visible .autorenta-car-card--hidden-stock::after {
	content: attr(data-autorenta-hidden-label);
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	padding: 0.42rem 0.7rem;
	border-radius: 999px;
	background: #f59e0b;
	color: #111827;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.16);
}
.autorenta-hidden-stock-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 0 0 20px;
	padding: 14px 18px;
	border: 1px solid rgba(245, 158, 11, 0.28);
	border-radius: 18px;
	background: rgba(255, 247, 237, 0.95);
	color: #7c2d12;
	box-shadow: 0 14px 30px rgba(124, 45, 18, 0.08);
}
.autorenta-hidden-stock-note strong {
	color: #9a3412;
	font-size: 0.9rem;
	font-weight: 900;
}
.autorenta-hidden-stock-note span {
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.4;
}

.autorenta-link-button {
	display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0;
	background: transparent; color: var(--ar-primary); font-weight: 700; cursor: pointer;
	transition: gap var(--ar-duration) var(--ar-ease);
}
.autorenta-link-button:hover { gap: 14px; }
.autorenta-link-button svg { width: 16px; height: 16px; }

/* ─── Sections ─── */
.autorenta-section { padding: 96px 0; }
.autorenta-section--warm { background: var(--ar-bg-warm); }
.autorenta-section--dark { background: var(--ar-ink); color: #fff; }

.autorenta-section__heading { margin-bottom: 48px; }
.autorenta-section__heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.1; letter-spacing: -0.03em; color: var(--ar-ink); }
.autorenta-section--dark .autorenta-section__heading h2 { color: #fff; }
.autorenta-section__heading p { margin: 14px 0 0; color: var(--ar-ink-soft); font-size: 1.1rem; line-height: 1.65; max-width: 640px; }
.autorenta-section--dark .autorenta-section__heading p { color: rgba(255,255,255,0.72); }
.autorenta-section__heading--center { text-align: center; }
.autorenta-section__heading--center p { margin-left: auto; margin-right: auto; }
.autorenta-section__heading--split { display: flex; align-items: end; justify-content: space-between; gap: 24px; }

.autorenta-section__kicker {
	display: inline-flex; align-items: center; gap: 6px; margin-bottom: 14px;
	padding: 6px 16px; border-radius: 999px; background: var(--ar-primary-soft); color: var(--ar-primary);
	font-size: 0.82rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
}
.autorenta-section__kicker svg { width: 14px; height: 14px; }
.autorenta-section--dark .autorenta-section__kicker { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.9); }

/* ─── Nav ─── */
.autorenta-nav {
	position: sticky; top: 0; z-index: 80;
	background: rgba(255, 255, 255, 0.97); backdrop-filter: blur(16px);
	border-bottom: 1px solid var(--ar-border);
	transition: box-shadow 0.25s ease;
}
.autorenta-nav.is-scrolled { box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08); }
.autorenta-nav__inner { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 24px; }
.autorenta-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ar-ink); min-width: 0; max-width: 100%; flex: 1 1 auto; overflow: hidden; }
.autorenta-brand .autorenta-brand__logo { width: auto; height: 46px; max-width: none; flex-shrink: 0; }
.autorenta-brand__copy { display: grid; gap: 2px; min-width: 0; max-width: 100%; overflow: hidden; }
.autorenta-brand__text { font-size: 1.2rem; font-weight: 800; letter-spacing: -0.02em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.autorenta-brand__line { color: var(--ar-ink-soft); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.autorenta-nav__desktop { display: flex; align-items: center; flex: 1; justify-content: flex-end; gap: 28px; min-width: 0; }
.autorenta-nav__desktop a, .autorenta-nav__mobile-links a { color: var(--ar-ink-soft); font-size: 0.95rem; font-weight: 600; white-space: nowrap; transition: color 0.2s ease; }
.autorenta-nav__desktop a:hover, .autorenta-nav__mobile-links a:hover { color: var(--ar-primary); }
.autorenta-nav__desktop a[aria-current="page"], .autorenta-nav__mobile-links a[aria-current="page"] { color: var(--ar-ink); font-weight: 700; }
.autorenta-nav__toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--ar-border); border-radius: 12px; background: transparent; color: var(--ar-ink); cursor: pointer; }
.autorenta-nav__toggle svg { width: 22px; height: 22px; }
.autorenta-nav__mobile { display: none; border-top: 1px solid var(--ar-border); background: var(--ar-bg); }
.autorenta-nav__mobile:not([hidden]) { display: block; }
.autorenta-nav__mobile-links { display: grid; gap: 16px; padding: 20px 0 24px; }
.autorenta-button--brand { background: var(--ar-primary); color: #fff; padding: 12px 22px; border-radius: 12px; box-shadow: 0 6px 18px rgba(29, 78, 216, 0.2); }
.autorenta-button--brand:visited, .autorenta-nav .autorenta-button--brand { color: #fff; }

/* ─── Hero ─── */
.autorenta-hero {
	position: relative; padding: 80px 0 200px; overflow: clip;
	background: linear-gradient(160deg, #0f172a 0%, #1e3a5f 50%, #0f172a 100%);
}
.autorenta-hero__overlay {
	position: absolute; inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, transparent 70%);
	pointer-events: none;
}
.autorenta-hero::before, .autorenta-hero::after {
	content: ""; position: absolute; border-radius: 999px; filter: blur(80px); pointer-events: none;
}
.autorenta-hero::before { top: -10%; left: 5%; width: 400px; height: 400px; background: rgba(29, 78, 216, 0.3); }
.autorenta-hero::after { right: 0; bottom: 10%; width: 300px; height: 300px; background: rgba(245, 158, 11, 0.2); }

.autorenta-hero__inner { position: relative; z-index: 1; }
.autorenta-hero__copy { max-width: 720px; margin: 0 auto 48px; text-align: center; color: #fff; }
.autorenta-hero__eyebrow {
	display: inline-flex; align-items: center; gap: 6px; margin-bottom: 20px;
	padding: 8px 18px; border: 1px solid rgba(255,255,255,0.15); border-radius: 999px;
	background: rgba(255,255,255,0.08); font-size: 0.85rem; font-weight: 700; letter-spacing: 0.06em;
}
.autorenta-hero__eyebrow svg { width: 14px; height: 14px; color: var(--ar-accent); }
.autorenta-hero__copy h1 { margin: 0 0 18px; font-size: clamp(2.4rem, 5.5vw, 4rem); line-height: 1.05; letter-spacing: -0.04em; }
.autorenta-hero__copy p { margin: 0 auto; max-width: 600px; font-size: clamp(1rem, 2vw, 1.2rem); line-height: 1.7; color: rgba(255,255,255,0.8); }

/* ─── Booking Card ─── */
.autorenta-booking-card {
	max-width: 1060px; margin: 0 auto; padding: 28px 32px 32px;
	border-radius: var(--ar-radius-lg); background: var(--ar-bg);
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.2);
	transform: translateY(64px);
}
.autorenta-booking-card__header {
	display: flex; align-items: center; gap: 8px; margin-bottom: 20px;
	color: var(--ar-ink); font-size: 1rem; font-weight: 700;
}
.autorenta-booking-card__header svg { width: 20px; height: 20px; color: var(--ar-primary); }
.autorenta-booking-form { display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 16px; align-items: end; }
.autorenta-field label { display: block; margin-bottom: 8px; font-size: 0.88rem; font-weight: 700; color: var(--ar-ink-soft); }
.autorenta-input-wrap { position: relative; }
.autorenta-input-icon { position: absolute; left: 14px; top: 50%; display: inline-flex; color: var(--ar-ink-soft); transform: translateY(-50%); pointer-events: none; }
.autorenta-input-icon svg { width: 18px; height: 18px; }
.autorenta-input-wrap input, .autorenta-input-wrap select {
	box-sizing: border-box; width: 100%; max-width: 100%; min-width: 0; min-height: 52px; padding: 12px 16px 12px 44px;
	border: 2px solid var(--ar-border); border-radius: 12px; background: var(--ar-bg); color: var(--ar-ink); outline: 0;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.autorenta-input-wrap input[type="date"] {
	min-width: 0;
	-webkit-appearance: none;
	appearance: none;
}
.autorenta-input-wrap input[type="date"]::-webkit-date-and-time-value {
	min-height: 1.25em;
	text-align: left;
}
.autorenta-input-wrap input[type="date"]::-webkit-calendar-picker-indicator {
	margin-right: 0;
}
.autorenta-input-wrap input:focus, .autorenta-input-wrap select:focus { border-color: var(--ar-primary); box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.1); }

/* ─── Trust Strip ─── */
.autorenta-trust-strip { padding: 28px 0; margin-top: 64px; background: var(--ar-primary); color: #fff; }
.autorenta-trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.autorenta-trust-stat strong { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 1.8rem; font-weight: 800; line-height: 1; }
.autorenta-trust-stat span { display: block; margin-top: 6px; font-size: 0.85rem; font-weight: 600; opacity: 0.85; }
.autorenta-trust-stat__star { width: 20px; height: 20px; color: var(--ar-accent); fill: var(--ar-accent); }

/* ─── Benefit Cards ─── */
.autorenta-benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.autorenta-benefit-card {
	padding: 32px 24px; border: 1px solid var(--ar-border); border-radius: var(--ar-radius);
	background: var(--ar-bg); text-align: center;
	transition: transform var(--ar-duration) var(--ar-ease), box-shadow var(--ar-duration) var(--ar-ease), border-color var(--ar-duration) var(--ar-ease);
}
.autorenta-benefit-card:hover { transform: translateY(-6px); box-shadow: var(--ar-shadow-lg); border-color: var(--ar-primary-soft); }
.autorenta-benefit-card__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 56px; height: 56px; margin-bottom: 18px; border-radius: 16px;
	background: var(--ar-primary-soft); color: var(--ar-primary);
	transition: transform 0.25s var(--ar-ease);
}
.autorenta-benefit-card:hover .autorenta-benefit-card__icon { transform: scale(1.1); }
.autorenta-benefit-card__icon svg { width: 26px; height: 26px; }
.autorenta-benefit-card h3 { margin: 0 0 10px; font-size: 1.1rem; color: var(--ar-ink); }
.autorenta-benefit-card p { margin: 0; color: var(--ar-ink-soft); font-size: 0.92rem; line-height: 1.65; }

/* ─── Fleet Cards ─── */
.autorenta-fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.autorenta-fleet-filterbar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 24px;
}
.autorenta-fleet-filter {
	border: 1px solid var(--ar-border);
	border-radius: 999px;
	background: #fff;
	color: var(--ar-ink);
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	padding: 10px 16px;
	transition: all .2s var(--ar-ease);
}
.autorenta-fleet-filter:hover,
.autorenta-fleet-filter:focus-visible,
.autorenta-fleet-filter.is-active {
	background: var(--ar-primary);
	border-color: var(--ar-primary);
	color: #fff;
	outline: none;
}
.autorenta-car-card {
	display: flex; flex-direction: column; overflow: hidden;
	border: 1px solid var(--ar-border); border-radius: var(--ar-radius-lg); background: var(--ar-bg);
	box-shadow: var(--ar-shadow);
	transition: transform var(--ar-duration) var(--ar-ease), box-shadow var(--ar-duration) var(--ar-ease), border-color var(--ar-duration) var(--ar-ease);
}
.autorenta-car-card:hover { transform: translateY(-8px); box-shadow: var(--ar-shadow-lg); border-color: rgba(29, 78, 216, 0.2); }
.autorenta-car-card--featured { border-color: rgba(29, 78, 216, 0.15); box-shadow: 0 8px 32px rgba(29, 78, 216, 0.1); }
.autorenta-car-card__media { position: relative; height: 220px; background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%); overflow: hidden; }
.autorenta-car-card__media img { height: 100%; object-fit: cover; transition: transform 0.6s var(--ar-ease); }
.autorenta-car-card__placeholder {
	align-items: center;
	color: var(--ar-ink-soft);
	display: flex;
	flex-direction: column;
	font-weight: 700;
	gap: 10px;
	height: 100%;
	justify-content: center;
}
.autorenta-car-card__placeholder svg {
	color: var(--ar-primary);
	height: 42px;
	width: 42px;
}
.autorenta-car-card__image--primary {
	width: 100%;
	padding: 12px;
	box-sizing: border-box;
	object-fit: contain !important;
	filter: drop-shadow(0 18px 18px rgba(15, 23, 42, 0.14));
}
.autorenta-car-card__image--secondary {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 2;
	width: 92px !important;
	height: 62px !important;
	padding: 4px;
	border: 1px solid rgba(15, 23, 42, 0.14);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
	object-fit: contain !important;
	backdrop-filter: blur(8px);
}
.autorenta-car-card:hover .autorenta-car-card__image--primary { transform: scale(1.05); }
.autorenta-tag, .autorenta-ribbon { position: absolute; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.02em; z-index: 2; }
.autorenta-tag { top: 14px; left: 14px; padding: 6px 14px; border-radius: 999px; background: var(--ar-bg); color: var(--ar-ink); box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.autorenta-ribbon { top: 0; right: 0; padding: 8px 16px; border-radius: 0 0 0 14px; background: var(--ar-primary); color: #fff; }
.autorenta-car-card__body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.autorenta-car-card__body h3 { margin: 0; font-size: 1.3rem; color: var(--ar-ink); }
.autorenta-car-card__subtitle { margin: 6px 0 18px; color: var(--ar-ink-soft); font-size: 0.92rem; }
.autorenta-spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 24px; }
.autorenta-spec-grid div { display: flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 10px; background: var(--ar-surface); color: var(--ar-ink); font-size: 0.88rem; font-weight: 600; }
.autorenta-spec-grid svg { width: 16px; height: 16px; color: var(--ar-primary); flex-shrink: 0; }
.autorenta-car-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--ar-border); }
.autorenta-price { display: grid; gap: 2px; }
.autorenta-price span { color: var(--ar-ink-soft); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.autorenta-price strong { font-size: 1.5rem; line-height: 1; color: var(--ar-ink); }
.autorenta-price small { font-size: 0.85rem; font-weight: 500; color: var(--ar-ink-soft); }
.autorenta-price--quote strong, .autorenta-price--quote small { display: none; }

/* ─── Pricing Tiers ─── */
.autorenta-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.autorenta-pricing-card {
	position: relative; display: flex; flex-direction: column; padding: 32px 28px;
	border: 2px solid var(--ar-border); border-radius: var(--ar-radius-lg); background: var(--ar-bg);
	transition: transform var(--ar-duration) var(--ar-ease), box-shadow var(--ar-duration) var(--ar-ease), border-color var(--ar-duration) var(--ar-ease);
}
.autorenta-pricing-card:hover { transform: translateY(-6px); box-shadow: var(--ar-shadow-lg); }
.autorenta-pricing-card--popular { border-color: var(--ar-primary); box-shadow: 0 8px 32px rgba(29, 78, 216, 0.12); }
.autorenta-pricing-card__popular-badge {
	position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
	display: inline-flex; align-items: center; gap: 4px; padding: 6px 18px; border-radius: 999px;
	background: var(--ar-primary); color: #fff; font-size: 0.78rem; font-weight: 800; white-space: nowrap;
}
.autorenta-pricing-card__popular-badge svg { width: 14px; height: 14px; fill: var(--ar-accent); color: var(--ar-accent); }
.autorenta-pricing-card__header { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.autorenta-pricing-card__badge { padding: 4px 12px; border-radius: 8px; background: var(--ar-primary-soft); color: var(--ar-primary); font-size: 0.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; }
.autorenta-pricing-card__icon { display: inline-flex; color: var(--ar-primary); }
.autorenta-pricing-card__icon svg { width: 28px; height: 28px; }
.autorenta-pricing-card__body { flex: 1; }
.autorenta-pricing-card__body h3 { margin: 0 0 10px; font-size: 1.3rem; color: var(--ar-ink); }
.autorenta-pricing-card__desc { margin: 0 0 20px; color: var(--ar-ink-soft); font-size: 0.92rem; line-height: 1.6; }
.autorenta-pricing-card__features { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.autorenta-pricing-card__features li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.92rem; color: var(--ar-ink); }
.autorenta-pricing-card__features li svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; color: var(--ar-success); }
.autorenta-pricing-card__features li.is-excluded { color: var(--ar-ink-soft); }
.autorenta-pricing-card__features li.is-excluded svg { color: #ef4444; }
.autorenta-pricing-card__footer { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--ar-border); }
.autorenta-pricing-card__price-label { display: block; margin-bottom: 14px; color: var(--ar-ink-soft); font-size: 0.85rem; font-weight: 600; text-align: center; }
.autorenta-pricing-note {
	display: flex; align-items: flex-start; gap: 10px; margin-top: 32px; padding: 18px 20px;
	border-radius: 14px; background: var(--ar-surface); color: var(--ar-ink-soft); font-size: 0.92rem; line-height: 1.6;
}
.autorenta-pricing-note svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; color: var(--ar-primary); }

/* ─── How It Works Steps ─── */
.autorenta-steps-grid { display: flex; align-items: flex-start; justify-content: center; gap: 0; }
.autorenta-step { flex: 1; max-width: 320px; min-width: 0; text-align: center; padding: 0 20px; }
.autorenta-step__number {
	display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; margin: 0 auto 14px; border-radius: 999px;
	background: var(--ar-primary); color: #fff; font-size: 1.1rem; font-weight: 800;
}
.autorenta-step__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 20px;
	background: var(--ar-primary-soft); color: var(--ar-primary);
}
.autorenta-step__icon svg { width: 30px; height: 30px; }
.autorenta-step h3 { margin: 0 0 10px; font-size: 1.15rem; color: var(--ar-ink); }
.autorenta-step p { margin: 0; color: var(--ar-ink-soft); font-size: 0.92rem; line-height: 1.6; }
.autorenta-step__connector {
	display: flex; align-items: center; justify-content: center;
	width: 48px; flex-shrink: 0; padding-top: 90px; color: var(--ar-border);
}
.autorenta-step__connector svg { width: 24px; height: 24px; }

/* ─── Corporate ─── */
.autorenta-corporate-grid { display: grid; grid-template-columns: 1fr minmax(340px, 0.9fr); gap: 48px; align-items: center; }
.autorenta-kicker { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 16px; color: var(--ar-accent); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.autorenta-kicker svg { width: 16px; height: 16px; }
.autorenta-corporate-copy h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.08; letter-spacing: -0.03em; }
.autorenta-corporate-copy p { margin: 0 0 28px; color: rgba(255,255,255,0.75); font-size: 1.05rem; line-height: 1.7; }
.autorenta-check-list { display: grid; gap: 14px; margin: 0 0 32px; padding: 0; list-style: none; }
.autorenta-check-list li { display: flex; align-items: flex-start; gap: 12px; padding: 12px 16px; border-radius: 12px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.06); color: #fff; font-size: 0.95rem; line-height: 1.5; transition: background 0.2s ease; }
.autorenta-check-list li:hover { background: rgba(255,255,255,0.1); }
.autorenta-check-list svg { width: 20px; height: 20px; color: var(--ar-accent); flex-shrink: 0; margin-top: 1px; }
.autorenta-corporate-media { position: relative; }
.autorenta-corporate-media__shadow { position: absolute; inset: 20px -14px -20px 20px; border-radius: var(--ar-radius-lg); background: rgba(29, 78, 216, 0.25); }
.autorenta-corporate-media img { position: relative; z-index: 1; height: 440px; border-radius: var(--ar-radius-lg); object-fit: cover; box-shadow: var(--ar-shadow-lg); }

/* ─── Testimonials ─── */
.autorenta-testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.autorenta-testimonial {
	padding: 28px 24px; border: 1px solid var(--ar-border); border-radius: var(--ar-radius-lg); background: var(--ar-bg);
	transition: transform var(--ar-duration) var(--ar-ease), box-shadow var(--ar-duration) var(--ar-ease);
}
.autorenta-testimonial:hover { transform: translateY(-4px); box-shadow: var(--ar-shadow-lg); }
.autorenta-testimonial__stars { display: flex; gap: 2px; margin-bottom: 16px; }
.autorenta-testimonial__stars svg { width: 18px; height: 18px; color: var(--ar-accent); fill: var(--ar-accent); }
.autorenta-testimonial blockquote { margin: 0 0 20px; color: var(--ar-ink); font-size: 0.95rem; line-height: 1.7; font-style: italic; }
.autorenta-testimonial__author { display: flex; align-items: center; gap: 12px; }
.autorenta-testimonial__avatar {
	display: inline-flex; align-items: center; justify-content: center;
	width: 44px; height: 44px; border-radius: 999px;
	background: var(--ar-primary); color: #fff; font-size: 0.85rem; font-weight: 800;
}
.autorenta-testimonial__author strong { display: block; color: var(--ar-ink); font-size: 0.92rem; }
.autorenta-testimonial__author span { display: block; color: var(--ar-ink-soft); font-size: 0.82rem; }

/* ─── Requirements ─── */
.autorenta-requirements-card {
	padding: 40px; border: 1px solid var(--ar-border); border-radius: var(--ar-radius-lg); background: var(--ar-bg);
	box-shadow: var(--ar-shadow);
}
.autorenta-requirements-card__intro { margin: 0 0 28px; text-align: center; color: var(--ar-ink-soft); font-size: 1.05rem; line-height: 1.6; }
.autorenta-requirements-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.autorenta-requirement {
	display: flex; align-items: center; gap: 16px; padding: 20px 18px; border: 1px solid var(--ar-border); border-radius: 14px;
	background: var(--ar-bg); transition: transform var(--ar-duration) var(--ar-ease), box-shadow var(--ar-duration) var(--ar-ease);
}
.autorenta-requirement:hover { transform: translateY(-3px); box-shadow: var(--ar-shadow); }
.autorenta-requirement svg { width: 24px; height: 24px; padding: 8px; border-radius: 10px; background: var(--ar-primary-soft); color: var(--ar-primary); flex-shrink: 0; box-sizing: content-box; }
.autorenta-requirement strong { display: block; margin-bottom: 3px; color: var(--ar-ink); font-size: 0.95rem; }
.autorenta-requirement span { color: var(--ar-ink-soft); font-size: 0.88rem; line-height: 1.4; }
.autorenta-requirements-card__note { margin-top: 28px; padding: 16px 18px; border-radius: 12px; background: var(--ar-surface); text-align: center; color: var(--ar-ink-soft); font-size: 0.9rem; }
.autorenta-requirements-card__note svg { width: 16px; height: 16px; vertical-align: -3px; margin-right: 6px; color: var(--ar-primary); }

/* ─── FAQ ─── */
.autorenta-faq-list { display: grid; gap: 12px; }
.autorenta-faq-item {
	border: 1px solid var(--ar-border); border-radius: 14px; background: var(--ar-bg);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.autorenta-faq-item[open] { border-color: rgba(29, 78, 216, 0.2); box-shadow: 0 4px 16px rgba(29, 78, 216, 0.06); }
.autorenta-faq-item summary {
	display: flex; align-items: center; justify-content: space-between; gap: 14px;
	padding: 18px 22px; cursor: pointer; font-weight: 700; font-size: 1rem; color: var(--ar-ink);
	list-style: none;
}
.autorenta-faq-item summary::-webkit-details-marker { display: none; }
.autorenta-faq-item summary svg { width: 18px; height: 18px; color: var(--ar-ink-soft); flex-shrink: 0; transition: transform 0.25s var(--ar-ease); }
.autorenta-faq-item[open] summary svg { transform: rotate(180deg); color: var(--ar-primary); }
.autorenta-faq-item__body { padding: 0 22px 22px; color: var(--ar-ink-soft); font-size: 0.95rem; line-height: 1.7; }
.autorenta-faq-item__body p { margin: 0 0 12px; }
.autorenta-faq-item__body p:last-child { margin-bottom: 0; }
.autorenta-faq-item__body ul { margin: 8px 0; padding-left: 20px; }
.autorenta-faq-item__body li { margin-bottom: 6px; }

/* ─── CTA Banner ─── */
.autorenta-cta-banner {
	padding: 80px 0;
	background: linear-gradient(135deg, var(--ar-primary) 0%, var(--ar-primary-dark) 100%);
	color: #fff;
}
.autorenta-cta-banner__inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.autorenta-cta-banner__copy h2 { margin: 0 0 12px; font-size: clamp(1.8rem, 3.5vw, 2.6rem); line-height: 1.1; }
.autorenta-cta-banner__copy p { margin: 0; color: rgba(255,255,255,0.8); font-size: 1.05rem; line-height: 1.6; max-width: 540px; }
.autorenta-cta-banner__actions { display: flex; gap: 14px; flex-shrink: 0; }

/* ─── Footer ─── */
.autorenta-footer {
	padding: 56px 0 32px; background: var(--ar-ink); color: rgba(255,255,255,0.72);
}
.autorenta-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; }
.autorenta-footer__brand p { max-width: 360px; margin: 16px 0 22px; line-height: 1.7; }
.autorenta-brand--footer { color: #fff; }
.autorenta-brand--footer .autorenta-brand__line { color: rgba(255,255,255,0.5); }
.autorenta-brand .autorenta-brand__logo--footer { height: 48px; }
.autorenta-footer h4 {
	margin: 0 0 18px; padding-bottom: 12px; color: #fff;
	font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase;
	border-bottom: 2px solid rgba(29, 78, 216, 0.4);
}
.autorenta-footer ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.autorenta-footer li, .autorenta-footer li a { color: rgba(255,255,255,0.68); transition: color 0.2s ease; }
.autorenta-footer li a:hover { color: #fff; }
.autorenta-footer li { display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.autorenta-footer li svg { width: 16px; height: 16px; margin-top: 3px; flex-shrink: 0; color: var(--ar-accent); }
.autorenta-footer__socials { display: flex; gap: 10px; }
.autorenta-footer__socials a {
	display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.1);
	background: rgba(255,255,255,0.05); color: rgba(255,255,255,0.7);
	transition: all 0.25s ease;
}
.autorenta-footer__socials a:hover { background: var(--ar-primary); border-color: var(--ar-primary); color: #fff; transform: translateY(-2px); }
.autorenta-footer__socials svg { width: 18px; height: 18px; }
.autorenta-footer__bottom {
	margin-top: 32px; padding-top: 24px; text-align: center; font-size: 0.85rem; color: rgba(255,255,255,0.45);
	border-top: 1px solid rgba(255,255,255,0.06);
}
.autorenta-footer__legal { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 20px; margin-top: 12px; }
.autorenta-footer__legal a { color: rgba(255,255,255,0.5); transition: color 0.2s ease; }
.autorenta-footer__legal a:hover { color: #fff; }

/* ─── WhatsApp Bubble ─── */
.gb-whatsapp-bubble {
	position: fixed; right: 20px; bottom: 20px; z-index: 70;
	display: inline-flex; align-items: center; gap: 12px; padding: 12px 16px;
	border-radius: 999px; background: linear-gradient(135deg, #25d366 0%, #1faa52 100%); color: #fff;
	box-shadow: 0 12px 32px rgba(0,0,0,0.18); text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gb-whatsapp-bubble:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,0.24); color: #fff; }
.gb-whatsapp-bubble__icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 999px; background: rgba(255,255,255,0.18); }
.gb-whatsapp-bubble__icon svg { width: 22px; height: 22px; }
.gb-whatsapp-bubble__copy { display: flex; flex-direction: column; line-height: 1.1; }
.gb-whatsapp-bubble__copy strong { font-size: 0.92rem; font-weight: 800; }
.gb-whatsapp-bubble__copy small { font-size: 0.72rem; opacity: 0.9; }

.gb-card-surface--404 { max-width: 860px; margin: 0 auto; text-align: center; padding: 64px 32px; }
.gb-card-surface--404 .gb-contact-hero__actions { justify-content: center; margin-top: 28px; }

/* ─── Reveal Animation ─── */
.autorenta-reveal { opacity: 0; transform: translate3d(0, 30px, 0); transition: opacity 0.65s var(--ar-ease), transform 0.65s var(--ar-ease); }
.autorenta-reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }

/* ─── Responsive ─── */
@media (max-width: 1100px) {
	.autorenta-nav__desktop { display: none; }
	.autorenta-nav__toggle { display: inline-flex; flex: 0 0 44px; }
	.autorenta-nav__inner { min-height: 68px; gap: 16px; }
	.autorenta-brand { max-width: calc(100% - 60px); }
	.autorenta-brand .autorenta-brand__logo { height: 42px; }
	.autorenta-brand__text { font-size: 1.08rem; }
	.autorenta-brand__line { font-size: 0.58rem; letter-spacing: 0.04em; }
	.autorenta-booking-form, .autorenta-benefits-grid, .autorenta-fleet-grid, .autorenta-pricing-grid, .autorenta-testimonials-grid, .autorenta-footer__grid { grid-template-columns: repeat(2, 1fr); }
	.autorenta-booking-form .autorenta-field--button { grid-column: 1 / -1; }
	.autorenta-corporate-grid { grid-template-columns: 1fr; }
	.autorenta-cta-banner__inner { flex-direction: column; text-align: center; }
	.autorenta-cta-banner__actions { justify-content: center; flex-wrap: wrap; }
	.autorenta-trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
	.autorenta-shell, .autorenta-shell--narrow { width: min(100% - 24px, 1280px); }
	.autorenta-nav__desktop { display: none; }
	.autorenta-nav__toggle { display: inline-flex; flex: 0 0 44px; }
	.autorenta-brand { max-width: calc(100% - 58px); }
	.autorenta-hero { padding: 56px 0 160px; }
	.autorenta-booking-card { padding: 20px; transform: translateY(48px); }
	.autorenta-trust-strip { margin-top: 48px; }
	.autorenta-trust-strip__grid { grid-template-columns: 1fr 1fr; gap: 16px; }
	.autorenta-trust-stat strong { font-size: 1.4rem; }
	.autorenta-section { padding: 64px 0; }
	.autorenta-booking-form, .autorenta-benefits-grid, .autorenta-fleet-grid, .autorenta-pricing-grid, .autorenta-testimonials-grid, .autorenta-requirements-grid, .autorenta-footer__grid { grid-template-columns: 1fr; }
	.autorenta-section__heading--split, .autorenta-car-card__footer, .autorenta-cta-banner__inner { flex-direction: column; align-items: flex-start; }
	.autorenta-car-card__footer .autorenta-button {
		width: 100%;
	}
	.autorenta-cta-banner__actions { width: 100%; }
	.autorenta-cta-banner__actions .autorenta-button { width: 100%; }
	.autorenta-field,
	.autorenta-input-wrap,
	.autorenta-input-wrap input,
	.autorenta-input-wrap select {
		min-width: 0;
		max-width: 100%;
	}
	.autorenta-input-wrap input[type="date"] {
		padding-right: 12px;
		font-size: 1rem;
	}
	.autorenta-corporate-media { display: none; }
	.autorenta-requirements-card { padding: 24px 18px; }
	.autorenta-steps-grid { flex-direction: column; align-items: center; gap: 16px; width: 100%; }
	.autorenta-step {
		width: min(100%, 360px);
		max-width: 360px;
		margin: 0 auto;
		padding: 22px 18px;
		border: 1px solid rgba(18, 31, 82, 0.08);
		border-radius: 22px;
		background: #fff;
		box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
	}
	.autorenta-step__number { margin-bottom: 12px; }
	.autorenta-step__icon { width: 56px; height: 56px; margin-bottom: 14px; border-radius: 18px; }
	.autorenta-step h3 { font-size: 1.08rem; }
	.autorenta-step p { max-width: 28ch; margin: 0 auto; font-size: 0.9rem; }
	.autorenta-step__connector { display: none; }
	.autorenta-hero__copy h1 { font-size: clamp(1.8rem, 8vw, 2.8rem); }
	.autorenta-brand__text { font-size: 1.05rem; }
	.autorenta-brand .autorenta-brand__logo { height: 38px; }
	.gb-whatsapp-bubble__copy small { display: none; }
}

@media (max-width: 420px) {
	.autorenta-nav__inner { gap: 10px; min-height: 64px; }
	.autorenta-nav__toggle { width: 40px; height: 40px; flex-basis: 40px; border-radius: 11px; }
	.autorenta-brand { gap: 8px; max-width: calc(100% - 50px); }
	.autorenta-brand .autorenta-brand__logo { height: 34px; }
	.autorenta-brand__text { font-size: 0.96rem; }
	.autorenta-brand__line { font-size: 0.46rem; letter-spacing: 0.02em; }
}

@media (prefers-reduced-motion: reduce) {
	.autorenta-button, .autorenta-benefit-card, .autorenta-car-card, .autorenta-requirement, .autorenta-testimonial, .autorenta-pricing-card { transition: none !important; }
	.autorenta-benefit-card:hover, .autorenta-car-card:hover, .autorenta-requirement:hover, .autorenta-testimonial:hover, .autorenta-pricing-card:hover, .autorenta-button:hover { transform: none !important; }
}

/* Unified internal identity */
body:not(.home) {
	background:
		radial-gradient(circle at top left, rgba(237, 224, 198, 0.78), transparent 22%),
		radial-gradient(circle at top right, rgba(45, 107, 255, 0.12), transparent 28%),
		linear-gradient(180deg, #f6f8fc 0%, #eef3fb 100%);
}

body:not(.home) .site-main {
	background: transparent;
}

.gb-home-identity-shell {
	position: relative;
	display: grid;
	gap: 28px;
}

.gb-home-identity-shell .gb-section {
	padding-top: 0;
	padding-bottom: 0;
}

.gb-home-identity-shell .gb-commercial-hero,
.gb-home-identity-shell .gb-catalog-hero {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 36px;
	background:
		linear-gradient(rgba(9, 9, 9, 0.48), rgba(22, 17, 101, 0.8)),
		url("assets/img/hero-road-night.jpg") center/cover no-repeat;
	box-shadow: 0 32px 68px rgba(17, 31, 81, 0.18);
}

.gb-home-identity-shell .gb-commercial-hero::before,
.gb-home-identity-shell .gb-catalog-hero::before {
	content: "";
	position: absolute;
	inset: -12% -10% auto auto;
	width: 320px;
	height: 320px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 70%);
	pointer-events: none;
}

.gb-home-identity-shell .gb-commercial-hero > *,
.gb-home-identity-shell .gb-catalog-hero > * {
	position: relative;
	z-index: 1;
}

.gb-home-identity-shell .gb-eyebrow {
	background: rgba(255, 255, 255, 0.1);
	color: #dbe6ff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.gb-home-identity-shell .gb-commercial-hero__copy h1,
.gb-home-identity-shell .gb-catalog-hero__copy h1,
.gb-home-identity-shell .gb-commercial-column--dark h2 {
	color: #fff;
	text-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

.gb-home-identity-shell .gb-commercial-hero__intro,
.gb-home-identity-shell .gb-catalog-hero__copy p,
.gb-home-identity-shell .gb-commercial-column--dark p,
.gb-home-identity-shell .gb-commercial-column--dark .gb-commercial-proof-card p {
	color: rgba(255, 255, 255, 0.82);
}

.gb-home-identity-shell .gb-commercial-stat,
.gb-home-identity-shell .gb-catalog-stat {
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(16px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.gb-home-identity-shell .gb-commercial-stat span,
.gb-home-identity-shell .gb-catalog-stat span {
	color: rgba(255, 255, 255, 0.76);
}

.gb-home-identity-shell .gb-commercial-panel,
.gb-home-identity-shell .gb-catalog-toolbar,
.gb-home-identity-shell .gb-commercial-faq-wrap,
.gb-home-identity-shell .gb-commercial-final,
.gb-home-identity-shell .gb-catalog-empty {
	border: 1px solid rgba(18, 31, 82, 0.08);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(16px);
	box-shadow: 0 24px 54px rgba(17, 31, 81, 0.1);
}

.gb-home-identity-shell .gb-commercial-panel h2,
.gb-home-identity-shell .gb-commercial-panel p,
.gb-home-identity-shell .gb-commercial-panel li {
	color: #1a2643;
}

.gb-home-identity-shell .gb-commercial-card,
.gb-home-identity-shell .gb-commercial-proof-card,
.gb-home-identity-shell .gb-commercial-step,
.gb-home-identity-shell .gb-catalog-card,
.gb-home-identity-shell .gb-commercial-faq-item {
	border: 1px solid rgba(18, 31, 82, 0.08);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 40px rgba(17, 31, 81, 0.08);
	transition:
		transform 0.28s ease,
		box-shadow 0.28s ease,
		border-color 0.28s ease;
}

.gb-home-identity-shell .gb-commercial-card:hover,
.gb-home-identity-shell .gb-commercial-proof-card:hover,
.gb-home-identity-shell .gb-commercial-step:hover,
.gb-home-identity-shell .gb-catalog-card:hover,
.gb-home-identity-shell .gb-commercial-faq-item:hover {
	transform: translateY(-6px);
	border-color: rgba(20, 63, 188, 0.16);
	box-shadow: 0 28px 56px rgba(17, 31, 81, 0.12);
}

.gb-home-identity-shell .gb-commercial-column--dark {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 34px;
	background:
		linear-gradient(rgba(9, 9, 9, 0.2), rgba(9, 9, 9, 0.2)),
		linear-gradient(145deg, #07112c 0%, #121757 46%, #173da7 100%);
	box-shadow: 0 28px 60px rgba(17, 31, 81, 0.18);
}

.gb-home-identity-shell .gb-commercial-column--dark .gb-eyebrow {
	background: rgba(255, 255, 255, 0.08);
}

.gb-home-identity-shell .gb-commercial-column--light {
	border: 1px solid rgba(18, 31, 82, 0.08);
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 22px 48px rgba(17, 31, 81, 0.1);
}

.gb-home-identity-shell .gb-commercial-faq-item {
	border-radius: 24px;
}

.gb-home-identity-shell .gb-commercial-faq-item summary {
	font-weight: 800;
	color: #102454;
}

.gb-home-identity-shell .gb-commercial-final {
	background:
		radial-gradient(circle at top right, rgba(255, 198, 118, 0.18), transparent 22%),
		linear-gradient(180deg, rgba(247, 250, 255, 0.98), rgba(232, 239, 255, 0.98));
}

.gb-home-identity-shell .gb-catalog-card {
	border-radius: 30px;
	overflow: hidden;
}

.gb-home-identity-shell .gb-catalog-card__media--spec-sheet {
	background:
		radial-gradient(circle at top right, rgba(73, 132, 255, 0.18), transparent 24%),
		linear-gradient(180deg, #ffffff 0%, #eef3fb 100%);
}

.gb-home-identity-shell .gb-catalog-card__title-band {
	background: linear-gradient(180deg, #f8fbff 0%, #edf3ff 100%);
}

.gb-home-identity-shell .gb-catalog-card__segment-line strong,
.gb-home-identity-shell .gb-catalog-card__title-band a,
.gb-home-identity-shell .gb-catalog-card__title-band h2 {
	color: #102454;
}

.gb-home-identity-shell .gb-catalog-card__icon-token {
	box-shadow: 0 12px 26px rgba(20, 63, 188, 0.18);
}

.gb-home-identity-shell .gb-catalog-results strong {
	color: #143fbc;
}

.gb-home-identity-shell .gb-catalog-filter input,
.gb-home-identity-shell .gb-catalog-filter select {
	background: rgba(255, 255, 255, 0.92);
}

.site-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background:
		radial-gradient(circle at top left, rgba(12, 56, 189, 0.18), transparent 24%),
		radial-gradient(circle at bottom right, rgba(22, 17, 101, 0.24), transparent 26%),
		linear-gradient(145deg, #050505 0%, #101022 42%, #161165 100%);
	color: #fff;
}

.site-footer__line,
.site-footer__tagline,
.site-footer p,
.site-footer li,
.site-footer a {
	color: rgba(255, 255, 255, 0.8);
}

.site-footer__cta {
	background: linear-gradient(135deg, #ffffff, #dfe8ff);
	color: #101022;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.site-footer__panel {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(12px);
}

.site-footer a:hover,
.site-footer a:focus-visible {
	color: #fff;
}

.site-footer a.site-footer__cta,
.site-footer a.site-footer__cta:hover,
.site-footer a.site-footer__cta:focus-visible {
	color: #101022;
}

/* Logistica GB shared polish: trust strip + footer */
.autorenta-trust-strip {
	margin-top: clamp(34px, 5vw, 58px);
	padding: clamp(18px, 3vw, 28px) 0;
	background:
		radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.16), transparent 26%),
		linear-gradient(135deg, #0b2b72 0%, #174dd6 48%, #102f89 100%);
	color: #fff;
}

.autorenta-trust-strip__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
	text-align: left;
}

.autorenta-trust-stat {
	display: flex;
	min-height: 96px;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	padding: 20px 22px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 16px 34px rgba(3, 18, 57, 0.14);
	backdrop-filter: blur(12px);
}

.autorenta-trust-stat strong {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	font-size: clamp(1.16rem, 2vw, 1.48rem);
	font-weight: 850;
	line-height: 1.12;
	letter-spacing: -0.02em;
}

.autorenta-trust-stat span {
	display: block;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.02em;
}

.site-footer {
	margin-top: 0;
	padding: clamp(36px, 5vw, 64px) 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background:
		radial-gradient(circle at 10% 12%, rgba(62, 117, 255, 0.24), transparent 30%),
		radial-gradient(circle at 82% 80%, rgba(16, 47, 137, 0.4), transparent 32%),
		linear-gradient(135deg, #061329 0%, #0d275f 48%, #111d58 100%);
	color: #fff;
}

.site-footer__inner {
	display: grid;
	grid-template-columns: minmax(280px, 1.18fr) minmax(210px, 0.72fr) minmax(240px, 0.86fr);
	gap: clamp(18px, 2.4vw, 30px);
	align-items: stretch;
}

.site-footer__brand,
.site-footer__panel {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 18px 42px rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(14px);
}

.site-footer__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	padding: clamp(24px, 3vw, 32px);
}

.site-footer__brand-link {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
}

.site-footer__logo {
	width: min(100%, 330px);
	height: auto;
	max-height: 128px;
	object-fit: contain;
	object-position: left center;
	filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.24));
}

.site-footer__line {
	margin: 0;
	max-width: 32rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.76rem;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.site-footer__tagline {
	margin: 0;
	max-width: 34ch;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1rem, 1.5vw, 1.12rem);
	line-height: 1.55;
}

.site-footer a.site-footer__cta {
	margin-top: 2px;
	padding: 0.92rem 1.22rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #ffffff 0%, #d9e8ff 100%);
	color: #0b234f;
	font-size: 0.92rem;
	font-weight: 850;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.site-footer__panel {
	padding: clamp(22px, 2.5vw, 30px);
}

.site-footer h4 {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.site-footer ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer p,
.site-footer li,
.site-footer a {
	color: rgba(231, 238, 255, 0.78);
	font-size: 0.98rem;
	line-height: 1.4;
}

.site-footer a:hover,
.site-footer a:focus-visible {
	color: #fff;
}

.site-footer a.site-footer__cta:hover,
.site-footer a.site-footer__cta:focus-visible {
	color: #0b234f;
	transform: translateY(-1px);
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: min(1240px, calc(100% - 32px));
	margin: clamp(18px, 2.4vw, 28px) auto 0;
	padding: 18px 22px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(3, 12, 32, 0.32);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-footer__bottom p {
	margin: 0;
	color: rgba(231, 238, 255, 0.72);
	font-size: 0.82rem;
	font-weight: 650;
	line-height: 1.35;
}

.site-footer__legal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px 16px;
}

.site-footer__legal a {
	position: relative;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.82rem;
	font-weight: 800;
	white-space: nowrap;
}

.site-footer__legal a + a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -9px;
	width: 3px;
	height: 3px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.38);
	transform: translateY(-50%);
}

@media (max-width: 900px) {
	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.site-footer__brand {
		align-items: center;
		text-align: center;
	}

	.site-footer__logo {
		width: min(100%, 260px);
		object-position: center;
	}

	.site-footer__line,
	.site-footer__tagline {
		max-width: 42ch;
	}

	.site-footer__bottom {
		flex-direction: column;
		align-items: center;
		text-align: center;
		border-radius: 24px;
	}

	.site-footer__legal {
		justify-content: center;
	}
}

@media (max-width: 560px) {
	.autorenta-trust-strip {
		margin-top: 34px;
		padding: 16px 0;
	}

	.autorenta-trust-strip__grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.autorenta-trust-stat {
		min-height: auto;
		padding: 16px 18px;
		border-radius: 18px;
		text-align: center;
	}

	.autorenta-trust-stat strong {
		justify-content: center;
		font-size: 1.18rem;
	}

	.site-footer {
		padding: 30px 0;
	}

	.site-footer__brand,
	.site-footer__panel {
		border-radius: 20px;
	}

	.site-footer__brand,
	.site-footer__panel {
		padding: 20px;
	}

	.site-footer p,
	.site-footer li,
	.site-footer a {
		font-size: 0.94rem;
	}

	.site-footer__bottom {
		width: min(100% - 24px, 1240px);
		padding: 16px;
	}

	.site-footer__legal {
		display: grid;
		gap: 8px;
	}

	.site-footer__legal a + a::before {
		display: none;
	}
}

@media (max-width: 960px) {
	.gb-home-identity-shell .gb-commercial-hero,
	.gb-home-identity-shell .gb-catalog-hero {
		border-radius: 30px;
	}

	.gb-home-identity-shell .gb-commercial-panel,
	.gb-home-identity-shell .gb-catalog-toolbar,
	.gb-home-identity-shell .gb-commercial-faq-wrap,
	.gb-home-identity-shell .gb-commercial-final,
	.gb-home-identity-shell .gb-catalog-empty,
	.gb-home-identity-shell .gb-commercial-column--dark,
	.gb-home-identity-shell .gb-commercial-column--light {
		border-radius: 28px;
	}
}

/* Services redesign */
.gb-services-page {
	display: grid;
	gap: 0;
	width: 100vw;
	margin-top: -18px;
	margin-right: calc(50% - 50vw);
	margin-bottom: -72px;
	margin-left: calc(50% - 50vw);
	background: #f8fafc;
}

.gb-services-strip {
	background: #111827;
	color: rgba(229, 231, 235, 0.92);
}

.gb-services-strip__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: min(1280px, calc(100% - 32px));
	margin: 0 auto;
	padding: 0.8rem 0;
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.gb-services-strip__segments,
.gb-services-strip__contact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
}

.gb-services-strip__contact span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.gb-services-strip__contact .is-whatsapp {
	color: #4ade80;
}

.gb-services-strip i {
	width: 13px;
	height: 13px;
}

.gb-services-hero {
	position: relative;
	overflow: hidden;
	padding: 100px 0;
	background:
		linear-gradient(rgba(12, 74, 110, 0.85), rgba(0, 0, 0, 0.7)),
		url("assets/img/hero-business-building.jpg") center/cover;
}

.gb-services-hero__inner {
	width: min(1280px, calc(100% - 32px));
	margin: 0 auto;
}

.gb-services-hero__copy {
	max-width: 780px;
}

.gb-services-hero__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 26px;
}

.gb-services-hero__pills span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.9rem;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(10px);
	color: #fff;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gb-services-hero h1 {
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(3rem, 5vw, 5.4rem);
	line-height: 0.98;
	letter-spacing: -0.05em;
}

.gb-services-hero__headline {
	margin: 0 0 12px;
	color: #dbeafe;
	font-size: clamp(1.3rem, 2vw, 1.9rem);
	font-weight: 600;
	line-height: 1.4;
}

.gb-services-hero__intro {
	max-width: 760px;
	margin: 0 0 34px;
	color: rgba(229, 231, 235, 0.9);
	font-size: 1.05rem;
	line-height: 1.8;
}

.gb-services-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.gb-services-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 58px;
	padding: 1rem 1.6rem;
	border: 2px solid transparent;
	border-radius: 18px;
	font-weight: 800;
	font-size: 1rem;
	text-decoration: none;
	transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.gb-services-page a.gb-services-button,
.gb-services-page a.gb-services-button:visited {
	text-decoration: none;
}

.gb-services-button:hover,
.gb-services-button:focus-visible {
	transform: translateY(-2px);
}

.gb-services-button--whatsapp,
.gb-services-button--whatsapp:visited {
	background: #25d366;
	color: #fff;
	box-shadow: 0 20px 40px rgba(37, 211, 102, 0.24);
}

.gb-services-button--ghost,
.gb-services-button--ghost:visited {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.54);
	backdrop-filter: blur(10px);
	color: #fff;
}

.gb-services-button i {
	width: 20px;
	height: 20px;
}

.gb-services-section {
	width: 100%;
	padding: 88px 0;
}

.gb-services-section > * {
	width: min(1280px, calc(100% - 32px));
	margin: 0 auto;
}

.gb-services-section--white {
	background: #fff;
}

.gb-services-section--soft {
	background: #f8fafc;
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
}

.gb-services-section--dark {
	background: #0c4a6e;
	color: #fff;
}

.gb-services-section--cta {
	background: #f8fafc;
	border-top: 1px solid #e5e7eb;
}

.gb-services-advantage {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 56px;
	align-items: center;
}

.gb-services-eyebrow {
	display: block;
	margin-bottom: 12px;
	color: #0284c7;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.gb-services-advantage__copy h2,
.gb-services-heading h2,
.gb-services-cta h2 {
	margin: 0 0 20px;
	color: #111827;
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	line-height: 1.08;
	letter-spacing: -0.05em;
}

.gb-services-advantage__copy > p {
	margin: 0 0 28px;
	color: #4b5563;
	font-size: 1.05rem;
	line-height: 1.8;
}

.gb-services-list {
	display: grid;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gb-services-list li {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.gb-services-list i {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	margin-top: 4px;
	color: #0ea5e9;
}

.gb-services-list h3 {
	margin: 0 0 4px;
	color: #111827;
	font-size: 1.1rem;
}

.gb-services-list p {
	margin: 0;
	color: #6b7280;
	line-height: 1.7;
}

.gb-services-advantage__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.gb-services-feature-card {
	padding: 28px;
	border: 1px solid #e5e7eb;
	border-radius: 28px;
	background: #f8fafc;
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.05);
}

.gb-services-feature-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 22px;
	border-radius: 16px;
}

.gb-services-feature-card__icon--brand {
	background: #e0f2fe;
	color: #0284c7;
}

.gb-services-feature-card__icon--whatsapp {
	background: rgba(37, 211, 102, 0.12);
	color: #25d366;
}

.gb-services-feature-card__icon i {
	width: 24px;
	height: 24px;
}

.gb-services-feature-card h3,
.gb-services-service-card__copy h3,
.gb-services-proof-card h3,
.gb-services-process__step h3 {
	margin: 0 0 10px;
	font-size: 1.35rem;
	line-height: 1.25;
}

.gb-services-feature-card p,
.gb-services-service-card__copy p,
.gb-services-process__step p,
.gb-services-cta p {
	margin: 0;
	color: #6b7280;
	line-height: 1.75;
}

.gb-services-heading {
	max-width: 820px;
	margin: 0 auto 56px;
	text-align: center;
}

.gb-services-heading p {
	margin: 0 auto;
	color: #4b5563;
	font-size: 1.08rem;
	line-height: 1.8;
}

.gb-services-heading--dark h2,
.gb-services-heading--dark p,
.gb-services-section--dark .gb-services-proof-card h3,
.gb-services-section--dark .gb-services-proof-card p {
	color: #fff;
}

.gb-services-heading--dark p,
.gb-services-section--dark .gb-services-proof-card p {
	color: rgba(224, 242, 254, 0.88);
}

.gb-services-lines {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.gb-services-service-card {
	display: flex;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 20px 38px rgba(15, 23, 42, 0.06);
}

.gb-services-service-card__media {
	position: relative;
	flex: 0 0 42%;
	overflow: hidden;
}

.gb-services-service-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.gb-services-service-card:hover .gb-services-service-card__media img {
	transform: scale(1.05);
}

.gb-services-service-card__media span {
	position: absolute;
	top: 18px;
	left: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 52px;
	min-height: 40px;
	padding: 0.3rem 0.8rem;
	border-radius: 14px;
	background: #0c4a6e;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 800;
}

.gb-services-service-card__copy {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
}

.gb-services-service-card__copy a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 22px;
	color: #0284c7;
	font-weight: 800;
}

.gb-services-service-card__copy a i {
	width: 16px;
	height: 16px;
}

.gb-services-proof-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}

.gb-services-proof-card {
	text-align: center;
}

.gb-services-proof-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	margin-bottom: 24px;
	border: 1px solid rgba(125, 211, 252, 0.2);
	border-radius: 999px;
	background: rgba(8, 47, 73, 0.38);
	color: #93c5fd;
}

.gb-services-proof-card__icon i {
	width: 38px;
	height: 38px;
}

.gb-services-process {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.gb-services-process::before {
	content: "";
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	height: 2px;
	background: #e5e7eb;
}

.gb-services-process__step {
	position: relative;
	text-align: center;
	z-index: 1;
}

.gb-services-process__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	margin-bottom: 22px;
	border: 4px solid #e0f2fe;
	border-radius: 999px;
	background: #fff;
	color: #0284c7;
	box-shadow: 0 18px 32px rgba(14, 165, 233, 0.12);
	font-size: 1.75rem;
	font-weight: 800;
}

.gb-services-cta {
	max-width: 840px;
	margin: 0 auto;
	text-align: center;
}

.gb-services-cta p {
	margin: 0 auto 34px;
	max-width: 760px;
	font-size: 1.08rem;
}

@media (max-width: 1080px) {
	.gb-services-advantage,
	.gb-services-lines,
	.gb-services-proof-grid,
	.gb-services-process {
		grid-template-columns: 1fr;
	}

	.gb-services-process::before {
		display: none;
	}
}

@media (max-width: 900px) {
	.gb-services-service-card {
		flex-direction: column;
	}

	.gb-services-service-card__media {
		flex-basis: 240px;
		min-height: 240px;
	}
}

@media (max-width: 767px) {
	.gb-services-page {
		margin-top: -12px;
		margin-bottom: -56px;
	}

	.gb-services-strip {
		display: none;
	}

	.gb-services-hero {
		padding: 76px 0;
	}

	.gb-services-hero__actions {
		flex-direction: column;
	}

	.gb-services-button {
		width: 100%;
	}

	.gb-services-section {
		padding: 72px 0;
	}

	.gb-services-advantage__cards {
		grid-template-columns: 1fr;
	}
}

/* FAQ redesign */
.gb-faq-page {
	display: grid;
	gap: 0;
	width: 100vw;
	margin-top: -18px;
	margin-right: calc(50% - 50vw);
	margin-bottom: -72px;
	margin-left: calc(50% - 50vw);
	background: #f8fafc;
}

.gb-faq-hero {
	position: relative;
	padding: 88px 0;
	background:
		linear-gradient(rgba(12, 74, 110, 0.9), rgba(12, 74, 110, 0.95)),
		url("assets/img/hero-executive-car.jpg") center/cover;
}

.gb-faq-hero__inner,
.gb-faq-main__inner,
.gb-faq-support__inner,
.gb-faq-form__inner,
.gb-faq-closing__inner {
	width: min(1280px, calc(100% - 32px));
	margin: 0 auto;
}

.gb-faq-hero__inner {
	max-width: 900px;
	text-align: center;
}

.gb-faq-hero__pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 24px;
}

.gb-faq-hero__pills span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.9rem;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(10px);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gb-faq-hero h1 {
	margin: 0 0 16px;
	color: #fff;
	font-size: clamp(2.8rem, 5vw, 4.8rem);
	line-height: 1;
	letter-spacing: -0.05em;
}

.gb-faq-hero__headline {
	margin: 0 0 14px;
	color: #dbeafe;
	font-size: clamp(1.2rem, 2vw, 1.7rem);
	font-weight: 600;
	line-height: 1.5;
}

.gb-faq-hero__intro {
	max-width: 760px;
	margin: 0 auto;
	color: rgba(224, 242, 254, 0.9);
	font-size: 1.02rem;
	line-height: 1.8;
}

.gb-faq-main {
	padding: 84px 0;
	background: #fff;
	border-bottom: 1px solid #e5e7eb;
}

.gb-faq-heading {
	max-width: 840px;
	margin: 0 auto 46px;
	text-align: center;
}

.gb-faq-heading h2,
.gb-faq-support__card h2,
.gb-faq-form__copy h2,
.gb-faq-closing__inner h2 {
	margin: 0 0 14px;
	color: #111827;
	font-size: clamp(2rem, 4vw, 3.1rem);
	line-height: 1.08;
	letter-spacing: -0.05em;
}

.gb-faq-heading p,
.gb-faq-support__card p,
.gb-faq-form__copy p,
.gb-faq-closing__inner p {
	margin: 0;
	color: #6b7280;
	font-size: 1.02rem;
	line-height: 1.8;
}

.gb-faq-highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 38px;
}

.gb-faq-highlight-card {
	padding: 24px;
	border: 1px solid rgba(18, 31, 82, 0.08);
	border-radius: 24px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
}

.gb-faq-highlight-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 16px;
	border-radius: 16px;
	background: #e0f2fe;
	color: #0284c7;
}

.gb-faq-highlight-card__icon i {
	width: 24px;
	height: 24px;
}

.gb-faq-highlight-card h3 {
	margin: 0 0 10px;
	color: #111827;
	font-size: 1.05rem;
	line-height: 1.25;
}

.gb-faq-highlight-card p {
	margin: 0;
	color: #6b7280;
	font-size: 0.94rem;
	line-height: 1.7;
}

.gb-faq-groups {
	display: grid;
	gap: 34px;
}

.gb-faq-group {
	padding: 34px;
	border: 1px solid rgba(18, 31, 82, 0.08);
	border-radius: 30px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.gb-faq-group__head {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
}

.gb-faq-group__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: #e0f2fe;
	color: #0284c7;
}

.gb-faq-group__icon i {
	width: 24px;
	height: 24px;
}

.gb-faq-group__head h3 {
	margin: 0;
	font-size: 1.65rem;
	line-height: 1.2;
}

.gb-faq-accordion {
	display: grid;
	gap: 14px;
}

.gb-faq-item {
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	background: rgba(248, 250, 252, 0.8);
	overflow: hidden;
	transition: border-color 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.gb-faq-item[open] {
	border-color: rgba(14, 165, 233, 0.28);
	background: #fff;
	box-shadow: 0 16px 34px rgba(14, 165, 233, 0.08);
}

.gb-faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 1.35rem 1.5rem;
	cursor: pointer;
	list-style: none;
	font-size: 1.06rem;
	font-weight: 800;
	color: #111827;
}

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

.gb-faq-item summary i {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	color: #0284c7;
	transition: transform 0.24s ease;
}

.gb-faq-item[open] summary i {
	transform: rotate(180deg);
}

.gb-faq-item__answer {
	padding: 0 1.5rem 1.4rem;
}

.gb-faq-item__answer p {
	margin: 0;
	color: #6b7280;
	line-height: 1.8;
}

.gb-faq-support {
	padding: 72px 0;
	background: #f0f9ff;
	border-top: 1px solid #dbeafe;
}

.gb-faq-support__card {
	padding: 42px;
	border: 1px solid rgba(18, 31, 82, 0.08);
	border-radius: 34px;
	background: #fff;
	box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
	text-align: center;
}

.gb-faq-support__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin-bottom: 22px;
	border-radius: 999px;
	background: #dcfce7;
	color: #16a34a;
}

.gb-faq-support__badge i {
	width: 34px;
	height: 34px;
}

.gb-faq-support__card p {
	max-width: 760px;
	margin: 0 auto 28px;
}

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

.gb-faq-contact-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(18, 31, 82, 0.08);
	border-radius: 20px;
	background: #f8fafc;
	text-align: left;
	text-decoration: none;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.gb-faq-contact-card:hover,
.gb-faq-contact-card:focus-visible {
	transform: translateY(-4px);
	border-color: rgba(14, 165, 233, 0.18);
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.gb-faq-contact-card i {
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
}

.gb-faq-contact-card strong,
.gb-faq-contact-card span {
	display: block;
}

.gb-faq-contact-card strong {
	color: #111827;
	font-size: 0.96rem;
}

.gb-faq-contact-card span {
	color: #6b7280;
	font-size: 0.9rem;
}

.gb-faq-contact-card--whatsapp {
	background: rgba(37, 211, 102, 0.08);
}

.gb-faq-contact-card--whatsapp i,
.gb-faq-contact-card--whatsapp strong {
	color: #16a34a;
}

.gb-faq-contact-card--brand i {
	color: #0284c7;
}

.gb-faq-form {
	padding: 82px 0;
	background: #fff;
}

.gb-faq-form__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 34px;
	align-items: start;
}

.gb-faq-form__copy {
	padding: 18px 0;
}

.gb-faq-form__details {
	display: grid;
	gap: 16px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.gb-faq-form__details li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: #374151;
}

.gb-faq-form__details i {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	color: #0284c7;
	flex: 0 0 auto;
}

.gb-faq-form__panel {
	padding: 30px;
	border: 1px solid rgba(18, 31, 82, 0.08);
	border-radius: 30px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	box-shadow: 0 20px 42px rgba(15, 23, 42, 0.08);
}

.gb-faq-form__panel .gb-corporate-form {
	margin: 0;
}

.gb-faq-form__panel .gb-corporate-form,
.gb-faq-form__panel .gb-corporate-form__notice {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.gb-faq-form__panel .gb-corporate-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 18px;
}

.gb-faq-form__panel .gb-corporate-form label {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	color: #0f172a;
	font-size: 0.92rem;
	font-weight: 700;
}

.gb-faq-form__panel .gb-corporate-form input,
.gb-faq-form__panel .gb-corporate-form textarea,
.gb-faq-form__panel .gb-corporate-form select {
	width: 100%;
	min-height: 54px;
	padding: 0.85rem 0.95rem;
	border: 1px solid rgba(18, 31, 82, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.98);
	color: #0f172a;
	font-family: inherit;
	font-size: 0.95rem;
}

.gb-faq-form__panel .gb-corporate-form input:focus,
.gb-faq-form__panel .gb-corporate-form textarea:focus,
.gb-faq-form__panel .gb-corporate-form select:focus {
	outline: 0;
	border-color: rgba(12, 56, 189, 0.32);
	box-shadow: 0 0 0 4px rgba(12, 56, 189, 0.08);
}

.gb-faq-form__panel .gb-corporate-form textarea {
	min-height: 160px;
	resize: vertical;
}

.gb-faq-form__panel .gb-corporate-form__full {
	grid-column: 1 / -1;
}

.gb-faq-form__panel .gb-corporate-form__hint {
	margin: 0 0 1rem;
	color: #6b7280;
	font-size: 0.94rem;
	line-height: 1.65;
}

.gb-faq-form__panel .gb-corporate-form .gb-button--primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0.9rem 1.35rem;
	border: 0;
	border-radius: 16px;
	background: linear-gradient(135deg, #143fbc 0%, #2d6bff 100%);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 800;
	box-shadow: 0 16px 30px rgba(20, 63, 188, 0.16);
}

.gb-faq-form__panel .gb-corporate-form .gb-button--primary:hover,
.gb-faq-form__panel .gb-corporate-form .gb-button--primary:focus-visible {
	transform: translateY(-1px);
	filter: saturate(1.04);
}

.gb-faq-closing {
	padding: 80px 0;
	background: linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
	border-top: 1px solid #e5e7eb;
}

.gb-faq-closing__inner {
	max-width: 860px;
	text-align: center;
}

.gb-faq-closing__inner p {
	margin: 0 auto 30px;
	max-width: 760px;
}

@media (max-width: 1080px) {
	.gb-faq-highlights,
	.gb-faq-support__actions,
	.gb-faq-form__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.gb-faq-page {
		margin-top: -12px;
		margin-bottom: -56px;
	}

	.gb-faq-hero {
		padding: 72px 0;
	}

	.gb-faq-main,
	.gb-faq-support,
	.gb-faq-form,
	.gb-faq-closing {
		padding: 64px 0;
	}

	.gb-faq-group,
	.gb-faq-support__card,
	.gb-faq-form__panel {
		padding: 24px 18px;
		border-radius: 24px;
	}

	.gb-faq-form__panel .gb-corporate-form__grid {
		grid-template-columns: 1fr;
	}

	.gb-faq-item summary,
	.gb-faq-item__answer {
		padding-left: 1.1rem;
		padding-right: 1.1rem;
	}
}

/* About redesign */
.gb-services-button--primary,
.gb-services-button--primary:visited {
	background: linear-gradient(135deg, #0c3cbd 0%, #4f7bff 100%);
	color: #fff;
	box-shadow: 0 20px 40px rgba(17, 31, 81, 0.2);
}

.gb-about-page {
	display: grid;
	gap: 0;
	width: 100vw;
	margin-top: -18px;
	margin-right: calc(50% - 50vw);
	margin-bottom: -72px;
	margin-left: calc(50% - 50vw);
	background: #f8fafc;
}

.gb-about-hero {
	position: relative;
	overflow: hidden;
	padding: 108px 0;
	background:
		linear-gradient(rgba(12, 74, 110, 0.86), rgba(12, 74, 110, 0.95)),
		url("assets/img/hero-business-building.jpg") center/cover no-repeat;
}

.gb-about-hero__inner,
.gb-about-section > * {
	width: min(1280px, calc(100% - 32px));
	margin: 0 auto;
}

.gb-about-hero__copy {
	max-width: 860px;
	text-align: center;
}

.gb-about-hero__eyebrow {
	display: block;
	margin-bottom: 12px;
	color: #93c5fd;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.gb-about-hero h1 {
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(3rem, 5vw, 5.4rem);
	line-height: 0.98;
}

.gb-about-hero__headline {
	margin: 0 auto 18px;
	max-width: 920px;
	color: #dbeafe;
	font-size: clamp(1.25rem, 2vw, 1.8rem);
	font-weight: 700;
	line-height: 1.35;
}

.gb-about-hero__intro {
	margin: 0 auto;
	max-width: 860px;
	color: rgba(229, 231, 235, 0.92);
	font-size: 1.02rem;
	line-height: 1.8;
}

.gb-about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-top: 34px;
}

.gb-about-section {
	width: 100%;
	padding: 88px 0;
}

.gb-about-section__head {
	max-width: 820px;
	margin: 0 auto 56px;
	text-align: center;
}

.gb-about-section__head h2,
.gb-about-story__copy h2,
.gb-about-cta h2 {
	margin: 0 0 18px;
	color: #111827;
	font-size: clamp(2.2rem, 4vw, 3.2rem);
	line-height: 1.08;
}

.gb-about-section__head p,
.gb-about-story__copy p,
.gb-about-cta p {
	margin: 0;
	color: #4b5563;
	font-size: 1.03rem;
	line-height: 1.85;
}

.gb-about-section--story {
	background: #fff;
}

.gb-about-story {
	display: grid;
	grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
	gap: 64px;
	align-items: center;
}

.gb-about-story__media {
	position: relative;
}

.gb-about-story__media-shadow {
	position: absolute;
	inset: 24px -24px -24px 24px;
	border-radius: 34px;
	background: #e0f2fe;
}

.gb-about-story__media img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 500px;
	border-radius: 34px;
	object-fit: cover;
	box-shadow: 0 34px 64px rgba(17, 31, 81, 0.16);
}

.gb-about-story__badge {
	position: absolute;
	right: -36px;
	bottom: 36px;
	z-index: 2;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 14px;
	max-width: 300px;
	padding: 24px;
	border: 1px solid rgba(18, 31, 82, 0.08);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 24px 46px rgba(17, 31, 81, 0.14);
}

.gb-about-story__badge-icon,
.gb-about-story__segment-icon,
.gb-about-facility-card__icon,
.gb-about-cta__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.gb-about-story__badge-icon {
	width: 52px;
	height: 52px;
	border-radius: 999px;
	background: rgba(34, 197, 94, 0.12);
	color: #16a34a;
}

.gb-about-story__badge strong,
.gb-about-story__badge span {
	display: block;
}

.gb-about-story__badge strong {
	margin-bottom: 4px;
	color: #111827;
	font-size: 1rem;
}

.gb-about-story__badge span {
	color: #6b7280;
	font-size: 0.88rem;
	line-height: 1.6;
}

.gb-about-story__copy {
	display: grid;
	gap: 22px;
}

.gb-about-story__segments {
	display: grid;
	gap: 14px;
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}

.gb-about-story__segments li {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px 20px;
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	background: #f8fafc;
}

.gb-about-story__segment-icon {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: #e0f2fe;
	color: #0284c7;
	flex: 0 0 auto;
}

.gb-about-story__segment-icon i,
.gb-about-facility-card__icon i,
.gb-about-cta__icon i,
.gb-about-cta__meta i {
	width: 22px;
	height: 22px;
}

.gb-about-story__segments span {
	color: #1f2937;
	font-size: 1rem;
	font-weight: 700;
}

.gb-about-section--facility {
	background:
		linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.96)),
		url("assets/img/hero-car-detail.jpg") center/cover no-repeat;
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
}

.gb-about-facility-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.gb-about-facility-card {
	padding: 34px;
	border-radius: 28px;
	box-shadow: 0 24px 48px rgba(17, 31, 81, 0.1);
	text-align: center;
	transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.gb-about-facility-card:hover {
	transform: translateY(-4px);
}

.gb-about-facility-card--light {
	border: 1px solid rgba(18, 31, 82, 0.08);
	background: rgba(255, 255, 255, 0.96);
}

.gb-about-facility-card--dark {
	border: 1px solid #0f5c89;
	background: #0c4a6e;
	color: #fff;
}

.gb-about-facility-card__icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 24px;
	border-radius: 999px;
}

.gb-about-facility-card--light .gb-about-facility-card__icon {
	background: #e0f2fe;
	color: #0284c7;
}

.gb-about-facility-card--dark .gb-about-facility-card__icon {
	border: 1px solid #2563eb;
	background: rgba(224, 242, 254, 0.08);
	color: #93c5fd;
}

.gb-about-facility-card h3 {
	margin: 0 0 14px;
	font-size: 1.7rem;
	line-height: 1.2;
}

.gb-about-facility-card p {
	margin: 0;
	line-height: 1.8;
}

.gb-about-facility-card--light p {
	color: #4b5563;
}

.gb-about-facility-card--dark p {
	color: rgba(224, 242, 254, 0.88);
}

.gb-about-section--inventory {
	background: #f8fafc;
}

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

.gb-about-inventory-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(18, 31, 82, 0.08);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 22px 44px rgba(17, 31, 81, 0.08);
	transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.gb-about-inventory-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 30px 56px rgba(17, 31, 81, 0.12);
}

.gb-about-inventory-card__media {
	position: relative;
	height: 250px;
	overflow: hidden;
}

.gb-about-inventory-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.42s ease;
}

.gb-about-inventory-card:hover .gb-about-inventory-card__media img {
	transform: scale(1.05);
}

.gb-about-inventory-card__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: end;
	padding: 28px;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0.68) 100%);
}

.gb-about-inventory-card__overlay h3 {
	margin: 0;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.15;
}

.gb-about-inventory-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 20px;
	padding: 28px;
}

.gb-about-inventory-card__body p {
	margin: 0;
	color: #6b7280;
	line-height: 1.8;
}

.gb-about-inventory-card__body a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	color: #0284c7;
	font-weight: 800;
	text-decoration: none;
}

.gb-about-inventory-card__body a i {
	width: 16px;
	height: 16px;
}

.gb-about-section--cta {
	position: relative;
	overflow: hidden;
	background: #0c4a6e;
	border-top: 1px solid #0f5c89;
}

.gb-about-cta {
	position: relative;
	z-index: 1;
	max-width: 980px;
	text-align: center;
}

.gb-about-section--cta::after {
	content: "";
	position: absolute;
	top: -120px;
	right: -120px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
}

.gb-about-cta__icon {
	width: 92px;
	height: 92px;
	margin: 0 auto 24px;
	border: 1px solid rgba(147, 197, 253, 0.3);
	border-radius: 999px;
	background: rgba(224, 242, 254, 0.08);
	color: #bfdbfe;
}

.gb-about-section--cta .gb-about-cta h2,
.gb-about-section--cta .gb-about-cta p {
	color: #fff;
}

.gb-about-section--cta .gb-about-cta p {
	max-width: 760px;
	margin: 0 auto 30px;
	color: rgba(224, 242, 254, 0.88);
}

.gb-about-cta__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 0 auto 28px;
}

.gb-about-cta__meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0.8rem 1rem;
	border: 1px solid rgba(191, 219, 254, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(239, 246, 255, 0.94);
	font-size: 0.88rem;
	font-weight: 600;
}

@media (max-width: 1080px) {
	.gb-about-story,
	.gb-about-facility-grid,
	.gb-about-inventory-grid {
		grid-template-columns: 1fr;
	}

	.gb-about-story__media img {
		height: 420px;
	}

	.gb-about-story__badge {
		right: 24px;
		bottom: 24px;
	}
}

@media (max-width: 767px) {
	.gb-about-page {
		margin-top: -12px;
		margin-bottom: -56px;
	}

	.gb-about-hero,
	.gb-about-section {
		padding: 68px 0;
	}

	.gb-about-hero__actions {
		flex-direction: column;
	}

	.gb-about-story {
		gap: 32px;
	}

	.gb-about-story__media-shadow {
		inset: 14px -14px -14px 14px;
	}

	.gb-about-story__media img {
		height: 320px;
		border-radius: 26px;
	}

	.gb-about-story__badge {
		position: static;
		max-width: none;
		margin-top: 18px;
	}

	.gb-about-story__segments li,
	.gb-about-facility-card,
	.gb-about-inventory-card__body {
		padding: 22px 18px;
	}

	.gb-about-facility-card__icon,
	.gb-about-cta__icon {
		width: 68px;
		height: 68px;
	}

	.gb-about-inventory-card__media {
		height: 220px;
	}

	.gb-about-section__head {
		margin-bottom: 40px;
	}

	.gb-about-cta__meta {
		display: grid;
		grid-template-columns: 1fr;
	}

	.gb-about-cta__meta span {
		justify-content: center;
		border-radius: 20px;
	}
}

/* Contact redesign */
.gb-contact-page {
	display: grid;
	gap: 0;
	width: 100vw;
	margin-top: -18px;
	margin-right: calc(50% - 50vw);
	margin-bottom: -72px;
	margin-left: calc(50% - 50vw);
	background: #f8fafc;
}

.gb-contact-hero {
	position: relative;
	overflow: hidden;
	padding: 108px 0;
	background:
		linear-gradient(rgba(12, 74, 110, 0.9), rgba(12, 74, 110, 0.95)),
		url("assets/img/hero-executive-car.jpg") center/cover no-repeat;
}

.gb-contact-hero__inner,
.gb-contact-main__inner,
.gb-contact-cta__inner {
	width: min(1280px, calc(100% - 32px));
	margin: 0 auto;
}

.gb-contact-hero__copy {
	max-width: 860px;
	text-align: center;
}

.gb-contact-hero__eyebrow {
	display: block;
	margin-bottom: 12px;
	color: #93c5fd;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.gb-contact-hero h1 {
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(3rem, 5vw, 5.4rem);
	line-height: 0.98;
}

.gb-contact-hero__headline {
	margin: 0 auto 14px;
	max-width: 920px;
	color: #dbeafe;
	font-size: clamp(1.3rem, 2vw, 1.85rem);
	font-weight: 700;
	line-height: 1.35;
}

.gb-contact-hero__intro {
	margin: 0 auto;
	max-width: 860px;
	color: rgba(229, 231, 235, 0.92);
	font-size: 1.02rem;
	line-height: 1.8;
}

.gb-contact-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-top: 34px;
}

.gb-contact-main {
	padding: 88px 0;
	background: #fff;
}

.gb-contact-main__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 56px;
	align-items: start;
}

.gb-contact-main__info {
	display: grid;
	gap: 38px;
}

.gb-contact-direct h2,
.gb-contact-form-card h3,
.gb-contact-cta h2,
.gb-contact-mini-faq h3 {
	margin: 0 0 20px;
	color: #111827;
}

.gb-contact-direct h2 {
	font-size: clamp(2rem, 3vw, 2.8rem);
	line-height: 1.08;
}

.gb-contact-direct__phone-card {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 30px;
	padding: 26px;
	border: 1px solid #dbeafe;
	border-radius: 28px;
	background: #f0f9ff;
}

.gb-contact-direct__phone-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 22px;
	background: #0284c7;
	color: #fff;
	box-shadow: 0 18px 34px rgba(2, 132, 199, 0.22);
}

.gb-contact-direct__phone-icon i {
	width: 34px;
	height: 34px;
}

.gb-contact-direct__phone-card p {
	margin: 0 0 6px;
	color: #0c4a6e;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gb-contact-direct__phone-card a {
	color: #0284c7;
	font-size: clamp(1.9rem, 3vw, 2.7rem);
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.gb-contact-direct__list {
	display: grid;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gb-contact-direct__list li {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.gb-contact-direct__list i {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	margin-top: 2px;
	color: #0284c7;
}

.gb-contact-direct__list li:first-child i {
	color: #25d366;
}

.gb-contact-direct__list strong,
.gb-contact-direct__list span,
.gb-contact-direct__list a {
	display: block;
}

.gb-contact-direct__list strong {
	margin-bottom: 4px;
	color: #111827;
	font-size: 1rem;
}

.gb-contact-direct__list span,
.gb-contact-direct__list a {
	color: #6b7280;
	line-height: 1.7;
	text-decoration: none;
}

.gb-contact-mini-faq {
	padding-top: 34px;
	border-top: 1px solid #e5e7eb;
}

.gb-contact-mini-faq h3 {
	font-size: 1.6rem;
	line-height: 1.2;
}

.gb-contact-mini-faq > p {
	margin: 0 0 24px;
	color: #6b7280;
	line-height: 1.8;
}

.gb-contact-mini-faq__groups {
	display: grid;
	gap: 24px;
}

.gb-contact-mini-faq__group h4 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	color: #0c4a6e;
	font-size: 1rem;
	font-weight: 800;
}

.gb-contact-mini-faq__group h4 i,
.gb-contact-mini-faq__link i,
.gb-contact-cta__meta i,
.gb-contact-cta__icon i,
.gb-contact-form-card__badge i {
	width: 20px;
	height: 20px;
}

.gb-contact-mini-faq__group ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 24px;
	color: #6b7280;
	font-size: 0.94rem;
	line-height: 1.8;
}

.gb-contact-mini-faq__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
	color: #0284c7;
	font-weight: 800;
	text-decoration: none;
}

.gb-contact-form-card {
	padding: 34px;
	border: 1px solid rgba(18, 31, 82, 0.08);
	border-radius: 34px;
	background: #fff;
	box-shadow: 0 26px 60px rgba(17, 31, 81, 0.12);
}

.gb-contact-form-card__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 20px;
	border-radius: 999px;
	background: #e0f2fe;
	color: #0284c7;
}

.gb-contact-form-card h3 {
	text-align: center;
	font-size: 1.7rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.gb-contact-form-card__panel .gb-corporate-form {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.gb-contact-form-card__panel .gb-corporate-form__notice {
	margin: 0 0 18px;
}

.gb-contact-form-card__panel .gb-corporate-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.gb-contact-form-card__panel .gb-corporate-form label {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	color: #374151;
	font-size: 0.9rem;
	font-weight: 700;
}

.gb-contact-form-card__panel .gb-corporate-form input,
.gb-contact-form-card__panel .gb-corporate-form textarea,
.gb-contact-form-card__panel .gb-corporate-form select {
	width: 100%;
	min-height: 54px;
	padding: 0.85rem 0.95rem;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #f9fafb;
	color: #111827;
	font-family: inherit;
	font-size: 0.95rem;
}

.gb-contact-form-card__panel .gb-corporate-form input:focus,
.gb-contact-form-card__panel .gb-corporate-form textarea:focus,
.gb-contact-form-card__panel .gb-corporate-form select:focus {
	outline: 0;
	border-color: rgba(2, 132, 199, 0.44);
	box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.08);
}

.gb-contact-form-card__panel .gb-corporate-form textarea {
	min-height: 150px;
	resize: vertical;
}

.gb-contact-form-card__panel .gb-corporate-form__full {
	grid-column: 1 / -1;
}

.gb-contact-form-card__panel .gb-corporate-form__hint {
	margin: 0 0 1rem;
	color: #6b7280;
	font-size: 0.9rem;
	line-height: 1.7;
}

.gb-contact-form-card__panel .gb-corporate-form .gb-button--primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 1rem 1.4rem;
	border: 0;
	border-radius: 18px;
	background: #0c4a6e;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 800;
	box-shadow: 0 18px 34px rgba(12, 74, 110, 0.2);
}

.gb-contact-form-card__panel .gb-corporate-form .gb-button--primary:hover,
.gb-contact-form-card__panel .gb-corporate-form .gb-button--primary:focus-visible {
	transform: translateY(-1px);
	background: #0b3f5f;
}

.gb-contact-form-card__privacy {
	margin: 18px 0 0;
	color: #6b7280;
	font-size: 0.78rem;
	line-height: 1.7;
	text-align: center;
}

.gb-contact-cta {
	position: relative;
	overflow: hidden;
	padding: 88px 0;
	background: #0c4a6e;
	border-top: 1px solid #0f5c89;
}

.gb-contact-cta::after {
	content: "";
	position: absolute;
	top: -120px;
	right: -120px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
}

.gb-contact-cta__inner {
	position: relative;
	z-index: 1;
	max-width: 980px;
	text-align: center;
}

.gb-contact-cta__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	margin: 0 auto 24px;
	border: 1px solid rgba(147, 197, 253, 0.3);
	border-radius: 999px;
	background: rgba(224, 242, 254, 0.08);
	color: #bfdbfe;
}

.gb-contact-cta h2 {
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	line-height: 1.08;
}

.gb-contact-cta p {
	max-width: 760px;
	margin: 0 auto 30px;
	color: rgba(224, 242, 254, 0.88);
	font-size: 1.04rem;
	line-height: 1.85;
}

.gb-contact-cta__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 0 auto 28px;
}

.gb-contact-cta__meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0.8rem 1rem;
	border: 1px solid rgba(191, 219, 254, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(239, 246, 255, 0.94);
	font-size: 0.88rem;
	font-weight: 600;
}

@media (max-width: 1080px) {
	.gb-contact-main__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.gb-contact-page {
		margin-top: -12px;
		margin-bottom: -56px;
	}

	.gb-contact-hero,
	.gb-contact-main,
	.gb-contact-cta {
		padding: 68px 0;
	}

	.gb-contact-hero__actions,
	.gb-contact-cta__meta {
		flex-direction: column;
	}

	.gb-contact-direct__phone-card,
	.gb-contact-form-card {
		padding: 22px 18px;
	}

	.gb-contact-form-card__panel .gb-corporate-form__grid {
		grid-template-columns: 1fr;
	}

	.gb-contact-direct__phone-card a {
		font-size: 1.8rem;
	}

	.gb-contact-direct__phone-icon {
		width: 60px;
		height: 60px;
		border-radius: 18px;
	}

	.gb-contact-cta__meta span {
		justify-content: center;
		border-radius: 20px;
	}
}

/* Catalog redesign */
.gb-fleet-catalog-page {
	gap: 36px;
}

.gb-fleet-page-header {
	position: relative;
	overflow: hidden;
	padding: 82px 24px;
	border-radius: 36px;
	background:
		linear-gradient(rgba(12, 74, 110, 0.85), rgba(12, 74, 110, 0.95)),
		url("assets/img/hero-parking-row.jpg") center/cover no-repeat;
	box-shadow: 0 26px 60px rgba(17, 31, 81, 0.18);
	text-align: center;
}

.gb-fleet-page-header__inner {
	width: min(760px, 100%);
	margin: 0 auto;
}

.gb-fleet-page-header h1 {
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(2.5rem, 5vw, 4.3rem);
	line-height: 0.96;
	letter-spacing: -0.05em;
}

.gb-fleet-page-header p {
	margin: 0 auto;
	max-width: 680px;
	color: rgba(224, 242, 254, 0.96);
	font-size: 1.08rem;
	line-height: 1.75;
}

.gb-fleet-catalog {
	display: grid;
	gap: 24px;
}

.gb-fleet-rate-switcher {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px;
	border: 1px solid rgba(18, 31, 82, 0.08);
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(251, 253, 255, 0.98), rgba(244, 248, 255, 0.98));
	box-shadow: 0 16px 34px rgba(17, 31, 81, 0.08);
}

.gb-fleet-rate-switcher__copy {
	display: grid;
	gap: 4px;
}

.gb-fleet-rate-switcher__copy span {
	color: #6b7280;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gb-fleet-rate-switcher__copy strong {
	color: #102454;
	font-size: 1rem;
	line-height: 1.35;
}

.gb-fleet-rate-switcher__options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gb-fleet-rate-switcher__option,
.gb-fleet-rate-switcher__option:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.82rem 1.15rem;
	border-radius: 16px;
	border: 1px solid rgba(18, 31, 82, 0.08);
	background: #fff;
	color: #4b5563;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.gb-fleet-rate-switcher__option:hover,
.gb-fleet-rate-switcher__option:focus-visible {
	color: #102454;
	border-color: rgba(12, 74, 110, 0.18);
	transform: translateY(-1px);
	box-shadow: 0 12px 22px rgba(12, 74, 110, 0.1);
}

.gb-fleet-rate-switcher__option.is-active,
.gb-fleet-rate-switcher__option.is-active:visited {
	border-color: rgba(12, 74, 110, 0.26);
	background: #0c4a6e;
	color: #fff;
	box-shadow: 0 14px 26px rgba(12, 74, 110, 0.2);
}

.gb-fleet-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px;
	border: 1px solid rgba(18, 31, 82, 0.08);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 16px 34px rgba(17, 31, 81, 0.08);
}

.gb-fleet-toolbar__filters {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.gb-fleet-filter-button {
	padding: 0.82rem 1.15rem;
	border: 0;
	border-radius: 16px;
	background: #eef2f7;
	color: #4b5563;
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
	transition:
		background-color 0.22s ease,
		color 0.22s ease,
		transform 0.22s ease,
		box-shadow 0.22s ease;
}

.gb-fleet-filter-button:hover,
.gb-fleet-filter-button:focus-visible {
	background: #e4e9f1;
	color: #102454;
}

.gb-fleet-filter-button.is-active {
	background: #0c4a6e;
	color: #fff;
	box-shadow: 0 14px 26px rgba(12, 74, 110, 0.22);
}

.gb-fleet-toolbar__sort {
	display: flex;
	align-items: center;
	gap: 12px;
}

.gb-fleet-sort-wrap {
	position: relative;
	min-width: 220px;
}

.gb-fleet-sort-wrap select {
	appearance: none;
	width: 100%;
	min-height: 48px;
	padding: 0.8rem 2.7rem 0.8rem 1rem;
	border: 1px solid rgba(18, 31, 82, 0.12);
	border-radius: 16px;
	background: #f9fbfd;
	color: #374151;
	font-family: inherit;
	font-size: 0.92rem;
	font-weight: 600;
}

.gb-fleet-sort-wrap i {
	position: absolute;
	top: 50%;
	right: 14px;
	width: 18px;
	height: 18px;
	color: #6b7280;
	transform: translateY(-50%);
	pointer-events: none;
}

.gb-fleet-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 24px;
	align-items: stretch;
}

.gb-fleet-card {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(18, 31, 82, 0.08);
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(17, 31, 81, 0.08);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease,
		border-color 0.3s ease;
}

.gb-fleet-card:hover {
	transform: translateY(-8px);
	border-color: rgba(12, 74, 110, 0.18);
	box-shadow: 0 28px 52px rgba(17, 31, 81, 0.12);
}

.gb-fleet-card__ribbon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0.42rem 0.78rem;
	border-radius: 0 0 0 16px;
	font-size: 0.72rem;
	font-weight: 800;
	color: #fff;
}

.gb-fleet-card__ribbon i {
	width: 12px;
	height: 12px;
}

.gb-fleet-card__ribbon--brand {
	background: #0ea5e9;
}

.gb-fleet-card__ribbon--success {
	background: #22c55e;
}

.gb-fleet-card__ribbon--dark {
	background: #111827;
}

.gb-fleet-card__media {
	position: relative;
	height: 220px;
	padding: 16px;
	background: #f3f4f6;
}

.gb-fleet-card__tag {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	padding: 0.4rem 0.65rem;
	border: 1px solid rgba(18, 31, 82, 0.08);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(8px);
	color: #374151;
	font-size: 0.72rem;
	font-weight: 800;
	box-shadow: 0 10px 18px rgba(17, 31, 81, 0.08);
}

.gb-fleet-card__media img {
	width: 100%;
	height: 100%;
	border-radius: 18px;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.gb-fleet-card:hover .gb-fleet-card__media img {
	transform: scale(1.05);
}

.gb-fleet-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 20px;
}

.gb-fleet-card__body h2 {
	margin: 0 0 8px;
	color: #111827;
	font-size: 1.08rem;
	line-height: 1.3;
}

.gb-fleet-card__body h2 span {
	color: #6b7280;
	font-size: 0.75rem;
	font-weight: 500;
}

.gb-fleet-card__description {
	margin: 0 0 18px;
	color: #6b7280;
	font-size: 0.8rem;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.gb-fleet-card__specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 18px;
}

.gb-fleet-card__spec {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0.5rem 0.55rem;
	border-radius: 10px;
	background: #f9fafb;
	color: #374151;
	font-size: 0.75rem;
	font-weight: 600;
}

.gb-fleet-card__spec i {
	width: 14px;
	height: 14px;
	color: #0284c7;
	flex: 0 0 auto;
}

.gb-fleet-card__footer {
	display: grid;
	gap: 12px;
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid #f1f5f9;
}

.gb-fleet-card__reserve-form {
	margin: 0;
}

.gb-fleet-card__price-shell {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 12px;
}

.gb-fleet-card__price-shell > span {
	color: #9ca3af;
	font-size: 0.73rem;
	font-weight: 700;
}

.gb-fleet-card__price {
	text-align: right;
}

.gb-fleet-card__price strong,
.gb-fleet-card__price-shell .is-quote {
	color: #0284c7;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1;
}

.gb-fleet-card__price small {
	color: #6b7280;
	font-size: 0.72rem;
	font-weight: 600;
}

.gb-fleet-card__cta {
	width: 100%;
	min-height: 44px;
	padding: 0.8rem 1rem;
	border: 0;
	border-radius: 12px;
	background: #111827;
	color: #fff;
	font-family: inherit;
	font-size: 0.88rem;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.gb-fleet-card__cta:hover,
.gb-fleet-card__cta:focus-visible {
	background: #0284c7;
}

.gb-fleet-card__cta.is-outline {
	border: 2px solid #111827;
	background: #fff;
	color: #111827;
}

.gb-fleet-card__cta.is-outline:hover,
.gb-fleet-card__cta.is-outline:focus-visible {
	background: #111827;
	color: #fff;
}

.gb-fleet-empty-state {
	display: none;
	place-items: center;
	padding: 72px 24px;
	border: 1px dashed rgba(18, 31, 82, 0.14);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.76);
	text-align: center;
}

.gb-fleet-empty-state.is-visible,
.gb-fleet-empty-state:not([hidden]) {
	display: grid;
}

.gb-fleet-empty-state i {
	width: 56px;
	height: 56px;
	margin-bottom: 14px;
	color: #cbd5e1;
}

.gb-fleet-empty-state h3 {
	margin: 0 0 8px;
	font-size: 1.2rem;
}

.gb-fleet-empty-state p {
	margin: 0;
	color: #6b7280;
}

.gb-fleet-promo {
	padding: 8px 0 10px;
}

.gb-fleet-promo__inner {
	padding: 40px 24px;
	border: 1px solid rgba(18, 31, 82, 0.08);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 40px rgba(17, 31, 81, 0.08);
	text-align: center;
}

.gb-fleet-promo__inner h2 {
	margin: 0 0 10px;
	font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.gb-fleet-promo__inner p {
	margin: 0 0 22px;
	color: #6b7280;
}

.gb-fleet-promo__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 1.4rem;
	border: 1px solid #d1d5db;
	border-radius: 14px;
	background: #f3f4f6;
	color: #111827;
	font-weight: 700;
}

@media (max-width: 1240px) {
	.gb-fleet-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

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

@media (max-width: 767px) {
	.gb-fleet-page-header {
		padding: 64px 18px;
		border-radius: 30px;
	}

	.gb-fleet-rate-switcher {
		padding: 14px;
		border-radius: 24px;
	}

	.gb-fleet-rate-switcher__options {
		width: 100%;
	}

	.gb-fleet-toolbar {
		padding: 14px;
		border-radius: 24px;
	}

	.gb-fleet-toolbar__filters {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 4px;
		width: 100%;
		scrollbar-width: none;
	}

	.gb-fleet-toolbar__filters::-webkit-scrollbar {
		display: none;
	}

	.gb-fleet-filter-button {
		white-space: nowrap;
	}

	.gb-fleet-toolbar__sort,
	.gb-fleet-sort-wrap {
		width: 100%;
	}

	.gb-fleet-grid {
		grid-template-columns: 1fr;
	}

	.gb-fleet-card__media {
		height: 210px;
	}

	.gb-fleet-promo__inner {
		padding: 24px 18px;
		border-radius: 24px;
	}
}

.gb-fleet-card__details {
	margin-bottom: 18px;
	border: 1px solid rgba(18, 31, 82, 0.08);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(246, 249, 255, 0.96), rgba(255, 255, 255, 0.98));
	overflow: hidden;
}

.gb-fleet-card__details summary {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 0.95rem 1rem;
	cursor: pointer;
	list-style: none;
	color: #102454;
	font-size: 0.84rem;
	font-weight: 800;
}

.gb-fleet-card__details summary::-webkit-details-marker {
	display: none;
}

.gb-fleet-card__details summary::after {
	content: "+";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: rgba(20, 63, 188, 0.12);
	color: #143fbc;
	font-size: 1rem;
	font-weight: 800;
	transition: transform 0.24s ease, background-color 0.24s ease;
}

.gb-fleet-card__details[open] summary::after {
	content: "-";
	transform: rotate(180deg);
	background: rgba(14, 165, 233, 0.14);
}

.gb-fleet-card__details-body {
	display: grid;
	gap: 14px;
	padding: 0 1rem 1rem;
}

.gb-fleet-card__detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.gb-fleet-card__detail-row {
	display: grid;
	gap: 4px;
	padding: 0.8rem 0.85rem;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(18, 31, 82, 0.07);
}

.gb-fleet-card__detail-row span {
	color: #6b7280;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.gb-fleet-card__detail-row strong {
	color: #102454;
	font-size: 0.88rem;
	line-height: 1.45;
}

.gb-fleet-card__flow-note {
	padding: 0.9rem 1rem;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(20, 63, 188, 0.08), rgba(14, 165, 233, 0.08));
	border: 1px solid rgba(20, 63, 188, 0.1);
}

.gb-fleet-card__flow-note strong {
	display: block;
	margin-bottom: 6px;
	color: #102454;
	font-size: 0.8rem;
}

.gb-fleet-card__flow-note p {
	margin: 0;
	color: #42536f;
	font-size: 0.78rem;
	line-height: 1.6;
}

.gb-fleet-card__cta,
.gb-fleet-card__cta:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	text-wrap: balance;
	color: #fff;
}

.gb-fleet-card__cta--reserve,
.gb-button--reserve-flow,
.gb-button--reserve-flow:visited {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 1rem 1.35rem;
	background: linear-gradient(135deg, #102d8f 0%, #1d4ed8 52%, #0ea5e9 100%);
	background-size: 220% 220%;
	color: #fff !important;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.01em;
	box-shadow: 0 18px 34px rgba(20, 63, 188, 0.26);
	animation: gbReserveGlow 2.8s ease-in-out infinite;
}

.gb-fleet-card__cta--reserve::before,
.gb-button--reserve-flow::before {
	content: "";
	position: absolute;
	inset: -2px auto -2px -36%;
	width: 34%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
	transform: skewX(-20deg);
	animation: gbReserveSweep 2.4s ease-in-out infinite;
}

.gb-fleet-card__cta--reserve:hover,
.gb-fleet-card__cta--reserve:focus-visible,
.gb-button--reserve-flow:hover,
.gb-button--reserve-flow:focus-visible {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 24px 44px rgba(20, 63, 188, 0.32);
}

.gb-booking-search__docs-note,
.gb-checkout-payment__note {
	margin: 0 0 1rem;
	padding: 0.95rem 1rem;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(16, 45, 143, 0.07), rgba(14, 165, 233, 0.08));
	border: 1px solid rgba(20, 63, 188, 0.1);
	color: #102454;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.6;
}

.gb-single-vehicle__reserve-flow {
	display: grid;
	gap: 12px;
	margin-top: 22px;
	padding: 20px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(245, 248, 255, 0.96), rgba(255, 255, 255, 0.98));
	border: 1px solid rgba(18, 31, 82, 0.08);
}

.gb-single-vehicle__reserve-flow h2 {
	margin: 0;
	color: #102454;
	font-size: 1rem;
}

.gb-single-vehicle__reserve-flow ol {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: reserve-flow;
}

.gb-single-vehicle__reserve-flow li {
	position: relative;
	padding: 0.95rem 1rem 0.95rem 3.3rem;
	border-radius: 18px;
	background: #fff;
	color: #42536f;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.6;
	border: 1px solid rgba(18, 31, 82, 0.06);
}

.gb-single-vehicle__reserve-flow li::before {
	counter-increment: reserve-flow;
	content: counter(reserve-flow);
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #143fbc 0%, #0ea5e9 100%);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	box-shadow: 0 10px 20px rgba(20, 63, 188, 0.18);
}

@keyframes gbReserveGlow {
	0%,
	100% {
		background-position: 0% 50%;
		box-shadow: 0 18px 34px rgba(20, 63, 188, 0.24);
	}

	50% {
		background-position: 100% 50%;
		box-shadow: 0 24px 42px rgba(14, 165, 233, 0.3);
	}
}

@keyframes gbReserveSweep {
	0% {
		transform: translateX(-180%) skewX(-20deg);
		opacity: 0;
	}

	18% {
		opacity: 1;
	}

	42%,
	100% {
		transform: translateX(420%) skewX(-20deg);
		opacity: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gb-fleet-card__cta--reserve,
	.gb-button--reserve-flow,
	.gb-fleet-card__cta--reserve::before,
	.gb-button--reserve-flow::before {
		animation: none;
	}
}

@media (max-width: 767px) {
	.gb-fleet-card__detail-grid {
		grid-template-columns: 1fr;
	}

	.gb-single-vehicle__reserve-flow {
		padding: 18px;
	}
}
