/* ═══════════════════════════════════════════════════════════════
   2026 Automotive Cybersecurity Report
   ═══════════════════════════════════════════════════════════════ */

/* ── Page Wrapper ── */
.rpt-page {
  background: #1a212b;
  color: #fff;
}

/* ── Utility Classes (used in i18n data HTML) ── */
.rpt-flex-row {
  display: flex;
  gap: 8px;
}

.rpt-mt-10 {
  margin-top: 10px;
}

.rpt-redtext {
  color: #ff0037;
}

.rpt-big-text-head {
  font-weight: 600;
  font-size: 36px;
  line-height: 55px;
  color: #fff;
}

.rpt-super-big {
  font-weight: 600;
  font-size: 190px;
  display: block;
  line-height: 170px;
}

.rpt-hor-line {
  border-bottom: 1px solid #999;
}

.rpt-text-columns {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.rpt-text-col {
  flex: 1;
}

/* ═══════════════════════════════════════════════════════════════
   Hero Section  (hero.njk)
   ═══════════════════════════════════════════════════════════════ */
.rpt-hero {
  background: #1a212b;
  height: auto;
}

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

.rpt-hero__headline {
  font-size: 36px;
  color: #ff0037;
  padding-top: 60px;
  line-height: 130%;
  font-weight: 700;
  font-family: Ubuntu, Helvetica, sans-serif;
  margin-bottom: 15px;
}

.rpt-hero__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 20px;
}

.rpt-hero__divider {
  display: none;
}

.rpt-hero__divider-primary {
  display: none;
}

.rpt-hero__divider-secondary {
  display: none;
}

.rpt-hero__content p {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.rpt-hero__description {
  font-size: 16px;
  line-height: 1.6;
  text-wrap: balance;
}

.rpt-hero__crossroads {
  font-size: 36px;
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 110%;
}

/* ── Hero CTA Buttons ── */
.rpt-hero__ctas {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  width: 90%;
  max-width: 680px;
  margin: 30px auto 0;
}

.rpt-hero__btn {
  border: 3px solid #ff0037;
  color: #fff;
  background: #ff0037;
  padding: 20px 30px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
  width: 320px;
  text-align: center;
  line-height: 1;
  box-shadow: 0 6px 10px 0 rgba(247, 64, 112, 0.3);
}

.rpt-hero__btn:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #ff0037;
  color: #ff0037;
  text-decoration: none;
  transform: scale(0.97);
}

.rpt-hero__btn--insights {
  background: #fff;
  color: #ff0037;
  font-weight: bold;
}

.rpt-hero__btn--insights:hover {
  background: transparent;
  color: #ff0037;
}

/* ── Hero Cover Image ── */
.rpt-hero__cover {
  width: 90%;
  max-width: 320px;
  margin: 30px auto 0;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(156.15deg, #fff -34.79%, rgba(255, 255, 255, 0) 52.23%);
  box-shadow: 0px 8.69px 26.07px 0px rgba(0, 0, 0, 0.3), 0px 6.95px 13.03px 0px rgba(0, 0, 0, 0.15), 0px 3.48px 3.48px 0px rgba(0, 0, 0, 0.05);
}

.rpt-hero__cover-img {
  width: 100%;
  display: block;
}

/* ═══════════════════════════════════════════════════════════════
   Overlap Era Intro Section  (overlap-era-intro.njk)
   ═══════════════════════════════════════════════════════════════ */
.rpt-overlap-era {
  text-align: center;
  padding: 60px 0;
}

.rpt-overlap-era__inner {
  max-width: 1500px;
  width: 80%;
  margin: 0 auto;
}

.rpt-overlap-era__title {
  display: block;
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.2;
}

.rpt-overlap-era__subtitle {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
  color: #ff0037;
  margin-bottom: 30px;
}

.rpt-overlap-era__description {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
}

/* ── Anchor offset for smooth scrolling ── */
.rpt-card__anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
  pointer-events: none;
}

/* ═══════════════════════════════════════════════════════════════
   Expandable Cards  (expandable-cards.njk)
   ═══════════════════════════════════════════════════════════════ */
.rpt-expandable-cards {
  padding: 40px 0;
}

.rpt-expandable-cards__inner {
  max-width: 1500px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rpt-card {
  background: #11151b;
  width: 100%;
  padding: 5px;
  border-radius: 8px;
  gap: 10px;
}

/* ── Collapsed State ── */
.rpt-card__collapsed {
  display: flex;
  gap: 10px;
  align-content: center;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.rpt-card__thumb img {
  width: 221px;
  height: 170px;
  border-radius: 4px;
  object-fit: cover;
}

.rpt-card__thumb {
  flex-shrink: 0;
}

.rpt-card__collapsed-title {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  width: 80%;
  padding: 30px;
  flex: 1;
}

.rpt-card__toggle-arrow {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-right: 30px;
}

.rpt-card__hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
  border-radius: 4px;
}

.rpt-card__hover-overlay:hover {
  opacity: 0.1;
}

/* ── Expanded State ── */
.rpt-card__expanded {
  display: none;
  position: relative;
  min-height: 800px;
  overflow: hidden;
}

.rpt-card__close {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 3;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

/* ── Card Background Image ── */
.rpt-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.rpt-card__bg img {
  width: 100%;
}

.rpt-card__bg-gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(to top, #11151b 0%, transparent 100%);
}

/* ── Expanded Content Layout ── */
.rpt-card__expanded-content {
  z-index: 2;
  position: relative;
  padding: 20px 20px 0 20px;
  display: flex;
  gap: 20px;
  width: 100%;
  padding-top: 130px;
}

.rpt-card__left {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.rpt-card__expanded-title {
  font-size: 36px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0px;
}

.rpt-card__left-description {
  font-size: 20px;
}

.rpt-card__left-description p {
  font-size: 20px;
}

.rpt-card__subtitle {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 10px;
  display: block;
  color: #fff;
  letter-spacing: 0px;
  text-transform: none;
}

.rpt-card__right {
  width: calc(50%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-self: center;
}

.rpt-card__right-image {
  width: 100%;
  margin: 20px auto;
}

.rpt-card__right-image img {
  width: 100%;
}

.rpt-card__right-box {
  justify-content: space-between;
  background: #fff;
  border-radius: 25px 25px 0 0;
  padding: 20px 20px 0 20px;
  margin: 0 auto;
  margin-top: auto;
}

.rpt-card__right-box p {
  color: #000;
  font-size: 16px;
}

.rpt-card__right-box-image {
  margin-bottom: 10px;
}

.rpt-card__right-box-image img {
  width: 100%;
}

.rpt-card__right-columns {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

/* ═══════════════════════════════════════════════════════════════
   Stat Cards  (expandable-cards.njk — stat-cards right_type)
   ═══════════════════════════════════════════════════════════════ */
.rpt-card__stat-cards {
  margin-bottom: 30px;
}

.rpt-stat-card {
  padding: 40px;
  border-radius: 8px;
  color: #fff;
}

.rpt-stat-card--red {
  background: linear-gradient(91deg, #ee1e3e 0.91%, rgba(0, 0, 0, 0.5) 90.21%);
}

.rpt-stat-card--purple {
  background: linear-gradient(90deg, #9e1f63 0.46%, rgba(0, 0, 0, 0.5) 91.26%);
  margin-top: 20px;
}

.rpt-stat-card--gray {
  background: linear-gradient(90deg, #2f3542 0.48%, rgba(0, 0, 0, 0.5) 91.23%);
  margin-top: 20px;
}

.rpt-stat-card-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.rpt-stat-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.rpt-stat-content {
  flex: 1;
}

.rpt-stat-item {
  padding: 20px 0;
}

.rpt-stat-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.rpt-stat-item:first-child {
  padding-top: 0;
}

.rpt-stat-item:last-child {
  padding-bottom: 0;
}

.rpt-stat-number {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.rpt-stat-number-text {
  font-size: 16px;
  letter-spacing: 1px;
}

.rpt-stat-text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 5px;
}

/* ═══════════════════════════════════════════════════════════════
   Tabbed Timeline  (tabbed-timeline.njk)
   ═══════════════════════════════════════════════════════════════ */
.rpt-timeline {
  text-align: center;
  padding: 80px 0 60px;
}

.rpt-timeline__inner {
  max-width: 1500px;
  width: 80%;
  margin: 0 auto;
}

.rpt-timeline__title {
  display: block;
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.2;
}

.rpt-timeline__subtitle {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
  color: #ff0037;
  margin-bottom: 30px;
}

.rpt-timeline__description {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
}

/* ── CSS-only Tab System ── */
.rpt-timeline__tabs {
  margin: 30px 0;
}

.rpt-timeline__radio {
  display: none;
}

.rpt-timeline__tab-buttons {
  display: flex;
  margin-bottom: 20px;
}

.rpt-timeline__tab-btn {
  flex: 1;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(90deg, #9e1f63 5.44%, #ee1e3e 99.97%);
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  transition: all 0.3s ease;
}

.rpt-timeline__tab-btn:hover {
  background: #3a3a3a;
}

.rpt-timeline__tab-btn span {
  display: block;
}

.rpt-timeline__panel {
  display: none;
}

/* ── Tab Checked States (6 tabs) ── */
#rpt-tab1:checked ~ .rpt-timeline__tab-buttons label[for="rpt-tab1"],
#rpt-tab2:checked ~ .rpt-timeline__tab-buttons label[for="rpt-tab2"],
#rpt-tab3:checked ~ .rpt-timeline__tab-buttons label[for="rpt-tab3"],
#rpt-tab4:checked ~ .rpt-timeline__tab-buttons label[for="rpt-tab4"],
#rpt-tab5:checked ~ .rpt-timeline__tab-buttons label[for="rpt-tab5"],
#rpt-tab6:checked ~ .rpt-timeline__tab-buttons label[for="rpt-tab6"] {
  background: #2a2a2a;
}

#rpt-tab1:checked ~ .rpt-timeline__panel--1,
#rpt-tab2:checked ~ .rpt-timeline__panel--2,
#rpt-tab3:checked ~ .rpt-timeline__panel--3,
#rpt-tab4:checked ~ .rpt-timeline__panel--4,
#rpt-tab5:checked ~ .rpt-timeline__panel--5,
#rpt-tab6:checked ~ .rpt-timeline__panel--6 {
  display: block;
}

/* ── Panel Content ── */
.rpt-timeline__panel-subtitle {
  font-size: 21px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

/* ── Timeline Periods (Past / Present / Future) ── */
.rpt-timeline__periods {
  display: flex;
  justify-content: space-between;
}

.rpt-timeline__period {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  position: relative;
}

.rpt-timeline__period-name {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}

.rpt-timeline__period:nth-child(1) .rpt-timeline__period-name {
  background: rgba(250, 164, 26, 0.5);
}

.rpt-timeline__period:nth-child(2) .rpt-timeline__period-name {
  background: rgba(76, 134, 198, 0.5);
}

.rpt-timeline__period:nth-child(3) .rpt-timeline__period-name {
  background: rgba(87, 188, 111, 0.5);
}

.rpt-timeline__period-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.rpt-timeline__period-list {
  position: absolute;
  bottom: 0;
  padding: 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 70%, transparent 100%);
  width: 100%;
  list-style: none;
  margin: 0;
}

.rpt-timeline__period-item {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  text-align: left;
  line-height: 1.2;
}

.rpt-timeline__arrow-icon {
  flex-shrink: 0;
}

/* ── Single Image Layout (e.g. AIDV tab) ── */
.rpt-timeline__single-image {
  max-width: 800px;
  margin: 0 auto;
}

.rpt-timeline__single-image img {
  width: 100%;
  height: auto;
}

/* ═══════════════════════════════════════════════════════════════
   Practical Path Forward  (practical-path.njk)
   ═══════════════════════════════════════════════════════════════ */
.rpt-practical-path {
  text-align: center;
  padding: 30px 0 60px;
}

.rpt-practical-path__inner {
  max-width: 1500px;
  width: 80%;
  margin: 0 auto;
}

.rpt-practical-path__title {
  display: block;
  color: #ff0037;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1.2;
}

.rpt-practical-path__description {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
}

.rpt-practical-path__cards {
  display: flex;
  gap: 25px;
  margin: 30px 0;
  align-items: stretch;
}

.rpt-practical-path__cards > * {
  flex: 1;
}

.rpt-practical-path__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 8px;
  padding: 5px;
  text-align: center;
}

.rpt-practical-path__card-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}

.rpt-practical-path__card-icon img {
  max-width: 80px;
}

.rpt-practical-path__card-title {
  color: #fff;
}

.rpt-practical-path__card-desc {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}

.rpt-practical-path__closing {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
}

.rpt-practical-path__cta {
  margin-top: 30px;
}

.rpt-practical-path__btn {
  border: 3px solid #ff0037;
  color: #fff;
  background: transparent;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
}

.rpt-practical-path__btn:hover {
  background: #ff0037;
  color: #fff;
  text-decoration: none;
}

/* ═══════════════════════════════════════════════════════════════
   Predictions  (predictions.njk)
   ═══════════════════════════════════════════════════════════════ */
.rpt-predictions {
  text-align: center;
  padding: 60px 0;
}

.rpt-predictions__inner {
  max-width: 1500px;
  width: 80%;
  margin: 0 auto;
}

/* ── Predictions Header ── */
.rpt-predictions__header {
  display: flex;
  gap: 10px;
  align-items: stretch;
  justify-content: center;
  margin-top: 50px;
}

.rpt-predictions__header-left {
  flex: 1;
}

.rpt-predictions__header-left h2 {
  letter-spacing: -1px;
  text-align: right;
  font-size: 36px;
  color: #fff;
  white-space: nowrap;
}

.rpt-predictions__header-divider {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.rpt-predictions__header-divider::after {
  content: "";
  height: 100%;
  border: 1px solid #ff0037;
}

.rpt-predictions__header-right {
  flex: 1;
  text-align: left;
}

.rpt-predictions__header-label {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}

.rpt-predictions__header-year {
  font-size: 116px;
  color: #ff0037;
  display: block;
  line-height: 60px;
}

.rpt-predictions__header-right--inline {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.rpt-predictions__header-right--inline .rpt-predictions__header-year {
  margin-bottom: 0;
  line-height: 1;
}

.rpt-predictions__header-right--inline .rpt-predictions__header-label {
  margin-bottom: 0;
  display: inline;
}

/* ── Prediction Cards ── */
.rpt-predictions__cards {
  display: flex;
  gap: 25px;
  margin: 30px 0;
  align-items: stretch;
}

.rpt-predictions__cards > * {
  flex: 1;
}

.rpt-predictions__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 8px;
  padding: 5px;
  text-align: center;
}

.rpt-predictions__card-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}

.rpt-predictions__card-icon img {
  max-width: 80px;
}

.rpt-predictions__card-title {
  color: #fff;
}

.rpt-predictions__card-desc {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}

.rpt-predictions__cta {
  margin-top: 30px;
}

.rpt-predictions__btn {
  border: 3px solid #ff0037;
  color: #fff;
  background: transparent;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
}

.rpt-predictions__btn:hover {
  background: #ff0037;
  color: #fff;
  text-decoration: none;
}

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

/* ── Large desktops ── */
@media (max-width: 1380px) {
  .rpt-big-text-head {
    font-size: 35px;
    line-height: 40px;
    display: block;
  }

  .rpt-super-big {
    font-size: 150px;
    display: block;
    line-height: 130px;
  }
}

/* ── Medium desktops ── */
@media (max-width: 1200px) {
  .rpt-card__expanded-content {
    flex-direction: column;
  }

  .rpt-card__left,
  .rpt-card__right {
    width: 80%;
  }

  .rpt-card__left h3 {
    width: 80%;
  }

  .rpt-card__left-description {
    width: 80%;
  }
}

/* ── Tablet landscape ── */
@media (max-width: 1024px) {
  .rpt-timeline__periods {
    flex-direction: column;
  }

  .rpt-timeline__tab-buttons {
    flex-wrap: wrap;
  }

  .rpt-timeline__tab-btn {
    flex: 1 1 calc(33.333% - 10px);
    min-width: 150px;
  }
}

/* ── Tablets ── */
@media (max-width: 930px) {

  .rpt-expandable-cards__inner,
  .rpt-hero__inner,
  .rpt-overlap-era__inner,
  .rpt-timeline__inner,
  .rpt-practical-path__inner,
  .rpt-predictions__inner {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
  }

  .rpt-practical-path__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .rpt-predictions__cards {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rpt-card__hover-overlay {
    display: none;
  }

  .rpt-card__left,
  .rpt-card__right {
    width: 100%;
  }

  .rpt-card__left-description {
    width: 100%;
  }
}

/* ── Small tablets ── */
@media (max-width: 768px) {
  .rpt-hero__headline {
    font-size: 30px;
  }

  .rpt-timeline__tab-btn {
    flex: 1 1 calc(50% - 10px);
    font-size: 12px;
    padding: 15px 10px;
  }

  .rpt-timeline__tab-buttons {
    flex-wrap: wrap;
  }

  .rpt-timeline__period-image img {
    height: 600px;
  }
}

/* ── Mobile ── */
@media (max-width: 630px) {
  .rpt-hero__ctas {
    flex-direction: column;
  }

  .rpt-card {
    width: 100%;
  }

  .rpt-card__collapsed {
    flex-direction: column;
  }

  .rpt-card__thumb img {
    margin-top: 20px;
  }

  .rpt-card__collapsed-title {
    flex-direction: column;
  }

  .rpt-card__toggle-arrow {
    justify-content: center;
    margin-top: 10px;
  }

  .rpt-predictions__header {
    flex-direction: column;
  }

  .rpt-predictions__header-left h2 {
    text-align: center;
    font-size: 30px;
  }

  .rpt-predictions__header-label,
  .rpt-predictions__header-year {
    text-align: center;
  }

  .rpt-predictions__header-divider {
    width: 100%;
  }

  .rpt-practical-path__cards {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rpt-big-text-head {
    font-size: 25px;
    line-height: 38px;
    display: block;
    margin-bottom: 10px;
  }

  .rpt-super-big {
    font-size: 90px;
    line-height: 90px;
  }

  .rpt-card__bg-gradient {
    height: 30%;
  }

  .rpt-card__left-description p,
  .rpt-card__expanded-content p {
    font-size: 18px;
  }

  .rpt-card__right-box {
    width: 100%;
  }

  .rpt-text-columns {
    flex-direction: column;
  }
}