@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Inter:wght@400;500;700;800&display=swap');

:root{
  --red:#e50914;
  --dark:#050505;
  --panel:#0c0c0c;
  --line:#282828;
  --text:#ffffff;
  --muted:#cfcfcf;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#050505;
  color:var(--text);
  font-family:Inter,Arial,sans-serif;
}
a{color:inherit}
.container{
  width:min(1200px,92vw);
  margin:auto;
}

.header{
  position:fixed;
  inset:0 0 auto 0;
  z-index:50;
  background:linear-gradient(180deg,rgba(0,0,0,.92),rgba(0,0,0,.55),rgba(0,0,0,0));
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:26px 0 18px;
}
.logo-wrap img{
  width:175px;
  max-height:82px;
  object-fit:contain;
  mix-blend-mode:screen;
}
.nav{
  display:flex;
  gap:34px;
  align-items:center;
  font-family:Oswald,Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.5px;
}
.nav a{
  text-decoration:none;
  position:relative;
  font-size:18px;
}
.nav a:hover{color:var(--red)}
.phone-btn{
  background:var(--red);
  border-radius:7px;
  padding:17px 25px;
  text-decoration:none;
  font-family:Oswald,Arial,sans-serif;
  font-size:23px;
  font-weight:700;
  box-shadow:0 0 28px rgba(229,9,20,.28);
}

.hero{
  min-height:710px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  padding-top:110px;
  border-bottom:1px solid var(--line);
}
.hero-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,#030303 0%,rgba(3,3,3,.92) 23%,rgba(3,3,3,.4) 55%,rgba(3,3,3,.18) 100%),
    url("images/hero-porsche.jpg") right center/cover no-repeat;
  filter:contrast(1.08) saturate(1.05);
}
.hero-shade{
  position:absolute;
  inset:auto 0 0 0;
  height:220px;
  background:linear-gradient(0deg,#050505,rgba(5,5,5,0));
}
.hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 380px;
  align-items:center;
  gap:20px;
}
.hero-text{max-width:560px}
.hero h1{
  margin:0 0 28px;
  font-family:Oswald,Arial,sans-serif;
  text-transform:uppercase;
  font-size:72px;
  line-height:.98;
  letter-spacing:1px;
}
.hero h1 span{display:block;color:var(--red)}
.hero p{
  color:#f1f1f1;
  font-size:20px;
  line-height:1.55;
  margin:0 0 36px;
}
.hero-actions{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 26px;
  border-radius:6px;
  text-decoration:none;
  font-family:Oswald,Arial,sans-serif;
  text-transform:uppercase;
  font-size:18px;
  font-weight:700;
  letter-spacing:.4px;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-red{background:var(--red);box-shadow:0 0 26px rgba(229,9,20,.25)}
.btn-dark{border:1px solid #fff;background:rgba(0,0,0,.3)}

.trust-card{
  justify-self:end;
  align-self:start;
  margin-top:36px;
  width:275px;
  border:2px solid var(--red);
  border-radius:8px;
  padding:22px 22px;
  display:flex;
  gap:18px;
  background:rgba(0,0,0,.42);
  backdrop-filter:blur(4px);
}
.shield{
  border:2px solid var(--red);
  color:var(--red);
  width:48px;height:48px;
  display:grid;place-items:center;
  border-radius:14px;
  font-weight:900;
}
.trust-card p{
  margin:0;
  font-family:Oswald,Arial,sans-serif;
  text-transform:uppercase;
  font-size:20px;
  line-height:1.15;
}

.quick-bar{
  min-height:120px;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  background:#070707;
  border-bottom:1px solid var(--line);
  border-top:1px solid var(--line);
}
.quick-item{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  border-right:1px solid var(--line);
  padding:22px 14px;
  text-transform:uppercase;
  font-family:Oswald,Arial,sans-serif;
}
.quick-item span{
  color:var(--red);
  font-size:36px;
}
.quick-item strong{font-size:18px;line-height:1.05}
.quick-item small{font-weight:500;color:#ddd}

.section{padding:78px 0}
.about{
  background:radial-gradient(circle at top right,rgba(229,9,20,.09),transparent 35%),#080808;
  text-align:center;
}
.eyebrow{
  margin:0 0 8px;
  color:var(--red);
  text-transform:uppercase;
  font-family:Oswald,Arial,sans-serif;
  font-weight:700;
  letter-spacing:.8px;
}
h2{
  margin:0;
  font-family:Oswald,Arial,sans-serif;
  font-size:44px;
  line-height:1.1;
  text-transform:uppercase;
}
.lead{
  max-width:820px;
  margin:20px auto 0;
  color:var(--muted);
  font-size:19px;
  line-height:1.6;
}

.services{
  background:linear-gradient(180deg,#090909,#050505);
}
.cards{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}
.card{
  background:#101010;
  border:1px solid #2a2a2a;
  border-radius:4px;
  overflow:hidden;
  min-height:390px;
  text-align:center;
  transition:.2s ease;
}
.card:hover{transform:translateY(-5px);border-color:var(--red)}
.card img{
  width:100%;
  height:156px;
  object-fit:cover;
  display:block;
}
.card .icon{
  width:58px;
  height:58px;
  border:2px solid var(--red);
  color:var(--red);
  border-radius:50%;
  display:grid;
  place-items:center;
  margin:-29px auto 18px;
  background:#080808;
  position:relative;
  z-index:2;
  font-size:23px;
}
.card h3{
  font-family:Oswald,Arial,sans-serif;
  text-transform:uppercase;
  font-size:24px;
  margin:0 0 18px;
}
.card p{
  color:#ddd;
  font-size:15px;
  line-height:1.55;
  margin:0;
  padding:0 17px 28px;
}

.process{
  display:grid;
  grid-template-columns:36% 64%;
  min-height:290px;
  background:#090909;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.process-image{
  background:url("images/porsche-road.jpg") center/cover no-repeat;
  min-height:290px;
}
.process-content{
  padding:46px 48px;
}
.steps{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:0;
  margin-top:28px;
}
.step{
  text-align:center;
  border-right:1px solid #262626;
  padding:0 14px;
}
.step:last-child{border-right:0}
.step b{
  display:block;
  color:var(--red);
  font-family:Oswald,Arial,sans-serif;
  font-size:28px;
  margin-bottom:14px;
}
.step span{
  display:block;
  font-size:32px;
  margin-bottom:12px;
}
.step p{
  margin:0;
  color:#ddd;
  font-size:13px;
  line-height:1.4;
}

.bottom-grid{
  display:grid;
  grid-template-columns:44% 31% 25%;
  background:#080808;
  border-bottom:1px solid var(--line);
}
.testimonials,.why{
  padding:45px 50px;
}
.testimonial-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:25px;
}
.testimonial{
  border:1px solid #282828;
  background:#101010;
  border-radius:5px;
  padding:26px;
}
.stars{color:var(--red);letter-spacing:4px;margin-bottom:18px}
.testimonial p{
  color:#eee;
  font-size:14px;
  line-height:1.6;
}
.testimonial strong{display:block;margin-top:16px}
.testimonial span{font-size:13px;color:#bbb}
.why{
  border-left:1px solid var(--line);
}
.why h3{
  margin:0 0 22px;
  color:var(--red);
  font-family:Oswald,Arial,sans-serif;
  text-transform:uppercase;
  font-size:22px;
}
.why ul{list-style:none;margin:0;padding:0}
.why li{
  margin:0 0 17px;
  color:#eee;
  font-size:15px;
}
.why li:before{
  content:"✓";
  color:var(--red);
  border:1px solid var(--red);
  border-radius:50%;
  width:19px;height:19px;
  display:inline-grid;
  place-items:center;
  margin-right:12px;
  font-size:12px;
}
.rear-car{
  background:
    linear-gradient(90deg,#080808 0%,rgba(8,8,8,.15) 45%),
    url("images/porsche-rear.jpg") center/cover no-repeat;
  min-height:330px;
}

.cta{
  min-height:120px;
  padding:26px 60px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:24px;
  align-items:center;
  background:#070707;
  border-top:1px solid #151515;
}
.cta-icon{
  width:76px;height:76px;border:2px solid var(--red);border-radius:50%;
  display:grid;place-items:center;color:var(--red);font-size:34px;
}
.cta h2{font-size:34px}
.cta p{margin:5px 0 0;color:#ddd}
.big-btn{min-width:335px;font-size:22px}

footer{
  background:#050505;
  text-align:center;
  color:#777;
  padding:18px;
  font-size:14px;
}

@media(max-width:1050px){
  .nav{display:none}
  .hero-grid{grid-template-columns:1fr}
  .trust-card{justify-self:start;margin-top:0}
  .cards{grid-template-columns:repeat(2,1fr)}
  .quick-bar{grid-template-columns:repeat(2,1fr)}
  .process{grid-template-columns:1fr}
  .steps{grid-template-columns:repeat(3,1fr);row-gap:28px}
  .bottom-grid{grid-template-columns:1fr}
  .rear-car{min-height:260px}
  .cta{grid-template-columns:1fr;text-align:center;justify-items:center}
}
@media(max-width:650px){
  .header{position:absolute}
  .header-inner{padding:16px 0;align-items:flex-start}
  .logo-wrap img{width:120px}
  .phone-btn{font-size:17px;padding:11px 13px}
  .hero{min-height:720px;padding-top:120px;align-items:flex-start}
  .hero-bg{
    background:
      linear-gradient(180deg,rgba(0,0,0,.65),rgba(0,0,0,.85) 58%,#050505 100%),
      url("images/hero-porsche.jpg") 64% top/auto 58% no-repeat;
  }
  .hero h1{font-size:49px;margin-top:250px}
  .hero p{font-size:16px}
  .trust-card{display:none}
  .btn{width:100%}
  .cards{grid-template-columns:1fr}
  .quick-bar{grid-template-columns:1fr 1fr}
  .quick-item.big{grid-column:span 2}
  h2{font-size:34px}
  .process-content{padding:38px 20px}
  .steps{grid-template-columns:repeat(2,1fr)}
  .testimonial-wrap{grid-template-columns:1fr}
  .testimonials,.why{padding:38px 24px}
  .cta{padding:30px 20px}
  .big-btn{min-width:0;width:100%}
}
