/**
 * Tellermitte Startseite 2.0 – Neue Sektionen
 * Kundenstimmen Slider, Neukunden FAQ, Partner Slider
 */

:root{
  --tm-bg:#141414;
  --tm-surface:#1b1b1b;
  --tm-surface-2:#242424;
  --tm-surface-3:#2a2a2a;
  --tm-text:#ffffff;
  --tm-text-soft:#e7e2d8;
  --tm-accent:#a79a66;
  --tm-accent-dark:#8f8258;
  --tm-border:#2f2f2f;
  --tm-border-soft:rgba(255,255,255,0.08);
}

/* ═══════════════════════════════════════
   Kundenstimmen / Reviews Slider
   ═══════════════════════════════════════ */

.tm-reviews-sec{
  background:#141414;
  padding:58px 0 70px;
  position:relative;
}

.tm-reviews-head{
  position:relative;
  margin-bottom:28px;
  text-align:center;
}

.tm-reviews-kicker{
  display:inline-block;
  margin-bottom:10px;
  color:#a79a66;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.12em;
  text-transform:uppercase;
}

.tm-reviews-head h3{
  margin:0;
  color:#ffffff;
  font-size:34px;
  line-height:1.2;
  font-weight:600;
}

.tm-reviews-slider{
  margin:0 -10px;
}

.tm-reviews-slide{
  padding:0 10px;
  box-sizing:border-box;
}

.tm-review-card{
  height:100%;
  background:linear-gradient(180deg,#1b1b1b 0%,#171717 100%);
  border:1px solid rgba(167,154,102,0.22);
  border-radius:20px;
  padding:24px 24px 22px;
  box-shadow:0 18px 40px rgba(0,0,0,0.28);
  display:flex;
  flex-direction:column;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.tm-review-card:hover{
  transform:translateY(-4px);
  border-color:rgba(167,154,102,0.50);
  box-shadow:0 22px 46px rgba(0,0,0,0.34);
}

.tm-review-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}

.tm-review-stars{
  color:#d8bf7b;
  font-size:22px;
  line-height:1;
  letter-spacing:2px;
}

.tm-review-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(167,154,102,0.12);
  border:1px solid rgba(167,154,102,0.28);
  color:#d8bf7b;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}

.tm-review-card h4{
  margin:0 0 14px;
  color:#ffffff;
  font-size:22px;
  line-height:1.3;
  font-weight:600;
}

.tm-review-card__quote{
  color:#e7e2d8;
  font-size:16px;
  line-height:1.75;
  flex:1 1 auto;
}

.tm-review-card__footer{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,0.08);
  display:flex;
  flex-direction:row;
  align-items:flex-end;
  justify-content:space-between;
  gap:8px;
}

.tm-review-card__footer-left{
  display:flex;
  flex-direction:column;
  gap:4px;
}

img.tm-review-card__ts-logo{
  width:42px !important;
  max-width:42px !important;
  height:42px !important;
  max-height:42px !important;
  flex-shrink:0;
  object-fit:contain;
}

.tm-review-card__footer strong{
  color:#ffffff;
  font-size:15px;
  font-weight:700;
}

.tm-review-card__footer span{
  color:#bfb7a1;
  font-size:13px;
  line-height:1.4;
}

.tm-reviews-slider .slick-track{
  display:flex !important;
}

.tm-reviews-slider .slick-slide{
  height:inherit !important;
}

.tm-reviews-slider .slick-slide > div{
  height:100%;
}

.tm-reviews-slider{
  padding-bottom:50px;
  position:relative;
}

.tm-reviews-slider .slick-prev,
.tm-reviews-slider .slick-next{
  width:40px;
  height:40px;
  top:auto;
  bottom:-46px;
  transform:none;
  z-index:3;
}

.tm-reviews-slider .slick-prev{
  left:15px;
  right:auto;
}

.tm-reviews-slider .slick-next{
  right:15px;
  left:auto;
}

.tm-reviews-slider .slick-prev:before,
.tm-reviews-slider .slick-next:before{
  color:#a79a66;
  font-size:28px;
  opacity:1;
}

.tm-reviews-slider .slick-dots{
  bottom:-42px;
}

.tm-reviews-slider .slick-dots li{
  margin:0 4px;
}

.tm-reviews-slider .slick-dots li button:before{
  color:#a79a66;
  font-size:10px;
  opacity:.35;
}

.tm-reviews-slider .slick-dots li.slick-active button:before{
  opacity:1;
}

/* ═══════════════════════════════════════
   Neukunden FAQ
   ═══════════════════════════════════════ */

.tm-firstorder{
  max-width:1120px;
  margin:48px auto;
  padding:0 20px;
}

.tm-firstorder__box{
  background:var(--tm-bg);
  color:var(--tm-text);
  border-radius:18px;
  padding:34px 26px;
  border:1px solid rgba(255,255,255,0.08);
}

.tm-firstorder__top{
  text-align:center;
  margin-bottom:26px;
}

.tm-firstorder__eyebrow{
  display:inline-block;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  margin-bottom:12px;
  color:var(--tm-accent);
}

.tm-firstorder__top h2{
  margin:0 0 8px;
  font-size:40px;
  line-height:1.15;
  text-transform:uppercase;
  color:var(--tm-accent);
  font-weight:700;
}

.tm-firstorder__top h2.tm-firstorder__title{
  color:#ffffff;
}

.tm-firstorder__top h5{
  margin:0;
  font-size:18px;
  line-height:1.5;
  color:var(--tm-text-soft);
  font-weight:400;
}

.tm-firstorder__divider{
  height:1px;
  background:rgba(255,255,255,0.08);
  margin:0 0 28px;
}

.tm-firstorder__intro{
  text-align:center;
  margin-bottom:28px;
}

.tm-firstorder__intro p{
  max-width:780px;
  margin:0 auto;
  font-size:17px;
  line-height:1.7;
  color:var(--tm-text-soft);
}

.tm-firstorder__accordion{
  display:grid;
  gap:14px;
}

.tm-firstorder__accordion details{
  border:1px solid var(--tm-border);
  border-radius:12px;
  background:var(--tm-surface-3);
  overflow:hidden;
}

.tm-firstorder__accordion details[open]{
  background:#343434;
  border-color:var(--tm-accent);
}

.tm-firstorder__accordion summary{
  list-style:none;
  cursor:pointer;
  padding:18px 22px;
  font-size:18px;
  font-weight:700;
  position:relative;
  color:var(--tm-text);
}

.tm-firstorder__accordion summary::-webkit-details-marker{
  display:none;
}

.tm-firstorder__accordion summary::after{
  content:"+";
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  font-size:24px;
  line-height:1;
  color:var(--tm-accent);
}

.tm-firstorder__accordion details[open] summary::after{
  content:"–";
}

.tm-firstorder__content{
  padding:0 22px 20px;
  font-size:16px;
  line-height:1.75;
  color:var(--tm-text-soft);
}

.tm-firstorder__content div{
  margin:0 0 12px;
}

.tm-firstorder__content div:last-child{
  margin-bottom:0;
}

.tm-firstorder__content strong{
  color:#ffffff;
}

.tm-firstorder__cta{
  margin-top:28px;
  text-align:center;
}

.tm-firstorder__cta p{
  margin:0 0 14px;
  font-size:16px;
  line-height:1.6;
  color:var(--tm-text-soft);
}

.tm-firstorder__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
}

.tm-firstorder__buttons a{
  display:inline-block;
  padding:12px 18px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  transition:.2s ease;
}

.tm-firstorder__buttons a.secondary{
  background:transparent;
  color:var(--tm-text);
  border:1px solid var(--tm-accent);
}

.tm-firstorder__buttons a.secondary:hover{
  background:rgba(255,255,255,0.05);
}

/* Video-Karten */
.tm-firstorder__steps{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  margin:34px auto;
  max-width:760px;
  align-items:stretch;
}

.tm-firstorder__step--video{
  background:linear-gradient(180deg,#1b1b1b 0%,#171717 100%);
  border:1px solid rgba(167,154,102,0.22);
  border-radius:18px;
  padding:20px 18px 22px;
  box-shadow:0 16px 34px rgba(0,0,0,0.22);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.tm-firstorder__step--video:hover{
  transform:translateY(-4px);
  border-color:rgba(167,154,102,0.45);
  box-shadow:0 22px 42px rgba(0,0,0,0.30);
}

.tm-hiw-media{
  width:100%;
  display:flex;
  justify-content:center;
  margin-bottom:18px;
}

.tm-hiw-phone{
  width:min(100%,230px);
  aspect-ratio:9 / 16;
  background:#0c0c0c;
  border-radius:28px;
  padding:8px;
  border:1px solid rgba(255,255,255,0.08);
  box-shadow:0 14px 30px rgba(0,0,0,0.35), inset 0 0 0 1px rgba(167,154,102,0.12);
  overflow:hidden;
  position:relative;
}

.tm-hiw-phone video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:22px;
  background:#000;
}

.tm-firstorder__step--video .tm-hiw-text{
  padding:0;
  font-size:16px;
  line-height:1.7;
  color:#ffffff;
  text-align:center;
  max-width:320px;
  margin:0;
}

/* ═══════════════════════════════════════
   Partner / Producers Slider
   ═══════════════════════════════════════ */

#tm-producers{
  background:#141414;
  padding:12px 0 110px;
}

#tm-producers .tm-producers-slider{
  padding-bottom:60px;
}

#tm-producers .slick-slide{
  padding:0 10px;
  box-sizing:border-box;
}

#tm-producers .slick-list{
  margin:0 -10px;
}

#tm-producers .slick-track{
  display:flex !important;
  align-items:stretch;
}

#tm-producers .slick-slide{
  height:auto !important;
  display:flex !important;
}

#tm-producers .slick-slide > div{
  width:100%;
  display:flex;
}

a.tm-producer-item.tm-producer-link{
  text-decoration:none;
  color:inherit;
}

#tm-producers .tm-producer-item{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  width:100%;
  height:100%;
  min-height:500px;
  background:#1a1a1a;
  border:1px solid #2f2f2f;
  border-radius:18px;
  padding:24px 20px 26px;
  box-sizing:border-box;
  text-align:center;
}

#tm-producers .tm-producer-image{
  min-height:230px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  padding:0;
}

#tm-producers .tm-producer-image img{
  width:auto;
  height:210px;
  max-width:90%;
  max-height:none;
  object-fit:contain;
  display:block;
  margin:0 auto;
}

#tm-producers .tm-producer-title{
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:8px;
}

#tm-producers .tm-producer-title h3{
  color:#ffffff;
  font-size:22px;
  margin:0;
  text-align:center;
}

#tm-producers .tm-producer-description{
  flex:1 1 auto;
  display:flex;
  align-items:flex-start;
  justify-content:center;
}

#tm-producers .tm-producer-description p{
  margin:0;
  text-align:center;
  line-height:1.7;
  color:#e7e2d8;
  font-size:15px;
}

#tm-producers .tm-producers-head .title h3,
#tm-producers .tm-producers-head .title h3.tm-partner-heading{
  color:#a79a66;
  font-size:34px;
  font-weight:600;
}

#tm-producers .tm-producers-slider .slick-dots{
  position:absolute !important;
  bottom:-42px !important;
  left:0 !important;
  width:100% !important;
  text-align:center !important;
}

#tm-producers .tm-producers-slider .slick-dots li{
  margin:0 4px !important;
}

#tm-producers .tm-producers-slider .slick-dots li button:before{
  color:#a79a66 !important;
  font-size:10px !important;
  opacity:.35 !important;
}

#tm-producers .tm-producers-slider .slick-dots li.slick-active button:before{
  color:#a79a66 !important;
  opacity:1 !important;
}

#tm-producers .slick-prev,
#tm-producers .slick-next{
  width:40px;
  height:40px;
  z-index:2;
  top:50%;
  transform:translateY(-50%);
}

#tm-producers .slick-prev:before,
#tm-producers .slick-next:before{
  color:#a79a66;
  font-size:28px;
  opacity:1;
}

/* ═══════════════════════════════════════
   Responsive
   ═══════════════════════════════════════ */

@media (max-width:1199px){
  .tm-reviews-head h3{
    font-size:30px;
  }
}

@media (max-width:991px){
  .tm-firstorder__top h2{
    font-size:32px;
  }

  .tm-firstorder__steps{
    gap:20px;
  }

  .tm-hiw-phone{
    width:min(100%,210px);
  }

  .tm-firstorder__step--video .tm-hiw-text{
    font-size:15px;
    line-height:1.65;
  }

  #tm-producers .tm-producer-item{
    min-height:470px;
  }

  #tm-producers .tm-producer-image{
    min-height:210px;
  }

  #tm-producers .tm-producer-image img{
    height:190px;
    max-width:92%;
  }
}

@media (max-width:767px){
  .tm-reviews-sec{
    padding:46px 0 62px;
  }

  .tm-reviews-head{
    margin-bottom:22px;
  }

  .tm-reviews-head h3{
    font-size:26px;
  }

  .tm-review-card{
    padding:20px 18px 18px;
    border-radius:18px;
  }

  .tm-review-card h4{
    font-size:20px;
  }

  .tm-review-card__quote{
    font-size:15px;
    line-height:1.7;
  }

  .tm-reviews-slider .slick-prev,
  .tm-reviews-slider .slick-next{
    width:34px;
    height:34px;
  }

  .tm-reviews-slider .slick-prev{
    left:10px;
  }

  .tm-reviews-slider .slick-next{
    right:10px;
  }

  .tm-reviews-slider .slick-prev:before,
  .tm-reviews-slider .slick-next:before{
    font-size:22px;
  }

  .tm-firstorder{
    padding:0 15px;
  }

  .tm-firstorder__box{
    padding:26px 18px;
  }

  .tm-firstorder__top h2{
    font-size:26px;
  }

  .tm-firstorder__top h5{
    font-size:16px;
  }

  .tm-firstorder__steps{
    grid-template-columns:1fr;
    gap:20px;
  }

  .tm-firstorder__step--video{
    padding:18px 16px 20px;
  }

  .tm-hiw-phone{
    width:min(100%,260px);
  }

  .tm-firstorder__step--video .tm-hiw-text{
    max-width:100%;
  }

  .tm-firstorder__accordion summary{
    font-size:17px;
    padding:16px 18px;
  }

  .tm-firstorder__content{
    padding:0 18px 18px;
  }

  #tm-producers .slick-prev,
  #tm-producers .slick-next{
    width:34px;
    height:34px;
  }

  #tm-producers .slick-prev{
    left:5px;
  }

  #tm-producers .slick-next{
    right:5px;
  }

  #tm-producers .slick-prev:before,
  #tm-producers .slick-next:before{
    font-size:22px;
  }
}

@media (max-width:576px){
  #tm-producers{
    padding-bottom:95px;
  }

  #tm-producers .tm-producers-slider{
    padding-bottom:52px;
  }

  #tm-producers .tm-producer-item{
    min-height:430px;
    padding:22px 16px 22px;
  }

  #tm-producers .tm-producer-image{
    min-height:190px;
  }

  #tm-producers .tm-producer-image img{
    height:170px;
    max-width:94%;
  }

  #tm-producers .tm-producers-slider .slick-dots{
    bottom:-36px !important;
  }
}
