:root {
  --brand-yellow: #ffbe00; /* taksi sarısı */
  --brand-dark: #111;
  --brand-muted: #6c757d;
}

body {
  color: #111;
}

.brand-yellow {
  color: var(--brand-yellow);
}

.checker-strip {
  height: 36px;
  background: conic-gradient(
      var(--brand-yellow) 25%,
      #fff 0 50%,
      var(--brand-yellow) 0 75%,
      #fff 0
    )
    0 / 18px 18px;
}

.checker-strip.sm {
  height: 18px;
}

.badge-tr {
  background: #1e56ff;
  color: #fff;
  font-weight: 700;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.6rem;
  font-size: 0.9rem;
}
.title-xl {
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.05;
  font-size: clamp(28px, 4.5vw, 100px);
}
.title-outline {
  display: inline-block;
  border: 3px solid #111;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 0.35rem 0 rgba(0, 0, 0, 0.03);
}
.plaka-sign {
  background-color: #00008b;
  font-size: clamp(18px, 3.5vw, 50px);
}
.hero-note {
  background: var(--brand-yellow);
  font-weight: 600;
  padding: 0 0.9rem;
  display: inline-block;
  font-size: 1.5rem;
}

.video-band {
  background: var(--brand-yellow);
}
.video-frame {
  background: #000;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.2);
}
.aspect-16x9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.aspect-16x9 iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.section {
  padding: clamp(32px, 5vw, 64px) 0;
}
.section-title {
  font-weight: 800;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}
.lead-para {
  margin-inline: auto;
  color: #222;
  font-size: 1.5rem;
}

.list-dot {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.35rem 1.25rem rgba(0, 0, 0, 0.06);
  padding: 1.25rem 1.25rem;
}
.list-dot h6 {
  font-weight: 800;
  margin-bottom: 0.35rem;
}
.cta-btn {
  background: #111;
  color: #fff;
  border: none;
  padding: 0.9rem 1.15rem;
  border-radius: 0.6rem;
  font-weight: 700;
}
.cta-btn .bi {
  vertical-align: -0.15rem;
}
img.car {
  width: 100%;
  height: auto;
}

.info-band {
  position: relative;
  background: var(--brand-yellow);
  padding: clamp(28px, 5vw, 56px) 0;
  overflow: hidden;
}
.info-band .checker {
  height: 18px;
  background: conic-gradient(
      var(--brand-yellow) 25%,
      #fff 0 50%,
      var(--brand-yellow) 0 75%,
      #fff 0
    )
    0/18px 18px;
  position: absolute;
  left: 0;
  right: 0;
}
.info-band .checker.top {
  top: -9px;
} /* yarım taşma efekti */
.info-band .checker.bot {
  bottom: -9px;
}

/* Başlık rozeti */
.info-title {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 0rem 0.45rem;
  border-radius: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* İçerik metinleri */
.info-copy {
  max-width: 900px;
  margin-inline: auto;
  color: #111;
}
.info-copy h5 {
  font-weight: 800;
  margin: 0.75rem 0 0.35rem;
  font-size: clamp(1.05rem, 1.8vw, 1.75rem);
}
.info-copy p {
  margin: 0;
  line-height: 1.5;
}

/* CTA */
.cta-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 0rem 0.45rem;
  border-radius: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
}
.cta-btn .bi {
  vertical-align: -0.15rem;
}

@media (min-width: 992px) {
  .hero .car-wrap {
    padding-left: 24px;
  }
}

@media (min-width: 1400px){
  .fs-3{
    font-size: 1.3rem !important;
  }

  .title-date{
    font-size: .875rem;
  }
}

@media (max-width: 991.98px) {
  .hero-note {
    font-size: 1rem;
  }

  .info-box span {
    font-size: 1.3rem !important;
  }

  .section-title {
    font-size: 1.3rem !important;
  }

  .lead-para {
    font-size: 0.875rem;
  }

  .cta-btn {
    font-size: 1rem;
  }
}
