*{box-sizing:border-box}:root{--bg:#f5f7f9;--ink:#0c1925;--muted:#687888;--line:#dfe6eb;--yellow:#f4b51f;--red:#e51d25;--green:#158553;--navy:#0b1d2d}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--ink)}a{color:inherit}.sitebar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:10px 5vw;background:#070707f4;backdrop-filter:blur(12px);box-shadow:0 6px 30px #0003}.sitebar img{width:145px;height:62px;object-fit:cover}.sitebar nav{display:flex;gap:18px;align-items:center}.sitebar a{color:#fff;text-decoration:none;font-size:13px;font-weight:850}.sitebar .accent{background:var(--yellow);color:#111;padding:11px 15px;border-radius:10px}.heroModern{position:relative;min-height:590px;display:flex;align-items:center;overflow:hidden}.heroModern>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.heroModern:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#000e,#000b 42%,#0002 78%)}.heroModern .copy{position:relative;z-index:2;color:#fff;padding:70px 7vw;max-width:850px}.badge{display:inline-flex;padding:8px 11px;border-radius:999px;background:#ffffff16;border:1px solid #ffffff24;font-size:11px;font-weight:900;letter-spacing:1.2px}.heroModern h1{font-size:clamp(48px,6.2vw,86px);line-height:.93;letter-spacing:-4px;margin:18px 0}.heroModern h1 em{font-style:normal;color:var(--yellow)}.heroModern p{font-size:19px;line-height:1.65;color:#d9e1e7;max-width:690px}.heroCtas{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.button{display:inline-flex;padding:14px 18px;border-radius:11px;text-decoration:none;font-weight:900;border:0;cursor:pointer}.button.yellow{background:var(--yellow);color:#111}.button.white{background:#fff;color:#111}.button.dark{background:var(--navy);color:#fff}.button.red{background:var(--red);color:#fff}.wrap{max-width:1180px;margin:auto;padding:68px 20px}.headline{text-align:center;max-width:820px;margin:0 auto 42px}.headline span{font-size:11px;font-weight:950;color:#1c5c88;letter-spacing:1.3px}.headline h2{font-size:clamp(36px,5vw,58px);letter-spacing:-2px;margin:10px 0}.headline p{font-size:18px;color:var(--muted)}.featuregrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 10px 35px #0c19250d}.feature b{display:block;font-size:19px;margin-bottom:8px}.feature p{color:var(--muted);line-height:1.55;margin:0}.pricegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.price{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.price b{display:block;margin-bottom:7px}.price strong{font-size:22px}.paybox{margin-top:18px;background:#e8f7ef;border:1px solid #bfe6cf;border-radius:14px;padding:16px;font-weight:800}.bookingShell{background:linear-gradient(135deg,#0b1d2d,#173c59);color:#fff;border-radius:28px;padding:34px;margin-top:42px;box-shadow:0 25px 70px #0b1d2d35}.bookingShell h2{font-size:38px;margin:0 0 8px}.bookingShell>p{color:#c8d4dd}.calendar{background:#fff;color:#111;border-radius:18px;padding:17px;margin:20px 0}.calHead{display:flex;align-items:center;justify-content:space-between}.calHead button{background:#111;color:#fff;border:0;border-radius:9px;padding:9px 12px;cursor:pointer}.week,.days{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.week div{text-align:center;font-size:10px;color:#778;letter-spacing:.6px;font-weight:900;padding:8px 0}.day{min-height:78px;border:1px solid #e5e9ed;border-radius:11px;padding:7px;background:#fafbfc}.day.bookable{cursor:pointer}.day.bookable:hover,.day.selected{outline:3px solid var(--yellow)}.day .num{font-weight:950}.day .state{font-size:9px;font-weight:900;margin-top:9px}.day.free .state{color:var(--green)}.day.busy .state{color:#d78b00}.day.full .state{color:var(--red)}.day.disabled{opacity:.3}.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:15px}label{display:block;font-size:13px;font-weight:850;margin:12px 0 6px}.bookingShell input,.bookingShell select,.bookingShell textarea,.accountCard input,.accountCard select,.accountCard textarea{width:100%;padding:13px;border-radius:10px;border:1px solid #ced8df;font:inherit}.bookingShell textarea{min-height:105px}.slots{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:9px}.slot{background:#fff;border:0;border-radius:10px;padding:11px;cursor:pointer}.slot.active{outline:3px solid var(--yellow);background:#fff6d3}.check{display:flex;gap:9px;align-items:flex-start;margin-top:15px}.check input{width:auto;margin-top:3px}.small{font-size:12px;color:#c7d1d9}.notice{background:#fff2c8;color:#6a4c00;padding:14px;border-radius:10px}.success{background:#d8f3e4;color:#0b5731;padding:18px;border-radius:12px}.accountHero{padding:55px 6vw;background:linear-gradient(135deg,#eef5f9,#fff)}.accountHero h1{font-size:52px;letter-spacing:-2px;margin:0}.accountHero p{color:var(--muted)}.accountGrid{max-width:1180px;margin:35px auto;padding:0 20px;display:grid;grid-template-columns:260px 1fr;gap:20px}.accountNav,.accountCard{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.accountNav a{display:block;padding:11px 12px;border-radius:10px;text-decoration:none;font-weight:800}.accountNav a:hover{background:#f1f5f8}.accountCard h2{margin-top:0}.vehicle{padding:14px;border:1px solid var(--line);border-radius:12px;margin:9px 0}.bookingItem{padding:16px;border:1px solid var(--line);border-radius:13px;margin:10px 0;display:grid;grid-template-columns:1fr auto;gap:15px}.status{font-size:11px;font-weight:900;padding:6px 9px;border-radius:999px;background:#eef3f6;display:inline-block}footer{background:#050505;color:#bbb;padding:30px 5vw;text-align:center;font-size:12px}footer a{color:#ddd;text-decoration:none;margin:0 8px}@media(max-width:900px){.featuregrid,.pricegrid{grid-template-columns:1fr 1fr}.accountGrid{grid-template-columns:1fr}.sitebar nav{display:none}}@media(max-width:650px){.featuregrid,.pricegrid,.formgrid{grid-template-columns:1fr}.heroModern h1{letter-spacing:-2.5px}.wrap{padding-left:16px;padding-right:16px}.slots{grid-template-columns:1fr 1fr}.day{min-height:62px}.bookingShell{padding:22px}.accountHero h1{font-size:38px}}
.authStage{min-height:calc(100vh - 82px);display:grid;grid-template-columns:1.1fr .9fr;background:#0b1d2d}
.authVisual{position:relative;min-height:680px;background:url("assets/werkstatt.jpg") center/cover}
.authVisual:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#000b,#0004)}
.authVisual .inside{position:absolute;z-index:2;left:7%;right:7%;bottom:9%;color:#fff}
.authVisual h1{font-size:58px;line-height:.95;letter-spacing:-3px;margin:10px 0}
.authVisual p{font-size:18px;line-height:1.6;color:#e5ebef;max-width:620px}
.authPane{display:flex;align-items:center;justify-content:center;padding:40px;background:linear-gradient(160deg,#eef4f8,#ffffff)}
.authCard{width:min(520px,100%);background:#ffffffdf;backdrop-filter:blur(20px);border:1px solid #fff;border-radius:26px;padding:34px;box-shadow:0 25px 70px #0b1d2d24}
.authCard h2{font-size:34px;letter-spacing:-1px;margin:0 0 8px}.authCard>p{color:var(--muted);line-height:1.55}
.authFoot{margin-top:18px;padding-top:16px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}
@media(max-width:900px){.authStage{grid-template-columns:1fr}.authVisual{min-height:380px}.authVisual h1{font-size:44px}.authPane{padding:22px}}

/* ===== Mietwerkstatt Leistungen / Zusatzoptionen ===== */

.mw-detail-section{
  margin:75px 0 55px;
}

.mw-detail-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:28px;
}

.mw-detail-card{
  background:#fff;
  border:1px solid #e3e9ee;
  border-radius:20px;
  padding:22px;
  box-shadow:0 9px 28px rgba(15,40,65,.06);
}

.mw-detail-card h3{
  margin:10px 0 13px;
  color:#10253a;
}

.mw-detail-card p{
  margin:7px 0;
  line-height:1.55;
  color:#526577;
}

.mw-detail-icon{
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef5fb;
  border-radius:14px;
  font-size:23px;
}

.mw-note{
  font-size:13px;
  color:#78899a !important;
}

.instagram-credit{
  margin-top:20px;
  padding:18px 22px;
  border-radius:16px;
  background:#fff4cc;
  border:1px solid #f5ce58;
  color:#513d00;
}

.bookingExtras{
  margin-top:25px;
  padding:22px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
}

.bookingExtrasTitle span{
  font-size:11px;
  font-weight:900;
  letter-spacing:1.3px;
  color:#f5c342;
}

.bookingExtrasTitle h3{
  margin:5px 0;
}

.bookingExtrasTitle p{
  margin-top:5px;
  opacity:.8;
}

.extraFormGrid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:15px;
  margin-top:18px;
}

.extraFormCard{
  background:#fff;
  color:#10253a;
  border-radius:15px;
  padding:18px;
}

.extraFormCard h4{
  margin:0 0 15px;
  font-size:16px;
}

.extraFormCard input[type="number"],
.extraFormCard select,
.extraFormCard textarea{
  width:100%;
  box-sizing:border-box;
}

.extraFormCard textarea{
  min-height:110px;
}

.extraCheck{
  display:flex;
  gap:9px;
  align-items:center;
  margin:11px 0;
  cursor:pointer;
}

.extraCheck input{
  width:auto !important;
  margin:0 !important;
}

.livePriceBox{
  margin-top:18px;
  background:#f5b800;
  color:#111827;
  border-radius:15px;
  padding:17px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.livePriceBox span{
  display:block;
  font-weight:900;
  font-size:16px;
}

.livePriceBox small{
  display:block;
  margin-top:3px;
  opacity:.7;
}

.livePriceBox strong{
  font-size:27px;
  white-space:nowrap;
}

@media(max-width:900px){
  .mw-detail-grid{
    grid-template-columns:repeat(2,1fr);
  }

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

@media(max-width:600px){
  .mw-detail-grid{
    grid-template-columns:1fr;
  }

  .livePriceBox{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* ==================================================
   PREMIUM PREISE
   ================================================== */

.premiumPrices{
  margin-top:75px;
}

.mainPriceGrid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
  margin-top:30px;
}

.mainPriceCard{
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1px solid #dfe7ed;
  border-radius:24px;
  padding:28px;
  box-shadow:0 15px 45px rgba(15,40,65,.08);
}

.mainPriceCard.featured{
  background:linear-gradient(145deg,#0b2136,#163f60);
  color:#fff;
  border:0;
}

.priceTop{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.priceIcon{
  width:54px;
  height:54px;
  border-radius:16px;
  background:#eef5fb;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
}

.featured .priceIcon{
  background:rgba(255,255,255,.12);
}

.priceBadge{
  padding:7px 10px;
  border-radius:100px;
  background:#f5b800;
  color:#111;
  font-size:10px;
  font-weight:900;
  letter-spacing:1px;
}

.priceBadge.dark{
  background:#10253a;
  color:#fff;
}

.mainPriceCard h3{
  margin:25px 0 8px;
  font-size:23px;
}

.bigPrice{
  margin:20px 0;
}

.bigPrice strong{
  display:block;
  font-size:42px;
  line-height:1;
  letter-spacing:-1.5px;
}

.bigPrice span{
  display:block;
  margin-top:7px;
  opacity:.68;
  font-size:13px;
}

.mainPriceCard ul{
  padding:0;
  margin:24px 0;
  list-style:none;
}

.mainPriceCard li{
  margin:11px 0;
  font-size:14px;
}

.priceButton{
  display:block;
  padding:13px;
  border-radius:12px;
  background:#f5b800;
  color:#111;
  text-decoration:none;
  text-align:center;
  font-weight:900;
}

.priceButton.secondary{
  background:#10253a;
  color:#fff;
}

.priceCategoryGrid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-top:22px;
}

.priceCategory{
  background:#fff;
  border:1px solid #e1e8ed;
  border-radius:20px;
  padding:22px;
}

.categoryHead{
  display:flex;
  gap:13px;
  align-items:center;
  padding-bottom:16px;
  border-bottom:1px solid #e8edf1;
}

.categoryHead>span{
  font-size:27px;
}

.categoryHead small{
  display:block;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.4px;
  color:#718396;
}

.categoryHead h3{
  margin:3px 0 0;
  font-size:18px;
  color:#10253a;
}

.priceLine{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:13px 0;
  border-bottom:1px solid #edf1f4;
}

.priceLine:last-child{
  border-bottom:0;
}

.priceLine span{
  color:#526577;
}

.priceLine strong{
  color:#10253a;
  white-space:nowrap;
}

.priceLine strong small{
  font-weight:normal;
  color:#758698;
}

.categoryNote{
  margin-top:13px;
  padding:11px 13px;
  background:#f3f6f8;
  border-radius:10px;
  font-size:12px;
  color:#6d7e8d;
}

.specialCategoryPrice{
  padding:24px 0 12px;
}

.specialCategoryPrice strong{
  display:block;
  font-size:35px;
  color:#10253a;
}

.specialCategoryPrice span{
  color:#718396;
}

.paymentStrip{
  margin-top:22px;
  background:#10253a;
  color:#fff;
  border-radius:18px;
  padding:20px 23px;
  display:flex;
  align-items:center;
  gap:16px;
}

.paymentIcon{
  width:48px;
  height:48px;
  flex:0 0 48px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.1);
  border-radius:13px;
  font-size:23px;
}

.paymentStrip strong,
.paymentStrip span{
  display:block;
}

.paymentStrip span{
  margin-top:3px;
  color:#c5d2dd;
  font-size:13px;
}


/* ==================================================
   INSTAGRAM BUCHUNG
   ================================================== */

.instagramBooking{
  margin-top:20px;
  padding:20px;
  display:flex;
  gap:16px;
  border-radius:18px;
  background:linear-gradient(135deg,#fff8d9,#fff);
  border:1px solid #f0d46b;
  color:#10253a;
}

.instagramBookingIcon{
  width:48px;
  height:48px;
  flex:0 0 48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:#f5b800;
  font-size:24px;
}

.instagramLabel{
  font-size:10px;
  font-weight:900;
  letter-spacing:1.3px;
  color:#9b7300;
}

.instagramBooking h3{
  margin:4px 0 7px;
}

.instagramBooking p{
  margin:0 0 14px;
  color:#657484;
  font-size:13px;
  line-height:1.5;
}

.instagramToggle{
  display:flex;
  gap:9px;
  align-items:flex-start;
  font-weight:700;
  cursor:pointer;
}

.instagramToggle input{
  width:auto !important;
  margin-top:2px !important;
}

#instagramNameWrap{
  margin-top:15px;
}

.instagramInput{
  display:flex;
  align-items:center;
  background:#fff;
  border:1px solid #d8e0e6;
  border-radius:10px;
  overflow:hidden;
  margin-top:6px;
}

.instagramInput span{
  padding:0 0 0 12px;
  font-weight:900;
  color:#718396;
}

.instagramInput input{
  border:0 !important;
  margin:0 !important;
  box-shadow:none !important;
}

#instagramNameWrap small{
  display:block;
  margin-top:7px;
  color:#758698;
  line-height:1.4;
}


@media(max-width:760px){

  .mainPriceGrid,
  .priceCategoryGrid{
    grid-template-columns:1fr;
  }

  .bigPrice strong{
    font-size:36px;
  }

  .instagramBooking{
    flex-direction:column;
  }
}


/* =========================================================
   MIETWERKSTATT – NEUER SEITENAUFBAU
   ========================================================= */

.workshopIntro{
  margin:60px 0 75px;
  padding:38px;
  border-radius:28px;
  background:#fff;
  border:1px solid #e1e8ee;
  box-shadow:0 18px 55px rgba(15,40,65,.07);
}

.introEyebrow{
  margin-bottom:22px;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.7px;
  color:#c28c00;
}

.introGrid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:50px;
  align-items:center;
}

.introCopy h2{
  margin:0;
  font-size:46px;
  line-height:1.02;
  letter-spacing:-1.8px;
  color:#10253a;
}

.introCopy h2 span{
  color:#d49b00;
}

.introLead{
  max-width:620px;
  margin:22px 0 0;
  color:#637587;
  font-size:17px;
  line-height:1.65;
}

.introActions{
  display:flex;
  gap:10px;
  margin-top:27px;
  flex-wrap:wrap;
}

.introPrimary,
.introSecondary{
  display:inline-flex;
  padding:13px 18px;
  border-radius:11px;
  text-decoration:none;
  font-weight:900;
}

.introPrimary{
  background:#f5b800;
  color:#111827;
}

.introSecondary{
  background:#10253a;
  color:#fff;
}

.introFacts{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px;
}

.introFact{
  min-height:145px;
  padding:18px;
  border-radius:17px;
  background:#f5f8fa;
  border:1px solid #e6ecef;
}

.factIcon{
  margin-bottom:13px;
  font-size:24px;
}

.introFact strong,
.introFact span{
  display:block;
}

.introFact strong{
  color:#10253a;
  font-size:15px;
}

.introFact span{
  margin-top:7px;
  color:#718294;
  font-size:12px;
  line-height:1.45;
}


/* =========================================================
   AUSSTATTUNG & SERVICE
   ========================================================= */

.serviceOverview{
  margin:80px 0;
}

.serviceTitle{
  max-width:720px;
  margin-bottom:28px;
}

.serviceTitle>span{
  display:block;
  color:#b98600;
  font-size:10px;
  font-weight:900;
  letter-spacing:1.6px;
}

.serviceTitle h2{
  margin:6px 0 9px;
  font-size:34px;
  color:#10253a;
}

.serviceTitle p{
  margin:0;
  color:#718294;
  line-height:1.6;
}

.serviceGrid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
}

.serviceCard{
  background:#fff;
  border:1px solid #e1e8ed;
  border-radius:19px;
  padding:20px;
  transition:.18s ease;
}

.serviceCard:hover{
  transform:translateY(-3px);
  box-shadow:0 13px 30px rgba(15,40,65,.08);
}

.serviceIcon{
  width:45px;
  height:45px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:13px;
  background:#eef4f8;
  font-size:22px;
}

.serviceCard h3{
  margin:16px 0 9px;
  color:#10253a;
  font-size:16px;
}

.serviceCard p{
  margin:0;
  color:#687a8b;
  font-size:13px;
  line-height:1.55;
}

.serviceHint{
  display:block;
  margin-top:12px;
  padding-top:10px;
  border-top:1px solid #ebeff2;
  color:#9a7300;
  font-size:11px;
  font-weight:700;
}


/* =========================================================
   INSTAGRAM PROMO
   ========================================================= */

.instagramPromo{
  margin-top:20px;
  display:flex;
  align-items:center;
  gap:18px;
  padding:22px 25px;
  border-radius:20px;
  background:linear-gradient(125deg,#10253a,#1a4567);
  color:#fff;
}

.instagramPromoIcon{
  width:58px;
  height:58px;
  flex:0 0 58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:17px;
  background:#f5b800;
  color:#111827;
  font-size:27px;
}

.instagramPromoText{
  flex:1;
}

.instagramPromoText>span{
  color:#f5c943;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.5px;
}

.instagramPromoText h3{
  margin:4px 0 5px;
  font-size:21px;
}

.instagramPromoText p{
  margin:0;
  max-width:700px;
  color:#cad8e3;
  line-height:1.5;
  font-size:13px;
}

.instagramPromo>a{
  white-space:nowrap;
  padding:12px 15px;
  border-radius:10px;
  background:#fff;
  color:#10253a;
  text-decoration:none;
  font-weight:900;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media(max-width:1050px){

  .serviceGrid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:800px){

  .workshopIntro{
    padding:25px;
  }

  .introGrid{
    grid-template-columns:1fr;
    gap:30px;
  }

  .introCopy h2{
    font-size:38px;
  }

  .instagramPromo{
    align-items:flex-start;
    flex-direction:column;
  }

}

@media(max-width:560px){

  .introFacts,
  .serviceGrid{
    grid-template-columns:1fr;
  }

  .introCopy h2{
    font-size:32px;
  }

}


/* ==========================================================
   BB CARS MIETWERKSTATT LANDING V2
   ========================================================== */

.mwLanding{
  margin:55px 0 80px;
  color:#10253a;
}


/* INTRO */

.mwIntro{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:30px;
  padding:42px;
  border-radius:30px;
  background:linear-gradient(135deg,#ffffff,#f2f6f9);
  border:1px solid #e0e7ec;
  box-shadow:0 22px 60px rgba(13,39,61,.08);
}

.mwKicker{
  font-size:11px;
  font-weight:900;
  letter-spacing:1.8px;
  color:#c18d00;
  margin-bottom:15px;
}

.mwIntroMain h2{
  margin:0;
  font-size:52px;
  line-height:1.02;
  letter-spacing:-2px;
}

.mwIntroMain h2 span{
  color:#d69d00;
}

.mwIntroMain p{
  margin:22px 0 0;
  max-width:650px;
  color:#687b8d;
  font-size:17px;
  line-height:1.65;
}

.mwIntroButtons{
  display:flex;
  gap:10px;
  margin-top:28px;
  flex-wrap:wrap;
}

.mwIntroButtons a{
  padding:13px 18px;
  border-radius:11px;
  font-weight:900;
  text-decoration:none;
}

.mwBtnPrimary{
  background:#f5b800;
  color:#111827;
}

.mwBtnSecondary{
  background:#10253a;
  color:#fff;
}


/* FACTS */

.mwFacts{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.mwFact{
  padding:18px;
  background:#fff;
  border:1px solid #e3e9ed;
  border-radius:18px;
  min-height:145px;
  box-shadow:0 8px 24px rgba(15,40,65,.04);
}

.mwFactIcon{
  font-size:25px;
  margin-bottom:18px;
}

.mwFact strong{
  display:block;
  font-size:15px;
}

.mwFact span{
  display:block;
  margin-top:6px;
  color:#7a8a99;
  font-size:12px;
  line-height:1.4;
}


/* SECTION HEAD */

.mwSectionHead{
  max-width:750px;
  margin:80px 0 27px;
}

.mwSectionHead>span{
  color:#b78400;
  font-size:10px;
  font-weight:900;
  letter-spacing:1.7px;
}

.mwSectionHead h2{
  margin:6px 0 8px;
  font-size:36px;
  letter-spacing:-1px;
}

.mwSectionHead p{
  margin:0;
  color:#708293;
  line-height:1.55;
}


/* HAUPTPREISE */

.mwMainPrices{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.mwMainPrice{
  position:relative;
  background:#fff;
  border:1px solid #dfe7ec;
  border-radius:26px;
  padding:30px;
  box-shadow:0 14px 40px rgba(15,40,65,.06);
}

.mwMainPriceDark{
  background:linear-gradient(145deg,#0b2135,#174566);
  color:#fff;
  border:0;
}

.mwPriceBadge{
  display:inline-flex;
  background:#f5b800;
  color:#111;
  padding:6px 10px;
  border-radius:100px;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.2px;
}

.mwPriceBadgeBlue{
  background:#10253a;
  color:#fff;
}

.mwPriceIcon{
  margin-top:23px;
  font-size:30px;
}

.mwMainPrice h3{
  margin:14px 0 20px;
  font-size:21px;
}

.mwHugePrice{
  font-size:46px;
  font-weight:900;
  letter-spacing:-1.5px;
  line-height:1;
}

.mwHugePrice small{
  display:block;
  margin-top:8px;
  font-size:12px;
  font-weight:normal;
  letter-spacing:0;
  opacity:.65;
}

.mwIncludes{
  display:grid;
  margin:25px 0;
  gap:10px;
  font-size:13px;
}

.mwMainPrice>a{
  display:block;
  padding:13px;
  text-align:center;
  border-radius:11px;
  background:#f5b800;
  color:#111827;
  text-decoration:none;
  font-weight:900;
}

.mwMainPrice:not(.mwMainPriceDark)>a{
  background:#10253a;
  color:#fff;
}


/* 3 KARTEN */

.mwMiniGrid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:20px;
}

.mwMiniCard{
  background:#fff;
  border:1px solid #e0e7ec;
  border-radius:20px;
  padding:21px;
}

.mwMiniTop{
  display:flex;
  gap:12px;
  align-items:center;
  padding-bottom:15px;
  border-bottom:1px solid #ebeff2;
}

.mwMiniIcon{
  width:45px;
  height:45px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:13px;
  background:#f1f5f8;
  font-size:22px;
}

.mwMiniTop small{
  display:block;
  color:#a47800;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.1px;
}

.mwMiniTop h3{
  margin:3px 0 0;
  font-size:16px;
}

.mwRow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 0;
  border-bottom:1px solid #edf1f4;
  font-size:13px;
}

.mwRow:last-of-type{
  border-bottom:0;
}

.mwRow span{
  color:#66798a;
}

.mwRow strong{
  white-space:nowrap;
}

.mwMiniNote{
  margin-top:11px;
  padding:10px;
  background:#f5f7f9;
  border-radius:9px;
  color:#7b8a98;
  font-size:11px;
}


/* DIY REIFEN */

.mwTyreDiy{
  margin-top:16px;
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  gap:18px;
  align-items:center;
  background:#fff;
  border:1px solid #e0e7ec;
  border-radius:20px;
  padding:20px 23px;
}

.mwTyreIcon{
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef4f7;
  border-radius:14px;
  font-size:23px;
}

.mwTyreDiy small,
.mwTyreDiy strong,
.mwTyreDiy span{
  display:block;
}

.mwTyreDiy>div:nth-child(2)>small{
  color:#a47900;
  font-size:9px;
  font-weight:900;
  letter-spacing:1px;
}

.mwTyreDiy>div:nth-child(2)>strong{
  margin-top:3px;
}

.mwTyreDiy>div:nth-child(2)>span{
  margin-top:4px;
  color:#748595;
  font-size:12px;
}

.mwTyrePrice{
  font-size:29px;
  font-weight:900;
}

.mwTyrePrice small{
  color:#778796;
  font-size:10px;
  font-weight:normal;
}

.mwTyreNote{
  padding:9px 11px;
  background:#fff6d9;
  border-radius:9px;
  font-size:11px;
  color:#715800;
}


/* SERVICE */

.mwServiceHead{
  margin-top:80px;
}

.mwServiceGrid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.mwServiceGrid article{
  min-height:190px;
  padding:21px;
  border-radius:19px;
  background:#fff;
  border:1px solid #e0e7ec;
  transition:.18s ease;
}

.mwServiceGrid article:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 30px rgba(15,40,65,.07);
}

.mwServiceGrid article>div{
  font-size:25px;
  margin-bottom:18px;
}

.mwServiceGrid strong{
  display:block;
  margin-bottom:9px;
  font-size:15px;
}

.mwServiceGrid span{
  display:block;
  color:#6f8192;
  font-size:12px;
  line-height:1.55;
}


/* INSTAGRAM */

.mwInstagram{
  margin-top:20px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:20px;
  padding:24px;
  border-radius:21px;
  background:linear-gradient(135deg,#10253a,#1a4d70);
  color:#fff;
}

.mwInstagramStar{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f5b800;
  color:#111;
  border-radius:17px;
  font-size:28px;
}

.mwInstagramContent small{
  color:#f5c743;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.3px;
}

.mwInstagramContent h3{
  margin:4px 0 5px;
  font-size:20px;
}

.mwInstagramContent p{
  margin:0;
  max-width:720px;
  color:#ccdae4;
  font-size:12px;
  line-height:1.55;
}

.mwInstagram>a{
  padding:12px 15px;
  border-radius:10px;
  background:#fff;
  color:#10253a;
  text-decoration:none;
  font-weight:900;
  white-space:nowrap;
}


/* PAYMENT */

.mwPayment{
  margin-top:13px;
  display:flex;
  align-items:center;
  gap:15px;
  padding:17px 21px;
  background:#f4f7f9;
  border-radius:15px;
}

.mwPayment>span{
  font-size:23px;
}

.mwPayment strong,
.mwPayment small{
  display:block;
}

.mwPayment small{
  margin-top:3px;
  color:#718292;
}


/* RESPONSIVE */

@media(max-width:1050px){

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

  .mwServiceGrid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:800px){

  .mwMainPrices,
  .mwMiniGrid{
    grid-template-columns:1fr;
  }

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

  .mwTyrePrice,
  .mwTyreNote{
    grid-column:2;
  }

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

  .mwInstagram>a{
    grid-column:2;
    justify-self:start;
  }

}

@media(max-width:600px){

  .mwIntro{
    padding:25px;
  }

  .mwIntroMain h2{
    font-size:37px;
  }

  .mwFacts,
  .mwServiceGrid{
    grid-template-columns:1fr;
  }

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

  .mwInstagram>a{
    grid-column:1;
  }

}
