.rental-page {
  background: #fff;
}

.rn-hero {
  height: 22.8rem;
  overflow: hidden;
  background: #FEEFEA;
}

.rn-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rn-catalog {
  padding: 2rem 2rem 2.4rem;
  background: linear-gradient(180deg, #FEEFEA 0%, #FFFCF8 47.6%, #FFF5F0 100%);
}

.bg-white {
  background: #fff !important;
}

.rn-catalog-bottom-bg {
  width: 100%;
  height: 7.4rem;
  background: url("../../assets/images/rental-bg-1.png") center / 100% 100% no-repeat;
}

.rn-entries {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-top: -0.4rem;
  display: none;
}

.rn-entries a,
.rn-entries button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
  padding: 0.6rem 0.8rem;
  border: 0.15rem solid #fff;
  border-radius: 0.8rem;
  background: linear-gradient(104deg, #f86864 0%, #ff4d47 100%);
  box-shadow: 0.2rem 0.3rem 0 rgba(0, 0, 0, 0.28);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: center;
}

.rn-search {
  margin-top: 1.6rem;
  padding: 1.6rem 1.4rem 2rem;
  background: #fff;
  border: 0.15rem solid #111;
  border-radius: 1rem;
  box-shadow: 0 0.8rem 0 rgba(26, 15, 5, 0.12);
  text-align: center;
}

.rn-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 1.6rem;
  overflow: visible;
  background: #f4f4f4;
  border-radius: 0.8rem;
}

.rn-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 0;
  height: 4rem;
  padding: 0 0.8rem;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 1.2rem;
  font-weight: 700;
}

.rn-tabs button img {
  width: 1.8rem;
  height: 1.8rem;
  object-fit: contain;
  filter: brightness(0);
}

.rn-tabs button.is-active {
  background: linear-gradient(-12deg, #ff413d, #f86864);
  border: 0.15rem solid #fff;
  border-radius: 0.8rem;
  box-shadow: 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.32);
  color: #fff;
  z-index: 1;
}

.rn-tabs button.is-active img {
  filter: brightness(0) invert(1);
}

.rn-search h2 {
  color: #111;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2.6rem;
}

.rn-search>p {
  margin: 0.8rem 0 1.6rem;
  color: #333;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: left;
}

.rn-keyword {
  display: none;
  text-align: left;
}

.rn-keyword-bar {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.rn-keyword-bar input {
  flex: 1;
  min-width: 0;
}

.rn-keyword-bar .rn-btn-red {
  flex: 0 0 auto;
  width: auto;
  min-width: 9.6rem;
  height: 3.6rem;
  padding: 0 1rem;
  font-size: 1.2rem;
}

.rn-filter {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.2rem;
  text-align: left;
}

.rn-search.is-charter .rn-filter,
.rn-search.is-charter .rn-clear {
  display: none;
}

.rn-search.is-charter .rn-keyword {
  display: block;
  margin-bottom: 0;
}

.rn-btn-red,
.rn-btn-yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  padding: 0.4rem 1.2rem;
  border: 0.2rem solid #fff;
  border-radius: 999px;
  font-size: 1.3rem;
  font-weight: 700;
  box-shadow: 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.4);
}

.rn-btn-red {
  background: linear-gradient(104deg, #f86864 0%, #ff4d47 100%);
  color: #fff;
}

.rn-btn-yellow {
  background: linear-gradient(104deg, #ffe478 0%, #ffd115 100%);
  color: #333;
}

.rn-clear {
  width: 18rem;
  margin: 1.6rem auto 0;
}

.rn-cars {
  display: grid;
  gap: 1.6rem;
  margin-top: 2rem;
}

.rn-cars.is-empty,
.rn-cars.is-loading {
  display: block;
  padding: 2.4rem 1rem;
  color: var(--h5-muted);
  font-size: 1.3rem;
  text-align: center;
}

.rn-car {
  display: block;
  padding: 1.4rem;
  background: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 1.4rem rgba(0, 0, 0, 0.07);
  color: inherit;
  text-decoration: none;
}

.rn-car .thumb {
  width: 100%;
  height: 16.8rem;
  overflow: hidden;
  border-radius: 0.8rem;
  background: #f4f4f4;
}

.rn-car .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rn-car h3 {
  margin: 1.2rem 0 0.8rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #e8e8e8;
  color: #111;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 2.2rem;
}

.rn-car .meta {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.rn-car .meta>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #e8e8e8;
  color: #333;
  font-size: 1.3rem;
}

.rn-car .meta strong {
  color: #111;
  font-weight: 800;
}

.rn-car .more {
  display: inline-block;
  margin-top: 1rem;
  color: var(--h5-primary);
  font-size: 1.3rem;
  font-weight: 800;
}

.rn-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 2rem;
}

.rn-pager button {
  min-width: 3.6rem;
  height: 3.6rem;
  padding: 0 1rem;
  border: 0.1rem solid var(--h5-primary);
  background: var(--h5-primary);
  color: #fff;
  font-size: 1.2rem;
}

.rn-pager button:disabled {
  opacity: 0.35;
}

.rn-pager .page-num {
  color: var(--h5-primary);
  font-size: 1.6rem;
  font-weight: 800;
}

.rn-sec {
  padding: 3.2rem 2rem 0;
}

.rn-head {
  max-width: 31rem;
  margin: 0 auto 1.6rem;
  text-align: center;
}

.rn-head h2 {
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
}

.rn-head p {
  margin-top: 0.8rem;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2rem;
}

.rn-usage {
  display: grid;
  gap: 2.4rem;
}

.rn-usage .photo {
  position: relative;
  height: 18rem;
  overflow: hidden;
  border-radius: 0.8rem;
  background: #ddd center / cover no-repeat;
}

.rn-usage .tags {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.rn-usage .tags span {
  display: inline-flex;
  align-items: center;
  height: 2.2rem;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: var(--h5-tag-yellow);
  color: #111;
  font-size: 1rem;
}

.rn-usage .tags .is-g {
  background: var(--h5-tag-green);
}

.rn-usage .tags .is-b {
  background: var(--h5-tag-blue);
}

.rn-usage .tags .is-p {
  background: var(--h5-tag-pink);
}

.rn-usage .tags .is-o {
  background: #ffad85;
}

.rn-usage h3 {
  margin-top: 1.2rem;
  color: #111;
  font-size: 1.6rem;
  font-weight: 800;
}

.rn-usage p {
  margin-top: 0.6rem;
  color: #333;
  font-size: 1.2rem;
  line-height: 2rem;
}

.rn-price {
  margin-top: 1.6rem;
  padding: 1.6rem 2.4rem 2rem;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0.6rem 0.6rem 0 #faaba3;
  text-align: center;
}

.rn-price.is-charter {
  box-shadow: 0.6rem 0.6rem 0 #99bbdd;
}

.rn-price header {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
}

.rn-price header img {
  width: 3.6rem;
  height: 3.6rem;
  object-fit: contain;
  flex: 0 0 3.6rem;
}

.rn-price.is-charter header img {
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 2.8rem;
}

.rn-price h3 {
  color: #ff4d47;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.rn-price.is-charter h3 {
  color: #0b61c5;
}

.rn-price>p {
  margin: 0.6rem auto 0;
  max-width: 30.3rem;
  color: #666;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
}

.rn-price ul {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  column-gap: 3.2rem;
  width: max-content;
  max-width: 100%;
  margin: 1.2rem auto 0;
  text-align: left;
}

.rn-price.is-charter ul {
  grid-template-rows: repeat(5, auto);
}

.rn-price li {
  position: relative;
  padding-left: 1.4rem;
  color: #666;
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.rn-price li::before {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 0.85rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #666;
}

.rn-price-note {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1.6rem;
  padding: 1.2rem 1.4rem;
  background: linear-gradient(-6deg, #ff413d, #f86864);
  border-radius: 0.8rem;
}

.rn-price-note img {
  width: 3.2rem;
  height: 3.2rem;
  flex: 0 0 3.2rem;
  object-fit: contain;
}

.rn-price-note p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.rn-flow-tabs {
  margin-bottom: 1.6rem;
}

.rn-slider {
  position: relative;
}

.rn-slide {
  display: none;
  text-align: center;
}

.rn-slide.is-on {
  display: block;
}

.rn-slide img {
  display: block;
  width: 22rem;
  height: 16rem;
  margin: 0 auto;
  object-fit: contain;
}

.rn-slide .rn-no {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0.8rem auto;
  border-radius: 999px;
  background: var(--h5-primary);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.rn-slide h3 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.rn-slide p {
  margin-top: 0.6rem;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2rem;
}

.rn-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: -1.5rem;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.rn-nav button {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  color: #333;
}

.rn-nav .iconfont {
  font-size: 2.4rem;
  line-height: 1;
  color: #333;
}

.rn-nav button:active .iconfont {
  color: var(--h5-primary);
}

.rn-store {
  margin-top: 2.4rem;
}

.rn-store+.rn-store {
  margin-top: 4.8rem;
}

.rn-store .cover {
  display: block;
  width: 100%;
  height: 20rem;
  border-radius: 0.8rem;
  object-fit: cover;
}

.rn-store .brand {
  margin-top: 1.6rem;
  color: #1a1a1a;
  font-size: 1.2rem;
  font-weight: 500;
}

.rn-store .name {
  margin-top: 0.2rem;
  color: var(--h5-primary);
  font-size: 1.4rem;
  font-weight: 700;
}

.rn-store.is-green .name,
.rn-store.is-green .meta dd a {
  color: #38c566;
}

.rn-store .lead {
  margin-top: 1.6rem;
  padding-top: 0.8rem;
  border-top: 0.1rem solid var(--h5-line);
  color: var(--h5-muted);
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.rn-store .meta {
  margin-top: 1.6rem;
}

.rn-store .meta div {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.rn-store .meta img {
  width: 2rem;
  height: 2rem;
  margin-top: 0.4rem;
  object-fit: contain;
}

.rn-store .meta dt {
  width: 7rem;
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
}

.rn-store .meta dd {
  flex: 1;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2.8rem;
  text-align: right;
}

.rn-store .meta dd a {
  color: var(--h5-primary);
  font-weight: 700;
}

.rn-store-actions {
  display: flex;
  gap: 1.2rem;
  margin-top: 2.4rem;
}

.rn-store-actions a {
  flex: 1;
  min-width: 0;
  height: auto;
  min-height: 4rem;
  padding: 0.4rem 0.6rem;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}

.rental-page .bottom-cta {
  margin-top: 3.2rem;
}

.rn-price-top-bg {
  width: 100%;
  height: 7.4rem;
  background: url("../../assets/images/base-yellow-top-bg.png") center / 100% 100% no-repeat;
}

#rental-price {
  background: linear-gradient(180deg, #FFFCEF 0%, #FFFAE3 100%);
}