/* ═══════════════════════════════════════════════════════════════
   2023 Automotive Cybersecurity Report
   ═══════════════════════════════════════════════════════════════ */

/* ── Page Wrapper ── */
.rpt23-page {
  background: #fff;
  color: #333;
  font-family: 'Open Sans', 'Ubuntu', Helvetica, sans-serif;
}

/* ── Shared button icon (arrow) ── */
.rpt23-btn-icon {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: .45em;
  line-height: 1;
}

.rpt23-btn-icon::before {
  content: "\2192";
  font-size: 12px;
  padding-left: 0.8em;
}

/* ═══════════════════════════════════════════════════════════════
   Hero Section
   ═══════════════════════════════════════════════════════════════ */
.rpt23-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #1a1a2e;
}

.rpt23-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.rpt23-hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.rpt23-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 120px 0 80px;
}

.rpt23-hero__title {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 5em;
  font-weight: 900;
  color: #fff;
  margin: 0 0 10px;
}

.rpt23-hero__subtitle {
  font-size: clamp(1rem, 2vw, 1.4rem);
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 20px;
}

.rpt23-hero__pixel-lines {
  max-width: 300px;
  opacity: 0.7;
  margin-bottom: 10px;
}

.rpt23-hero__divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin: 15px auto 30px;
}

.rpt23-hero__divider-primary {
  width: 30%;
  height: 3px;
  background-image: linear-gradient(90deg, #ff0037, #9e1f63 75%, #9e1f63 104%);
}

.rpt23-hero__divider-secondary {
  position: absolute;
  width: 150px;
  height: 1px;
  background: hsla(0, 0%, 68.7%, 0.5);
}

.rpt23-hero__ctas {
  margin-top: 20px;
}

.rpt23-hero__btn {
  display: inline-block;
  background: #ff0037;
  color: #fff;
  padding: 20px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 200ms ease;
  margin-bottom: 80px;
  box-shadow: 0 6px 10px 0 rgba(247, 64, 112, 0.3);
}

.rpt23-hero__btn:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #ff0037;
  transform: scale(0.97);
}

.rpt23-hero__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.rpt23-hero__overlay-grid {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  width: 100%;
}

.rpt23-hero__overlay-lines {
  position: relative;
  width: 100%;
  display: block;
}

/* ═══════════════════════════════════════════════════════════════
   Overview Section
   ═══════════════════════════════════════════════════════════════ */
.rpt23-overview {
  padding: 80px 0 40px;
  background: #fff;
}

.rpt23-overview__inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.rpt23-overview__title {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #333;
  margin: 0 0 15px;
}

.rpt23-overview__title a {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
}

.rpt23-overview__divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto 20px;
}

.rpt23-overview__divider-primary {
  width: 30%;
  height: 3px;
  background-image: linear-gradient(90deg, #ff0037, #9e1f63 75%, #9e1f63 104%);
}

.rpt23-overview__divider-secondary {
  position: absolute;
  width: 150px;
  height: 1px;
  background: hsla(0, 0%, 68.7%, 0.5);
}

.rpt23-overview__desc {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

/* ═══════════════════════════════════════════════════════════════
   Features Section (3 alternating cards)
   ═══════════════════════════════════════════════════════════════ */
.rpt23-features {
  padding: 20px 0 60px;
  background: #fff;
}

.rpt23-features__inner {
  max-width: 1500px;
  width: 80%;
  margin: 0 auto;
}

.rpt23-features__card {
  display: flex;
  align-items: stretch;
  gap: 40px;
  margin-bottom: 50px;
}

.rpt23-features__card--reverse {
  flex-direction: row-reverse;
}

.rpt23-features__image {
  width: 50%;
  max-height: 320px;
  overflow: hidden;
}

.rpt23-features__image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.rpt23-features__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
}

.rpt23-features__title {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin: 0 0 15px;
}

.rpt23-features__desc {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
}

/* ═══════════════════════════════════════════════════════════════
   Downloads Section
   ═══════════════════════════════════════════════════════════════ */
.rpt23-downloads {
  position: relative;
  padding: 80px 0;
  background: #e6edf5;
}

.rpt23-downloads__lines-top,
.rpt23-downloads__lines-bottom {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.rpt23-downloads__lines-top {
  top: 0;
  transform: scaleY(-1);
}

.rpt23-downloads__lines-bottom {
  bottom: 0;
}

.rpt23-downloads__lines-top img,
.rpt23-downloads__lines-bottom img {
  width: 100%;
  opacity: 1;
}

.rpt23-downloads__inner {
  max-width: 1500px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.rpt23-downloads__title {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #333;
  margin: 0 0 15px;
}

.rpt23-downloads__divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto 20px;
}

.rpt23-downloads__divider-primary {
  width: 30%;
  height: 3px;
  background-image: linear-gradient(90deg, #ff0037, #9e1f63 75%, #9e1f63 104%);
}

.rpt23-downloads__divider-secondary {
  position: absolute;
  width: 150px;
  height: 1px;
  background: hsla(0, 0%, 68.7%, 0.5);
}

.rpt23-downloads__desc {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  max-width: 1000px;
  margin: 0 auto 40px;
}

.rpt23-downloads__desc a {
  color: #333;
}

.rpt23-downloads__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.rpt23-downloads__card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.rpt23-downloads__card-thumb {
  width: 100%;
  margin-bottom: 15px;
}

.rpt23-downloads__card-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
}

.rpt23-downloads__card-title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px;
  flex: 1;
}

.rpt23-downloads__card-btn {
  display: inline-block;
  background: #ff0037;
  color: #fff;
  padding: 20px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 200ms ease;
  box-shadow: 0 6px 10px 0 rgba(247, 64, 112, 0.3);
}

.rpt23-downloads__card-btn:hover {
  background: #fff;
  color: #ff0037;
}

/* ═══════════════════════════════════════════════════════════════
   CTA Section
   ═══════════════════════════════════════════════════════════════ */
.rpt23-cta {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  text-align: center;
  overflow: hidden;
}

.rpt23-cta__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(220, 37, 104, 0.15) 0%, transparent 70%);
}

.rpt23-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

.rpt23-cta__title {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 30px;
}

.rpt23-cta__title a {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
}

.rpt23-cta__btn {
  display: inline-block;
  background: transparent;
  color: #fff;
  padding: 14px 36px;
  border: 2px solid #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s;
}

.rpt23-cta__btn:hover {
  background: #fff;
  color: #1a1a2e;
}

/* ═══════════════════════════════════════════════════════════════
   Responsive
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {

  .rpt23-features__card,
  .rpt23-features__card--reverse {
    flex-direction: column;
  }

  .rpt23-features__image {
    width: 100%;
    max-height: none;
  }

  .rpt23-features__content {
    width: 100%;
  }

  .rpt23-downloads__grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .rpt23-hero__inner {
    padding: 80px 0 40px;
  }

  .rpt23-hero__title {
    font-size: 3em;
  }

  .rpt23-features__title {
    font-size: 28px;
  }

  .rpt23-hero__btn {
    margin-bottom: 40px;
  }

  .rpt23-hero__divider-secondary {
    width: 100px;
  }

  .rpt23-overview__divider-secondary {
    width: 100px;
  }

  .rpt23-downloads__divider-secondary {
    width: 100px;
  }
}