 :root{
	--dark:#1F2937;
	--khaki:#78716C;
	--sun:#F59E0B;
	--olive:#2d3623;
	--sand:#e8dabc;
	--cream:#fff7e8;
	--muted:#d6d3d1;
	--ink:#111827;
	--grad:linear-gradient(135deg,#1F2937 0%,#78716C 55%,#F59E0B 100%)
}
*{
	box-sizing:border-box
}
html{
	scroll-behavior:smooth
}
body{
	margin:0;
	font-family:Inter,Arial,sans-serif;
	color:var(--cream);
	background:#111827;
	line-height:1.65
}
img{
	max-width:100%;
	display:block
}
a{
	color:inherit;
	text-decoration:none
}
.container{
	width:min(1160px,calc(100% - 36px));
	margin:auto
}
.topbar{
	background:#111827;
	color:#e8dabc;
	font-size:14px;
	border-bottom:1px solid rgba(255,255,255,.09)
}
.topbar .container{
	display:flex;
	gap:16px;
	justify-content:space-between;
	padding:8px 0
}
.navbar{
	position:sticky;
	top:0;
	z-index:50;
	background:rgba(31,41,55,.88);
	backdrop-filter:blur(14px);
	border-bottom:1px solid rgba(255,255,255,.1)
}
.navwrap{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:14px 0
}
.brand{
	display:flex;
	align-items:center;
	gap:10px;
	font-weight:900;
	letter-spacing:.3px
}
.brand img{
	width:38px;
	height:38px
}
.navlinks{
	display:flex;
	gap:6px;
	align-items:center
}
.navlinks a{
	padding:10px 13px;
	border-radius:999px;
	color:#f5ead6
}
.navlinks a:hover,.navlinks a.active{
	background:rgba(245,158,11,.16);
	color:#fff
}
.burger{
	display:none;
	background:transparent;
	border:1px solid rgba(255,255,255,.22);
	border-radius:12px;
	color:#fff;
	padding:9px 11px;
	font-size:22px
}
.btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	border:0;
	border-radius:999px;
	padding:13px 19px;
	background:var(--sun);
	color:#1b1b16;
	font-weight:800;
	box-shadow:0 15px 35px rgba(245,158,11,.24);
	cursor:pointer
}
.btn.secondary{
	background:rgba(255,255,255,.12);
	color:#fff;
	border:1px solid rgba(255,255,255,.2);
	box-shadow:none
}
.hero{
	position:relative;
	min-height:700px;
	display:grid;
	align-items:center;
	overflow:hidden;
	background:var(--grad)
}
.hero:before{
	content:"";
	position:absolute;
	inset:0;
	background:linear-gradient(90deg,rgba(17,24,39,.92),rgba(31,41,55,.55),rgba(245,158,11,.05)),url('../img/hero-suv-adventure.jpg') center/cover;
}
.hero .container{
	position:relative;
	z-index:1
}
.kicker{
	display:inline-flex;
	gap:8px;
	align-items:center;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:1.8px;
	color:#fcd391;
	font-weight:900
}
.kicker:before{
	content:"";
	width:34px;
	height:2px;
	background:var(--sun)
}
h1,h2,h3{
	line-height:1.08;
	margin:0 0 18px
}
h1{
	font-size:clamp(42px,7vw,88px);
	max-width:850px
}
h2{
	font-size:clamp(32px,4.5vw,56px)
}
h3{
	font-size:24px
}
.lead{
	font-size:clamp(18px,2vw,22px);
	max-width:720px;
	color:#f3e7d1
}
.hero-actions,.actions{
	display:flex;
	gap:14px;
	flex-wrap:wrap;
	margin-top:28px
}
.trust{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:14px;
	margin-top:46px
}
.trust .item,.card,.price,.faq-item{
	background:rgba(255,255,255,.08);
	border:1px solid rgba(255,255,255,.12);
	border-radius:24px;
	padding:22px;
	box-shadow:0 24px 60px rgba(0,0,0,.16)
}
.trust strong{
	font-size:30px;
	display:block;
	color:#fff
}
.trust span{
	color:#e7dcc9
}
.section{
	padding:88px 0
}
.light{
	background:#f8f0df;
	color:#1f2937
}
.sand{
	background:#e8dabc;
	color:#1f2937
}
.dark{
	background:#111827
}
.gradient{
	background:var(--grad)
}
.grid{
	display:grid;
	gap:24px
}
.grid.two{
	grid-template-columns:1fr 1fr
}
.grid.three{
	grid-template-columns:repeat(3,1fr)
}
.grid.four{
	grid-template-columns:repeat(4,1fr)
}
.card{
	background:rgba(31,41,55,.93);
	color:#fff
}
.light .card,.sand .card{
	background:#fffaf0;
	color:#1f2937;
	border-color:rgba(31,41,55,.1);
	box-shadow:0 18px 50px rgba(31,41,55,.12)
}
.icon{
	width:48px;
	height:48px;
	border-radius:16px;
	background:rgba(245,158,11,.18);
	display:grid;
	place-items:center;
	font-size:25px;
	margin-bottom:12px
}
.split{
	display:grid;
	grid-template-columns:1.05fr .95fr;
	gap:42px;
	align-items:center
}
.photo{
	border-radius:32px;
	overflow:hidden;
	box-shadow:0 28px 80px rgba(0,0,0,.28);
	border:1px solid rgba(255,255,255,.18)
}
.badge-row{
	display:flex;
	gap:10px;
	flex-wrap:wrap
}
.badge{
	display:inline-block;
	border-radius:999px;
	padding:8px 12px;
	background:rgba(245,158,11,.15);
	border:1px solid rgba(245,158,11,.28);
	font-weight:800;
	color:#5c3a05
}
.dark .badge,.gradient .badge{
	color:#ffe2ab
}
.fleet-card{
	overflow:hidden;
	border-radius:28px;
	background:#fffaf0;
	color:#1f2937;
	box-shadow:0 18px 55px rgba(0,0,0,.18)
}
.fleet-card img{
	height:210px;
	width:100%;
	object-fit:cover
}
.fleet-card .body{
	padding:22px
}
.features{
	list-style:none;
	padding:0;
	margin:16px 0
}
.features li{
	padding:8px 0;
	border-bottom:1px solid rgba(31,41,55,.1)
}
.price{
	font-weight:900;
	color:#fff;
	background:rgba(17,24,39,.86)
}
.price small{
	font-weight:600;
	color:#d6d3d1
}
.timeline{
	counter-reset:step
}
.step{
	display:grid;
	grid-template-columns:58px 1fr;
	gap:18px;
	align-items:start;
	margin:22px 0
}
.step:before{
	counter-increment:step;
	content:counter(step);
	width:58px;
	height:58px;
	border-radius:18px;
	background:var(--sun);
	color:#111827;
	display:grid;
	place-items:center;
	font-weight:900;
	font-size:22px
}
.faq-item{
	margin:14px 0;
	background:#fffaf0;
	color:#1f2937
}
.faq-q{
	display:flex;
	justify-content:space-between;
	cursor:pointer;
	font-weight:900
}
.faq-a{
	max-height:0;
	overflow:hidden;
	transition:max-height .3s ease;
	color:#4b5563
}
.faq-item.open .faq-a{
	max-height:220px;
	margin-top:12px
}
.form{
	display:grid;
	gap:14px
}
.field{
	display:grid;
	gap:6px
}
.field label{
	font-weight:800
}
.field input,.field select,.field textarea{
	width:100%;
	padding:14px 15px;
	border-radius:14px;
	border:1px solid rgba(31,41,55,.22);
	background:#fff;
	color:#111827;
	font:inherit
}
.field textarea{
	min-height:130px
}
.footer{
	background:#0b111c;
	color:#e8dabc;
	padding:54px 0 26px
}
.footer-grid{
	display:grid;
	grid-template-columns:1.3fr .8fr .8fr 1fr;
	gap:24px
}
.footer a{
	color:#f8e4bd
}
.copy{
	border-top:1px solid rgba(255,255,255,.1);
	margin-top:32px;
	padding-top:20px;
	color:#cfc5b3;
	font-size:14px
}
.cookie{
	position:fixed;
	left:18px;
	right:18px;
	bottom:18px;
	z-index:100;
	background:#111827;
	color:#fff;
	border:1px solid rgba(245,158,11,.35);
	border-radius:24px;
	padding:18px;
	box-shadow:0 20px 80px rgba(0,0,0,.35);
	display:none
}
.cookie.show{
	display:block;
	animation:rise .45s ease
}
.cookie-inner{
	display:flex;
	gap:18px;
	justify-content:space-between;
	align-items:center
}
.alert{
	position:fixed;
	right:22px;
	top:90px;
	z-index:120;
	background:#fffaf0;
	color:#1f2937;
	border-left:6px solid var(--sun);
	border-radius:18px;
	padding:18px 20px;
	box-shadow:0 22px 60px rgba(0,0,0,.32);
	transform:translateX(130%);
	transition:.45s ease;
	max-width:360px
}
.alert.show{
	transform:translateX(0);
	animation:pulse .8s ease
}
.policy h2{
	margin-top:34px;
	font-size:30px
}
.policy p,.policy li{
	color:#364152
}
.map-note{
	position:relative
}
.map-note:after{
	content:'Rathausstraße 15, 10178 Berlin, Germany';
	position:absolute;
	left:18px;
	bottom:18px;
	background:rgba(17,24,39,.78);
	color:#fff;
	padding:9px 12px;
	border-radius:999px;
	font-size:13px
}
@keyframes rise{
	from{
		opacity:0;
		transform:translateY(30px)
	}
	to{
		opacity:1;
		transform:none
	}
}
@keyframes pulse{
	50%{
		transform:translateX(0) scale(1.03)
	}
}
@media(max-width:900px){
	.navlinks{
		position:absolute;
		top:70px;
		left:18px;
		right:18px;
		display:none;
		flex-direction:column;
		background:#111827;
		border:1px solid rgba(255,255,255,.12);
		border-radius:22px;
		padding:14px
	}
	.navlinks.open{
		display:flex
	}
	.navlinks a{
		width:100%
	}
	.burger{
		display:block
	}
	.topbar .container{
		display:none
	}
	.hero{
		min-height:650px
	}
	.trust,.grid.three,.grid.four,.grid.two,.split,.footer-grid{
		grid-template-columns:1fr
	}
	.cookie-inner{
		display:block
	}
	.cookie .btn{
		margin-top:12px
	}
	.section{
		padding:64px 0
	}
}
/* Home refinements */
 .hero{
	min-height:620px;
	align-items:center
}
.hero .container{
	max-width:1120px
}
.hero .kicker{
	font-size:12px;
	letter-spacing:1.55px
}
.hero h1{
	font-size:clamp(34px,5vw,64px);
	max-width:760px;
	margin-bottom:14px
}
.hero .lead{
	font-size:clamp(16px,1.55vw,19px);
	max-width:680px;
	line-height:1.58
}
.hero-actions{
	margin-top:22px
}
.trust{
	margin-top:34px;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:12px;
	max-width:920px
}
.trust .item{
	padding:16px 18px;
	border-radius:20px
}
.trust strong{
	font-size:24px
}
.trust span{
	font-size:14px;
	line-height:1.35;
	display:block
}
.home-contact .lead.dark-lead{
	color:#3f3f36;
	font-size:18px
}
.contact-list{
	margin:22px 0;
	display:grid;
	gap:8px
}
.contact-list p{
	margin:0;
	padding:12px 14px;
	border:1px solid rgba(31,41,55,.12);
	border-radius:16px;
	background:rgba(255,250,240,.65)
}
.compact{
	margin-top:18px
}
.dark-btn{
	background:rgba(31,41,55,.86)!important;
	color:#fff!important;
	border-color:rgba(31,41,55,.18)!important
}
.faq-home .faq-item{
	box-shadow:0 14px 36px rgba(31,41,55,.09)
}
 @media(max-width:900px){
	.hero{
		min-height:590px
	}
	.hero h1{
		font-size:clamp(31px,10vw,44px)
	}
	.hero .lead{
		font-size:16px
	}
	.trust{
		grid-template-columns:repeat(2,1fr);
		margin-top:28px
	}
	.trust .item{
		padding:14px
	}
	.trust strong{
		font-size:22px
	}
}
 @media(max-width:520px){
	.trust{
		grid-template-columns:1fr
	}
	.hero-actions .btn{
		width:100%
	}
}
 
.fleet-people-section {
  padding: 88px 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(245, 158, 11, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(31, 41, 55, 0.98), rgba(68, 64, 60, 0.96) 52%, rgba(120, 113, 108, 0.92));
  color: #fff7ed;
  overflow: hidden;
}

.fleet-people-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.fleet-people-head h2 {
  max-width: 820px;
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.fleet-people-head p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 247, 237, 0.78);
  font-size: 1.05rem;
  line-height: 1.75;
}

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

.traveller-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 247, 237, 0.14);
  border-radius: 28px;
  background: rgba(17, 24, 39, 0.48);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.traveller-card-featured {
  transform: translateY(-12px);
  background: rgba(31, 41, 55, 0.68);
  border-color: rgba(245, 158, 11, 0.32);
}

.traveller-photo {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: #292524;
}

.traveller-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 45%, rgba(17, 24, 39, 0.72));
}

.traveller-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.45s ease;
}

.traveller-card:hover .traveller-photo img {
  transform: scale(1.08);
}

.traveller-content {
  padding: 26px;
}

.traveller-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.16);
  color: #fbbf24;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.traveller-content h3 {
  margin: 0 0 12px;
  color: #fff7ed;
  font-size: 1.35rem;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.traveller-content p {
  margin: 0 0 18px;
  color: rgba(255, 247, 237, 0.72);
  line-height: 1.65;
}

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

.traveller-content li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 247, 237, 0.84);
  font-size: 0.95rem;
  line-height: 1.5;
}

.traveller-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 0 5px rgba(245, 158, 11, 0.14);
}

@media (max-width: 980px) {
  .fleet-people-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .traveller-grid {
    grid-template-columns: 1fr;
  }

  .traveller-card-featured {
    transform: none;
  }

  .traveller-photo {
    height: 340px;
  }
}

@media (max-width: 560px) {
  .fleet-people-section {
    padding: 64px 0;
  }

  .fleet-people-head h2 {
    font-size: 2rem;
  }

  .fleet-people-head p {
    font-size: 0.98rem;
  }

  .traveller-photo {
    height: 240px;
  }

  .traveller-content {
    padding: 22px;
  }
}