
:root{
  --ink:#101010;
  --black:#09090a;
  --paper:#f5f2ec;
  --paper2:#ece8e0;
  --white:#fff;
  --muted:#716e68;
  --line:#d8d2c9;
  --gold:#bda16e;
  --gold2:#dfccb0;
  --max:1240px;
  --serif:"Libre Caslon Display", Georgia, serif;
  --sans:"DM Sans", Arial, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:var(--sans);
  font-size:16px;
  line-height:1.5;
}
body[dir="rtl"]{font-family:var(--sans)}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
svg{width:1em;height:1em;fill:currentColor}
.container{width:min(calc(100% - 48px),var(--max));margin-inline:auto}

/* header */
.header{
  position:absolute;
  top:0;left:0;right:0;
  z-index:50;
  border-bottom:1px solid rgba(255,255,255,.13);
}
.nav{
  height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  color:#fff;
}
.brand{display:flex;align-items:center;gap:13px}
.brand-monogram{
  width:38px;height:38px;
  border:1px solid rgba(255,255,255,.52);
  display:grid;place-items:center;
  font-family:var(--serif);
  font-size:19px;
}
.brand-copy{display:flex;flex-direction:column;line-height:1.15}
.brand-copy strong{font-size:12px;letter-spacing:.22em}
.brand-copy small{font-size:9px;letter-spacing:.10em;color:#bbb;margin-top:4px}
.nav-links{display:flex;gap:30px;margin-left:auto}
.nav-links a{
  font-size:13px;color:#d5d5d5;
  transition:color .2s ease
}
.nav-links a:hover{color:#fff}
.nav-actions{display:flex;align-items:center;gap:15px}
.language-switcher{
  display:flex;
  border:1px solid rgba(255,255,255,.15);
}
.lang-btn{
  background:transparent;border:0;
  color:#9d9d9d;
  font-size:11px;
  padding:9px 10px;
  cursor:pointer
}
.lang-btn.active{color:#fff;background:rgba(255,255,255,.08)}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid transparent;
  cursor:pointer;
  transition:.25s ease;
  white-space:nowrap;
}
.btn-small{padding:10px 15px;font-size:12px}
.btn-outline{border-color:rgba(255,255,255,.35)}
.btn-outline:hover{background:#fff;color:#111}

/* hero */
.hero{
  min-height:900px;
  position:relative;
  display:flex;
  align-items:flex-end;
  color:#fff;
  overflow:hidden;
}
.hero-media{
  position:absolute;inset:0;
  background:
    url("https://images.unsplash.com/photo-1618843479313-40f8afb4b4d8?auto=format&fit=crop&w=2200&q=90")
    center 58%/cover no-repeat;
  transform:scale(1.015);
}
.hero-shade{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.56) 42%,rgba(0,0,0,.18) 76%),
    linear-gradient(180deg,rgba(0,0,0,.35) 0%,rgba(0,0,0,.05) 32%,rgba(0,0,0,.65) 100%);
}
.hero-inner{
  position:relative;
  z-index:2;
  padding-bottom:85px;
}
.hero-eyebrow{display:flex;align-items:center;gap:13px}
.hero-eyebrow span{display:block;width:42px;height:1px;background:var(--gold)}
.hero-eyebrow p{
  margin:0;
  color:#d7c4a3;
  letter-spacing:.24em;
  font-size:11px;
  font-weight:600;
}
.hero h1{
  max-width:970px;
  margin:25px 0 24px;
  font-family:var(--serif);
  font-size:clamp(58px,7vw,104px);
  line-height:.93;
  font-weight:400;
  letter-spacing:-.035em;
}
.hero h1 em{
  font-style:normal;
  color:var(--gold2);
}
.hero-text{
  max-width:680px;
  margin:0;
  font-size:18px;
  line-height:1.75;
  color:#d8d8d8;
}
.hero-cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:33px;
}
.btn-primary{
  min-height:54px;
  padding:0 24px;
  background:#fff;
  color:#101010;
  font-size:13px;
  font-weight:600;
}
.btn-primary:hover{background:var(--gold2)}
.btn-glass{
  min-height:54px;
  padding:0 20px;
  gap:9px;
  border-color:rgba(255,255,255,.36);
  background:rgba(255,255,255,.035);
  color:#fff;
  font-size:13px;
  backdrop-filter:blur(8px)
}
.btn-glass:hover{background:rgba(255,255,255,.12)}
.hero-facts{
  display:grid;
  grid-template-columns:repeat(4,minmax(130px,1fr));
  max-width:900px;
  margin-top:58px;
  border-top:1px solid rgba(255,255,255,.2);
  padding-top:24px;
}
.hero-facts div{display:flex;flex-direction:column;gap:3px}
.hero-facts strong{font-family:var(--serif);font-size:23px;font-weight:400}
.hero-facts span{font-size:11px;color:#a8a8a8}
.scroll-cue{
  position:absolute;
  z-index:3;
  right:40px;
  bottom:44px;
  width:46px;height:46px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:50%;
  display:grid;place-items:center
}
.scroll-cue span{width:1px;height:14px;background:#fff;position:relative}
.scroll-cue span::after{
  content:"";position:absolute;
  bottom:0;left:-3px;
  width:6px;height:6px;
  border-right:1px solid #fff;border-bottom:1px solid #fff;
  transform:rotate(45deg)
}

/* positioning */
.positioning{background:var(--black);color:#fff;padding:95px 0}
.positioning-inner{max-width:1000px}
.positioning p{
  color:var(--gold);font-size:11px;font-weight:600;
  letter-spacing:.23em;margin:0 0 18px
}
.positioning h2{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(42px,5vw,72px);
  line-height:1.04;font-weight:400
}
.positioning h2 em{font-style:normal;color:#878787}

/* shared section */
.section{padding:115px 0}
.section-title{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:50px;
  align-items:end;
  margin-bottom:52px
}
.kicker{
  font-size:11px;
  letter-spacing:.24em;
  font-weight:600;
  color:#9f8557
}
.kicker.light{color:#d2b881}
.section-title h2,.request-copy h2,.why-left h2{
  margin:12px 0 0;
  font-family:var(--serif);
  font-size:clamp(42px,5vw,68px);
  line-height:1.02;
  font-weight:400;
  letter-spacing:-.02em
}
.section-title p{
  max-width:460px;
  margin:0;
  color:var(--muted);
  line-height:1.75
}

/* journeys */
.journey-showcase{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:18px
}
.journey-column{display:grid;gap:18px}
.journey-card{
  position:relative;
  overflow:hidden;
  min-height:360px;
  color:#fff;
}
.journey-card-large{min-height:740px}
.journey-photo{position:absolute;inset:0;background-position:center;background-size:cover;transition:transform .8s ease}
.journey-card:hover .journey-photo{transform:scale(1.035)}
.photo-switzerland{
  background-image:url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=88")
}
.photo-austria{
  background-image:url("https://images.unsplash.com/photo-1464278533981-50106e6176b1?auto=format&fit=crop&w=1400&q=88")
}
.photo-italy{
  background-image:url("https://images.unsplash.com/photo-1533104816931-20fa691ff6ca?auto=format&fit=crop&w=1400&q=88")
}
.journey-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.68))
}
.journey-content{
  position:absolute;z-index:2;
  left:30px;right:30px;bottom:30px
}
.journey-content span{font-size:10px;letter-spacing:.2em;color:#dbc6a1}
.journey-content h3{
  margin:8px 0 7px;
  font-family:var(--serif);
  font-size:34px;font-weight:400
}
.journey-content p{margin:0;color:#d7d7d7;font-size:13px}

/* maybach */
.maybach-section{
  position:relative;
  min-height:780px;
  display:flex;
  align-items:center;
  color:#fff;
  overflow:hidden;
}
.maybach-media{
  position:absolute;inset:0;
  background:
    url("https://images.unsplash.com/photo-1617814076367-b759c7d7e738?auto=format&fit=crop&w=2200&q=90")
    center/cover no-repeat
}
.maybach-shade{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.4),rgba(0,0,0,.08))
}
.maybach-content{position:relative;z-index:2;max-width:900px}
.maybach-content h2{
  margin:15px 0 22px;
  font-family:var(--serif);
  font-size:clamp(52px,6vw,88px);
  line-height:.98;font-weight:400
}
.maybach-content h2 em{font-style:normal;color:var(--gold2)}
.maybach-content p{
  max-width:590px;
  color:#d7d7d7;
  font-size:17px;line-height:1.7
}
.text-link{
  display:inline-flex;gap:40px;
  border-bottom:1px solid rgba(255,255,255,.5);
  padding-bottom:7px;margin-top:15px;
  font-size:13px
}

/* vehicles */
.vehicles-section{background:#f0ece5}
.vehicle-list{border-top:1px solid var(--line)}
.vehicle-row{
  display:grid;
  grid-template-columns:70px 1fr 180px;
  align-items:center;
  gap:25px;
  min-height:150px;
  border-bottom:1px solid var(--line)
}
.vehicle-index{font-size:11px;color:#8b857d}
.vehicle-row h3{
  font-family:var(--serif);
  font-size:34px;font-weight:400;
  margin:0 0 7px
}
.vehicle-row p{margin:0;color:var(--muted)}
.vehicle-tag{
  justify-self:end;
  border:1px solid #c7c0b7;
  padding:8px 12px;
  font-size:9px;letter-spacing:.14em
}

/* why */
.why-section{background:#111213;color:#fff;padding:115px 0}
.why-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}
.why-left h2{max-width:530px}
.why-points{border-top:1px solid #303133}
.why-point{
  display:grid;
  grid-template-columns:60px 1fr;
  gap:22px;
  padding:28px 0;
  border-bottom:1px solid #303133
}
.why-point>span{font-size:10px;color:#8f8f8f}
.why-point h3{margin:0 0 6px;font-size:18px;font-weight:500}
.why-point p{margin:0;color:#9fa0a2}

/* request */
.request-section{padding:115px 0;background:#f7f4ee}
.request-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:75px}
.request-copy h2 em{font-style:normal;color:#9f8557}
.request-copy>p{max-width:480px;color:var(--muted);line-height:1.75}
.contact-options{margin-top:36px;display:grid;gap:9px}
.contact-option{
  display:grid;
  grid-template-columns:42px 1fr 20px;
  gap:13px;
  align-items:center;
  padding:15px 17px;
  background:#fff;
  border:1px solid var(--line);
  transition:.2s ease
}
.contact-option:hover{transform:translateX(3px)}
.contact-icon{
  width:38px;height:38px;border:1px solid #d8d0c5;
  display:grid;place-items:center
}
.contact-option span{display:block;font-size:11px;color:#7e7972}
.contact-option strong{font-size:13px;font-weight:500}
.contact-option b{font-weight:400;color:#8f8a82}
.request-form{
  background:#fff;
  border:1px solid #d9d2c9;
  padding:34px
}
.form-heading{
  display:flex;justify-content:space-between;gap:20px;
  align-items:end;
  border-bottom:1px solid var(--line);
  padding-bottom:20px;margin-bottom:25px
}
.form-heading span{font-size:10px;letter-spacing:.16em;color:#9d8459}
.form-heading strong{font-family:var(--serif);font-weight:400;font-size:22px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
label{display:block;margin-bottom:16px}
label>span{display:block;font-size:11px;color:#4f4b45;margin-bottom:7px}
input,select,textarea{
  width:100%;
  border:1px solid #d8d1c8;
  background:#fff;
  min-height:48px;
  padding:12px 13px;
  color:#151515;
  outline:none;
  border-radius:0
}
textarea{min-height:105px;resize:vertical}
input:focus,select:focus,textarea:focus{border-color:#5f594f}
.btn-form{
  width:100%;min-height:52px;
  background:#111;color:#fff;
  font-size:13px;font-weight:600
}
.btn-form:hover{background:#292929}
.privacy-note{margin:13px 0 0;color:#8a857e;font-size:10px}
.form-status{margin-top:12px;font-size:12px}
.form-status.success{color:#376746}
.form-status.error{color:#9a3e35}

/* footer */
.footer{background:#080809;color:#fff;padding:70px 0 30px}
.footer-top{
  display:grid;
  grid-template-columns:1.1fr 1fr .7fr;
  gap:55px;padding-bottom:55px
}
.footer-col{display:flex;flex-direction:column;gap:7px}
.footer-col>span{font-size:10px;letter-spacing:.17em;color:#868686;margin-bottom:8px}
.footer-col strong{font-size:13px;font-weight:500}
.footer-col p,.footer-col a{font-size:12px;color:#8d8d8d;margin:0}
.footer-bottom{
  padding-top:22px;
  border-top:1px solid #242426;
  display:flex;justify-content:space-between;align-items:center
}
.footer-bottom p,.footer-bottom a{font-size:10px;color:#696969}
.footer-bottom div{display:flex;gap:18px}

/* mobile bar */
.mobile-bar{display:none}

/* animation */
.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1)
}
.reveal.visible{opacity:1;transform:none}

/* RTL */
html[dir="rtl"] .nav-links{margin-left:0;margin-right:auto}
html[dir="rtl"] .hero-shade{
  background:
    linear-gradient(-90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.56) 42%,rgba(0,0,0,.18) 76%),
    linear-gradient(180deg,rgba(0,0,0,.35) 0%,rgba(0,0,0,.05) 32%,rgba(0,0,0,.65) 100%);
}
html[dir="rtl"] .contact-option:hover{transform:translateX(-3px)}
html[dir="rtl"] .maybach-shade{background:linear-gradient(-90deg,rgba(0,0,0,.82),rgba(0,0,0,.4),rgba(0,0,0,.08))}

/* responsive */
@media(max-width:1000px){
  .nav-links{display:none}
  .hero{min-height:820px}
  .journey-showcase{grid-template-columns:1fr}
  .journey-card-large{min-height:540px}
  .journey-column{grid-template-columns:1fr 1fr}
  .why-grid,.request-grid{grid-template-columns:1fr;gap:55px}
  .section-title{grid-template-columns:1fr;gap:18px}
  .footer-top{grid-template-columns:1fr 1fr}
  .footer-top>div:first-child{grid-column:1/-1}
}
@media(max-width:720px){
  .container{width:min(calc(100% - 28px),var(--max))}
  .header{position:absolute}
  .nav{height:70px}
  .brand-copy small{display:none}
  .nav-actions .btn-small{display:none}
  .language-switcher{margin-left:auto}
  .hero{
    min-height:760px;
    align-items:flex-end
  }
  .hero-media{
    background-position:62% center;
  }
  .hero-inner{padding-bottom:80px}
  .hero h1{font-size:53px}
  .hero-text{font-size:15px}
  .hero-cta{
    display:grid;
    grid-template-columns:1fr 1fr
  }
  .hero-cta .btn-primary{grid-column:1/-1}
  .hero-facts{
    grid-template-columns:1fr 1fr;
    gap:18px 14px;
    margin-top:35px
  }
  .scroll-cue{display:none}
  .positioning{padding:75px 0}
  .section,.request-section,.why-section{padding:80px 0}
  .journey-column{grid-template-columns:1fr}
  .journey-card,.journey-card-large{min-height:430px}
  .maybach-section{min-height:680px}
  .maybach-media{background-position:62% center}
  .vehicle-row{
    grid-template-columns:45px 1fr;
    padding:24px 0;
    min-height:auto
  }
  .vehicle-tag{display:none}
  .vehicle-row h3{font-size:28px}
  .form-row{grid-template-columns:1fr}
  .form-heading{align-items:start;flex-direction:column}
  .request-form{padding:22px}
  .footer-top{grid-template-columns:1fr}
  .footer-top>div:first-child{grid-column:auto}
  .footer-bottom{padding-bottom:55px}
  .mobile-bar{
    position:fixed;
    left:0;right:0;bottom:0;
    z-index:80;
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    background:#0a0a0b;
    border-top:1px solid #28282a;
  }
  .mobile-bar a{
    padding:13px 8px;
    color:#fff;
    font-size:11px;
    font-weight:600;
    text-align:center;
    border-right:1px solid #28282a
  }
  .mobile-bar a:last-child{border-right:0;background:#ece6dc;color:#111}
}


/* emotional experience section */
.experience-section{
  position:relative;
  min-height:820px;
  display:flex;
  align-items:center;
  color:#fff;
  overflow:hidden;
}
.experience-media{
  position:absolute;inset:0;
  background:
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=90")
    center/cover no-repeat;
  transform:scale(1.02);
}
.experience-shade{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(5,5,6,.88) 0%,rgba(5,5,6,.60) 45%,rgba(5,5,6,.22) 78%),
    linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.58));
}
.experience-inner{position:relative;z-index:2}
.experience-inner h2{
  max-width:900px;
  margin:15px 0 24px;
  font-family:var(--serif);
  font-size:clamp(52px,6vw,90px);
  line-height:.97;
  font-weight:400;
  letter-spacing:-.03em;
}
.experience-inner h2 em{font-style:normal;color:var(--gold2)}
.experience-inner>p{
  max-width:640px;
  color:#d3d3d3;
  font-size:17px;
  line-height:1.75;
}
.experience-points{
  margin-top:52px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(255,255,255,.22);
  max-width:1100px;
}
.experience-points>div{
  padding:22px 22px 0 0;
  min-height:110px;
}
.experience-points strong{
  display:block;
  font-family:var(--serif);
  font-size:22px;
  font-weight:400;
  margin-bottom:7px;
}
.experience-points span{
  display:block;
  color:#aaa;
  font-size:12px;
  line-height:1.55;
  max-width:190px;
}
@media(max-width:900px){
  .experience-points{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .experience-section{min-height:760px}
  .experience-inner h2{font-size:50px}
  .experience-points{grid-template-columns:1fr 1fr;gap:10px 15px}
  .experience-points>div{padding-top:18px}
  .experience-points strong{font-size:19px}
}


/* SALES-ORIENTED VEHICLES */
.vehicles-sales{
  background:#f3efe8;
}
.vehicle-sales-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.vehicle-sales-card{
  background:#fff;
  border:1px solid #d8d1c7;
  overflow:hidden;
}
.vehicle-featured{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:1.15fr .85fr;
}
.vehicle-sales-image{
  min-height:390px;
  position:relative;
  background-size:cover;
  background-position:center;
}
.vehicle-featured .vehicle-sales-image{min-height:590px}
.vehicle-sales-maybach{
  background-image:
    linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.22)),
    url("https://images.unsplash.com/photo-1503736334956-4c8f8e92946d?auto=format&fit=crop&w=1800&q=90");
}
.vehicle-sales-sclass{
  background-image:
    linear-gradient(180deg,rgba(0,0,0,.01),rgba(0,0,0,.18)),
    url("https://images.unsplash.com/photo-1502877338535-766e1452684a?auto=format&fit=crop&w=1400&q=90");
}
/* PLATZHALTER: echtes E-Klasse-Foto von MK-VIP hier einsetzen */
.vehicle-sales-eclass{
  background-image:
    linear-gradient(160deg,#2b2b2e 0%,#1a1a1c 48%,#101011 100%);
  position:relative;
}
.vehicle-sales-eclass::after{
  content:"";
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 30% 78%,rgba(158,130,82,.30),transparent 55%),
    radial-gradient(circle at 74% 26%,rgba(255,255,255,.07),transparent 52%);
}
.vehicle-sales-vclass{
  background-image:
    linear-gradient(180deg,rgba(0,0,0,.01),rgba(0,0,0,.15)),
    url("https://images.unsplash.com/photo-1511919884226-fd3cad34687c?auto=format&fit=crop&w=1400&q=90");
}
.vehicle-sales-badge{
  position:absolute;top:22px;left:22px;
  padding:8px 11px;
  background:rgba(255,255,255,.92);
  color:#171717;
  font-size:9px;
  letter-spacing:.16em;
  font-weight:600;
}
html[dir="rtl"] .vehicle-sales-badge{left:auto;right:22px}
.vehicle-sales-body{padding:32px}
.vehicle-featured .vehicle-sales-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:50px
}
.vehicle-sales-label{
  font-size:10px;
  letter-spacing:.19em;
  color:#9e8252;
  font-weight:600;
}
.vehicle-sales-body h3{
  margin:12px 0 15px;
  font-family:var(--serif);
  font-size:clamp(30px,3vw,48px);
  line-height:1.05;
  font-weight:400;
}
.vehicle-sales-body p{
  color:#706b64;
  line-height:1.7;
  max-width:560px;
}
.vehicle-sales-use{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  margin:20px 0 28px;
}
.vehicle-sales-use span{
  padding:7px 10px;
  border:1px solid #d8d1c7;
  font-size:9px;
  letter-spacing:.08em;
  color:#6d675f;
}
.sales-link{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid #ddd6cd;
  padding-top:18px;
  font-size:12px;
  font-weight:600;
}
.sales-link b{font-weight:400}

/* PREMIUM WHY */
.why-premium{
  position:relative;
  min-height:900px;
  display:flex;
  align-items:center;
  color:#fff;
  overflow:hidden;
}
.why-premium-image{
  position:absolute;inset:0;
  background:
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=92")
    center/cover no-repeat;
}
.why-premium-overlay{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(8,8,9,.92) 0%,rgba(8,8,9,.72) 48%,rgba(8,8,9,.18) 83%),
    linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.3));
}
html[dir="rtl"] .why-premium-overlay{
  background:
    linear-gradient(-90deg,rgba(8,8,9,.92) 0%,rgba(8,8,9,.72) 48%,rgba(8,8,9,.18) 83%),
    linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.3));
}
.why-premium-inner{position:relative;z-index:2}
.why-premium-copy{max-width:760px}
.why-premium-copy h2{
  margin:14px 0 20px;
  font-family:var(--serif);
  font-size:clamp(48px,5.5vw,78px);
  line-height:.98;
  font-weight:400;
}
.why-premium-copy h2 em{
  font-style:normal;color:var(--gold2)
}
.why-premium-copy>p{
  max-width:570px;
  color:#c4c4c4;
  line-height:1.7;
  font-size:16px;
}
.why-premium-points{
  margin-top:40px;
  border-top:1px solid rgba(255,255,255,.2);
}
.why-premium-point{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:18px;
  padding:20px 0;
  border-bottom:1px solid rgba(255,255,255,.14);
}
.why-premium-point>span{
  color:#898989;
  font-size:10px;
}
.why-premium-point h3{
  margin:0 0 5px;
  font-size:16px;
  font-weight:500;
}
.why-premium-point p{
  margin:0;
  color:#a9a9a9;
  font-size:13px;
  line-height:1.55;
}
.why-premium-cta{
  display:flex;
  align-items:center;
  gap:25px;
  margin-top:32px;
  flex-wrap:wrap;
}
.why-whatsapp{
  color:#fff;
  font-size:12px;
  border-bottom:1px solid rgba(255,255,255,.4);
  padding-bottom:4px;
}

/* CONVERSION STRIP */
.conversion-strip{
  padding:85px 0;
  background:#d9c5a3;
}
.conversion-strip-inner{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:end;
  gap:45px;
}
.conversion-strip h2{
  font-family:var(--serif);
  font-size:clamp(38px,4.5vw,64px);
  line-height:1;
  font-weight:400;
  margin:10px 0 0;
}
.conversion-strip h2 em{
  font-style:normal;
  color:#6f5935;
}
.conversion-actions{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
}
.conversion-dark{
  min-height:50px;
  padding:0 20px;
  background:#111;
  color:#fff;
}
.conversion-light{
  min-height:50px;
  padding:0 18px;
  background:rgba(255,255,255,.42);
  border-color:rgba(17,17,17,.24);
  color:#111;
}

@media(max-width:1100px){
  .vehicle-sales-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .vehicle-sales-grid{grid-template-columns:1fr}
  .vehicle-featured{
    grid-column:auto;
    grid-template-columns:1fr;
  }
  .vehicle-featured .vehicle-sales-image{min-height:470px}
  .vehicle-featured .vehicle-sales-body{padding:32px}
  .conversion-strip-inner{grid-template-columns:1fr}
}
@media(max-width:640px){
  .vehicle-sales-image,.vehicle-featured .vehicle-sales-image{min-height:370px}
  .vehicle-sales-body,.vehicle-featured .vehicle-sales-body{padding:24px}
  .why-premium{min-height:980px}
  .why-premium-overlay{
    background:linear-gradient(180deg,rgba(8,8,9,.88),rgba(8,8,9,.82))
  }
  .conversion-actions{display:grid;grid-template-columns:1fr 1fr}
  .conversion-actions .conversion-dark{grid-column:1/-1}
}
