:root{
	--black:#050505;
	--graphite:#1c1c1c;
	--gold:#d4af37;
	--champagne:#f4dea5;
	--muted:#b9b3a6;
	--line:rgba(212,175,55,.22)
}
*{
	box-sizing:border-box
}
html{
	scroll-behavior:smooth
}
body{
	margin:0;
	font-family:Inter,Arial,sans-serif;
	background:linear-gradient(135deg,#050505 0%,#1c1c1c 58%,#d4af37 160%);
	color:#fff;
	line-height:1.65
}
body:before{
	content:"";
	position:fixed;
	inset:0;
	background:radial-gradient(circle at 20% 0%,rgba(212,175,55,.18),transparent 30%),radial-gradient(circle at 90% 30%,rgba(244,222,165,.08),transparent 24%);
	pointer-events:none;
	z-index:-1
}
.container{
	width:min(1180px,92%);
	margin:auto
}
.topbar{
	background:#090909;
	border-bottom:1px solid var(--line);
	font-size:14px;
	color:var(--muted)
}
.topbar .container{
	display:flex;
	justify-content:space-between;
	gap:20px;
	padding:8px 0
}
.header{
	position:sticky;
	top:0;
	z-index:50;
	background:rgba(5,5,5,.86);
	backdrop-filter:blur(18px);
	border-bottom:1px solid var(--line)
}
.nav{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:17px 0
}
.brand{
	display:flex;
	align-items:center;
	gap:12px;
	color:#fff;
	text-decoration:none;
	font-family:Georgia,serif;
	font-size:22px;
	letter-spacing:.04em
}
.brand img{
	width:42px;
	height:42px
}
.menu{
	display:flex;
	align-items:center;
	gap:25px
}
.menu a{
	color:#e9e4d8;
	text-decoration:none;
	font-size:15px
}
.menu a:hover,.active{
	color:var(--gold)!important
}
.btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	background:linear-gradient(135deg,var(--gold),var(--champagne));
	color:#0b0b0b;
	text-decoration:none;
	border:0;
	border-radius:999px;
	padding:13px 22px;
	font-weight:800;
	box-shadow:0 14px 32px rgba(212,175,55,.2);
	cursor:pointer
}
.btn.outline{
	background:transparent;
	color:var(--champagne);
	border:1px solid var(--line);
	box-shadow:none
}
.burger{
	display:none;
	background:none;
	border:1px solid var(--line);
	color:var(--champagne);
	border-radius:12px;
	padding:10px;
	font-size:23px
}
.hero{
	min-height:790px;
	display:grid;
	align-items:center;
	position:relative;
	overflow:hidden
}
.hero:after{
	content:"";
	position:absolute;
	inset:0;
	background:linear-gradient(90deg,#050505 0%,rgba(5,5,5,.82) 40%,rgba(5,5,5,.18)),url('../images/hero-luxury-car.jpg') center/cover;
	z-index:-2
}
.hero .content{
	max-width:710px;
	padding:80px 0
}
.eyebrow{
	color:var(--champagne);
	letter-spacing:.22em;
	text-transform:uppercase;
	font-size:13px;
	font-weight:800
}
h1,h2,h3{
	font-family:Georgia,'Times New Roman',serif;
	line-height:1.1;
	margin:0 0 18px
}
h1{
	font-size:clamp(44px,7vw,86px)
}
h2{
	font-size:clamp(32px,5vw,56px)
}
h3{
	font-size:25px
}
p{
	color:#d7d2c8;
	margin:0 0 16px
}
.lead{
	font-size:20px;
	color:#eee5d6;
	max-width:800px
}
.hero-actions{
	display:flex;
	gap:15px;
	flex-wrap:wrap;
	margin:30px 0
}
.stats{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:14px;
	margin-top:45px
}
.stat,.card,.policy-box{
	background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
	border:1px solid var(--line);
	border-radius:28px;
	padding:26px;
	box-shadow:0 24px 70px rgba(0,0,0,.28)
}
.stat b{
	display:block;
	color:var(--gold);
	font-size:33px;
	font-family:Georgia,serif
}
.section{
	padding:95px 0
}
.section.alt{
	background:rgba(0,0,0,.28);
	border-top:1px solid rgba(212,175,55,.1);
	border-bottom:1px solid rgba(212,175,55,.1)
}
.section-head{
	display:flex;
	justify-content:space-between;
	align-items:end;
	gap:25px;
	margin-bottom:38px
}
.grid-3{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:24px
}
.card img{
	width:100%;
	height:230px;
	object-fit:cover;
	border-radius:22px;
	margin-bottom:18px
}
.price{
	color:var(--gold);
	font-size:24px;
	font-weight:900
}
.list{
	padding:0;
	margin:18px 0 0;
	list-style:none
}
.list li{
	padding:9px 0 9px 30px;
	position:relative;
	color:#dfd8c9
}
.list li:before{
	content:'✦';
	position:absolute;
	left:0;
	color:var(--gold)
}
.split{
	display:grid;
	grid-template-columns:1.05fr .95fr;
	gap:44px;
	align-items:center
}
.split img{
	width:100%;
	border-radius:34px;
	border:1px solid var(--line);
	box-shadow:0 40px 90px rgba(0,0,0,.4)
}
.steps{
	counter-reset:s;
	display:grid;
	gap:16px
}
.step{
	counter-increment:s;
	display:grid;
	grid-template-columns:64px 1fr;
	gap:18px;
	align-items:start;
	padding:22px;
	border:1px solid var(--line);
	border-radius:22px;
	background:rgba(255,255,255,.04)
}
.step:before{
	content:counter(s);
	display:grid;
	place-items:center;
	width:52px;
	height:52px;
	border-radius:50%;
	background:linear-gradient(135deg,var(--gold),var(--champagne));
	color:#090909;
	font-weight:900
}
.fleet-tags{
	display:flex;
	gap:10px;
	flex-wrap:wrap;
	margin:12px 0 18px
}
.tag{
	border:1px solid var(--line);
	border-radius:999px;
	color:var(--champagne);
	padding:7px 11px;
	font-size:13px
}
.faq details{
	border:1px solid var(--line);
	border-radius:20px;
	margin-bottom:13px;
	padding:20px;
	background:rgba(255,255,255,.035)
}
.faq summary{
	cursor:pointer;
	color:#fff;
	font-weight:800
}
.contact-box{
	display:grid;
	grid-template-columns:.9fr 1.1fr;
	gap:28px
}
.form{
	display:grid;
	gap:14px
}
.form input,.form select,.form textarea{
	width:100%;
	background:#090909;
	border:1px solid var(--line);
	border-radius:16px;
	padding:15px;
	color:#fff;
	font:inherit
}
.form textarea{
	min-height:130px
}
.map{
	width:100%;
	border-radius:28px;
	border:1px solid var(--line)
}
.footer{
	background:#050505;
	border-top:1px solid var(--line);
	padding:55px 0 25px
}
.footer-grid{
	display:grid;
	grid-template-columns:1.2fr repeat(3,1fr);
	gap:25px
}
.footer a,.topbar a,.breadcrumbs a{
	color:#e8dec7;
	text-decoration:none
}
.copy{
	border-top:1px solid rgba(212,175,55,.15);
	margin-top:30px;
	padding-top:20px;
	color:#9d9687;
	font-size:14px
}
.page-hero{
	padding:105px 0 65px;
	background:linear-gradient(135deg,rgba(5,5,5,.92),rgba(28,28,28,.8)),url('../images/hero-luxury-car.jpg') center/cover;
	border-bottom:1px solid var(--line);
    min-height: 750px;
}
.breadcrumbs{
	color:var(--muted);
	margin-bottom:18px
}
.legal h2{
	font-size:32px;
	margin-top:35px
}
.cookie-banner{
	position:fixed;
	left:20px;
	right:20px;
	bottom:20px;
	z-index:80;
	display:none
}
.cookie-inner{
	max-width:1080px;
	margin:auto;
	background:rgba(5,5,5,.95);
	border:1px solid var(--line);
	border-radius:26px;
	padding:22px;
	display:flex;
	gap:20px;
	align-items:center;
	box-shadow:0 30px 100px rgba(0,0,0,.55)
}
.alert{
	position:fixed;
	inset:0;
	background:rgba(0,0,0,.72);
	display:none;
	place-items:center;
	z-index:100
}
.alert-card{
	width:min(460px,92%);
	background:linear-gradient(145deg,#111,#24211b);
	border:1px solid var(--line);
	border-radius:30px;
	padding:34px;
	text-align:center;
	animation:pop .45s ease;
	box-shadow:0 30px 100px rgba(0,0,0,.6)
}
@keyframes pop{
	from{
		transform:translateY(30px) scale(.92);
		opacity:0
	}
	to{
		transform:none;
		opacity:1
	}
}
.check{
	width:72px;
	height:72px;
	margin:0 auto 18px;
	border-radius:50%;
	display:grid;
	place-items:center;
	background:linear-gradient(135deg,var(--gold),var(--champagne));
	color:#080808;
	font-size:38px
}
.note{
	font-size:13px;
	color:#a9a192
}
@media(max-width:900px){
	.burger{
		display:block
	}
	.menu{
		position:fixed;
		top:77px;
		left:4%;
		right:4%;
		display:none;
		flex-direction:column;
		align-items:stretch;
		background:#080808;
		border:1px solid var(--line);
		border-radius:24px;
		padding:22px
	}
	.menu.open{
		display:flex
	}
	.stats,.grid-3,.split,.contact-box,.footer-grid{
		grid-template-columns:1fr
	}
	.hero{
		min-height:auto
	}
	.section{
		padding:70px 0
	}
	.section-head{
		display:block
	}
	.cookie-inner{
		display:block
	}
	.cookie-inner .btn{
		margin-top:12px
	}
	.topbar .container{
		display:block
	}
	.hero .content{
		padding:70px 0
	}
	h1{
		font-size:43px
	}
	.card img{
		height:210px
	}
}
 .map-preview-section {
	 position: relative;
	 padding: 110px 0;
	 background: radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.14), transparent 32%), linear-gradient(135deg, #050505 0%, #1c1c1c 58%, rgba(212, 175, 55, 0.18) 100%);
	 overflow: hidden;
}
 .map-preview-grid {
	 display: grid;
	 grid-template-columns: 0.9fr 1.1fr;
	 gap: 48px;
	 align-items: center;
}
 .map-preview-content h2 {
	 max-width: 560px;
	 margin: 14px 0 22px;
	 color: #f7f0df;
	 font-size: clamp(32px, 4vw, 56px);
	 line-height: 1.05;
	 letter-spacing: -0.04em;
}
 .map-preview-content p {
	 max-width: 590px;
	 color: rgba(247, 240, 223, 0.72);
	 font-size: 17px;
	 line-height: 1.75;
}
 .map-address-card {
	 margin-top: 30px;
	 padding: 22px 24px;
	 border: 1px solid rgba(212, 175, 55, 0.28);
	 border-radius: 22px;
	 background: rgba(255, 255, 255, 0.045);
	 box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
}
 .map-address-card strong, .map-address-card span {
	 display: block;
}
 .map-address-card strong {
	 color: #d4af37;
	 font-size: 13px;
	 text-transform: uppercase;
	 letter-spacing: 0.14em;
	 margin-bottom: 8px;
}
 .map-address-card span {
	 color: #f7f0df;
	 font-size: 18px;
}
 .map-points {
	 display: grid;
	 grid-template-columns: repeat(3, 1fr);
	 gap: 14px;
	 margin-top: 18px;
}
 .map-points div {
	 padding: 18px;
	 border-radius: 18px;
	 background: rgba(5, 5, 5, 0.42);
	 border: 1px solid rgba(255, 255, 255, 0.08);
}
 .map-points strong {
	 display: block;
	 color: #d4af37;
	 font-size: 22px;
	 margin-bottom: 5px;
}
 .map-points span {
	 color: rgba(247, 240, 223, 0.65);
	 font-size: 13px;
	 line-height: 1.35;
}
 .map-preview-image {
	 position: relative;
	 min-height: 520px;
	 border-radius: 34px;
	 overflow: hidden;
	 border: 1px solid rgba(212, 175, 55, 0.32);
	 background: #111;
	 box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
}
 .map-preview-image::after {
	 content: "";
	 position: absolute;
	 inset: 0;
	 background: linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.58)), radial-gradient(circle at 75% 20%, rgba(212, 175, 55, 0.24), transparent 34%);
	 pointer-events: none;
}
 .map-preview-image img {
	 width: 100%;
	 height: 100%;
	 min-height: 520px;
	 object-fit: cover;
	 display: block;
	 filter: saturate(0.75) contrast(1.08) brightness(0.82);
}
 .map-preview-badge {
	 position: absolute;
	 left: 28px;
	 bottom: 28px;
	 z-index: 2;
	 padding: 18px 22px;
	 border-radius: 20px;
	 background: rgba(5, 5, 5, 0.78);
	 border: 1px solid rgba(212, 175, 55, 0.35);
	 backdrop-filter: blur(14px);
}
 .map-preview-badge span, .map-preview-badge strong {
	 display: block;
}
 .map-preview-badge span {
	 color: rgba(247, 240, 223, 0.68);
	 font-size: 13px;
	 margin-bottom: 4px;
}
 .map-preview-badge strong {
	 color: #f7f0df;
	 font-size: 18px;
}
 @media (max-width: 980px) {
	 .map-preview-section {
		 padding: 80px 0;
	}
	 .map-preview-grid {
		 grid-template-columns: 1fr;
	}
	 .map-preview-image, .map-preview-image img {
		 min-height: 420px;
	}
}
 @media (max-width: 640px) {
	 .map-points {
		 grid-template-columns: 1fr;
	}
	 .map-preview-image, .map-preview-image img {
		 min-height: 340px;
	}
	 .map-preview-badge {
		 left: 18px;
		 right: 18px;
		 bottom: 18px;
	}
}
 .footer-grid a.footer-phone {
	 display: inline-flex;
	 align-items: center;
	 gap: 8px;
	 margin: 6px 0;
	 color: #d4af37 !important;
	 font-weight: 700;
	 letter-spacing: 0.04em;
	 text-decoration: none;
	 transition: color 0.25s ease, text-shadow 0.25s ease, transform 0.25s ease;
}
 .footer-grid a.footer-phone::before {
	 content: "☎";
	 font-size: 14px;
	 color: #d4af37;
}
 .footer-grid a.footer-phone:hover {
	 color: #f6e3a1 !important;
	 text-shadow: 0 0 18px rgba(212, 175, 55, 0.55);
	 transform: translateX(3px);
}
 .topbar-contacts {
	 display: inline-flex;
	 align-items: center;
	 gap: 10px;
	 flex-wrap: wrap;
}
 .topbar-contacts a {
	 display: inline-flex;
	 align-items: center;
	 gap: 7px;
	 padding: 6px 11px;
	 border-radius: 999px;
	 color: #f7f0df !important;
	 font-size: 13px;
	 font-weight: 600;
	 line-height: 1;
	 text-decoration: none !important;
	 background: rgba(255, 255, 255, 0.055);
	 border: 1px solid rgba(212, 175, 55, 0.22);
	 transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
 .topbar-phone::before {
	 content: "☎";
	 color: #d4af37;
	 font-size: 12px;
}
 .topbar-email::before {
	 content: "✉";
	 color: #d4af37;
	 font-size: 12px;
}
 .topbar-contacts a:hover {
	 color: #d4af37 !important;
	 background: rgba(212, 175, 55, 0.12);
	 border-color: rgba(212, 175, 55, 0.55);
	 box-shadow: 0 0 18px rgba(212, 175, 55, 0.18);
}
 .topbar-separator {
	 color: rgba(247, 240, 223, 0.35);
}
 @media (max-width: 640px) {
	 .topbar-contacts {
		 gap: 6px;
	}
	 .topbar-contacts a {
		 padding: 6px 9px;
		 font-size: 12px;
	}
	 .topbar-separator {
		 display: none;
	}
}
 .contact-container {
	 flex-direction: column;
}

.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 120px 0 80px;
}

.hero .content {
  max-width: 760px;
}

.hero .eyebrow {
  margin: 0 0 16px;
  color: #d4af37;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 700px;
  margin: 0 0 20px;
  color: #f7f0df;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 700;
}

.hero .lead {
  max-width: 640px;
  margin: 0 0 30px;
  color: rgba(247, 240, 223, 0.74);
  font-size: 16px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.hero .btn {
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 12px;
  max-width: 720px;
}

.stat {
  padding: 18px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(212, 175, 55, 0.18);
  backdrop-filter: blur(12px);
}

.stat b {
  display: block;
  margin-bottom: 6px;
  color: #d4af37;
  font-size: 23px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.stat span {
  display: block;
  color: rgba(247, 240, 223, 0.68);
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding: 105px 0 65px;
  }

  .hero .content {
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(34px, 9vw, 52px);
    line-height: 1.04;
  }

  .hero .lead {
    font-size: 15px;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
    max-width: 520px;
  }
}

@media (max-width: 520px) {
  .hero {
    padding: 92px 0 52px;
  }

  .hero .eyebrow {
    font-size: 10px;
    letter-spacing: 0.16em;
    margin-bottom: 12px;
  }

  .hero h1 {
    font-size: 34px;
    letter-spacing: -0.04em;
  }

  .hero .lead {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 24px;
  }

  .hero-actions {
    gap: 10px;
    margin-bottom: 26px;
  }

  .hero .btn {
    width: 100%;
    justify-content: center;
    padding: 12px 18px;
    font-size: 13px;
  }

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

  .stat {
    padding: 15px 13px;
    border-radius: 16px;
  }

  .stat b {
    font-size: 20px;
  }

  .stat span {
    font-size: 11px;
  }
}
.people-section {
	position: relative;
	overflow: hidden;
}
.people-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 80% 18%, rgba(212, 175, 55, 0.13), transparent 30%);
	pointer-events: none;
}
.people-gallery {
	position: relative;
	display: grid;
	grid-template-columns: 1.2fr 0.9fr 0.9fr;
	gap: 22px;
}
.people-card {
	position: relative;
	min-height: 420px;
	border: 1px solid rgba(212, 175, 55, 0.25);
	border-radius: 30px;
	overflow: hidden;
	background: #0b0b0b;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}
.people-card.featured {
	min-height: 520px;
}
.people-card img {
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	display: block;
	filter: saturate(0.86) contrast(1.05) brightness(0.78);
	transition: transform 0.45s ease, filter 0.45s ease;
}
.people-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(5, 5, 5, 0.03) 20%, rgba(5, 5, 5, 0.82) 100%);
	pointer-events: none;
}
.people-card div {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	z-index: 2;
}
.people-card span {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 6px 11px;
	border: 1px solid rgba(212, 175, 55, 0.34);
	border-radius: 999px;
	color: #f4dea5;
	background: rgba(5, 5, 5, 0.55);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}
.people-card h3 {
	max-width: 440px;
	margin: 0;
	color: #fff6df;
	font-size: clamp(22px, 2.4vw, 15px);
}
.people-card:hover img {
	transform: scale(1.04);
	filter: saturate(0.95) contrast(1.08) brightness(0.88);
}
@media (max-width: 980px) {
	.people-gallery {
		grid-template-columns: 1fr;
	}
	.people-card,
	.people-card.featured {
		min-height: 420px;
	}
}
@media (max-width: 560px) {
	.people-card,
	.people-card.featured {
		min-height: 340px;
		border-radius: 24px;
	}
	.people-card div {
		left: 18px;
		right: 18px;
		bottom: 18px;
	}
}
