.elementor-275 .elementor-element.elementor-element-e87b488{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-e87b488 */.rv-repair-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 20px 88px;
  background:
    linear-gradient(
      90deg,
      rgba(6, 26, 58, 0.97) 0%,
      rgba(6, 26, 58, 0.93) 48%,
      rgba(6, 26, 58, 0.24) 100%
    ),
    url("https://ibarakirental.com/wp-content/uploads/2026/06/replacement-car-for-repair-shop-mito-ibarakimachi-area.webp")
      center right / cover no-repeat;
  color: #ffffff;
}

.rv-repair-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(217, 164, 65, 0.18),
      transparent 24%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.025),
      rgba(255, 255, 255, 0)
    );
  pointer-events: none;
}

.rv-repair-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
}

.rv-repair-hero__content {
  max-width: 735px;
}

.rv-repair-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  backdrop-filter: blur(8px);
}

.rv-repair-hero__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d9a441;
  box-shadow: 0 0 0 4px rgba(217, 164, 65, 0.2);
}

.rv-repair-hero h1 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.13;
  letter-spacing: -0.045em;
}

.rv-repair-hero h1 span {
  background: linear-gradient(
    transparent 64%,
    rgba(246, 231, 178, 0.3) 64%
  );
}

.rv-repair-hero__lead {
  max-width: 670px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.9;
}

.rv-repair-hero__area-link {
  max-width: 670px;
  margin: 0 0 30px;
  padding-left: 14px;
  border-left: 3px solid #f6e7b2;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.rv-repair-hero__area-link a {
  color: #fff1b8;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.rv-repair-hero__area-link a:hover {
  color: #ffffff;
  text-decoration-thickness: 2px;
}

.rv-repair-hero__area-link a:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
  border-radius: 3px;
}

.rv-repair-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.rv-repair-hero__points li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.94);
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.rv-repair-hero__points li::before {
  content: "✓";
  color: #d9a441;
  font-weight: 900;
}

.rv-repair-hero__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.rv-repair-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 24px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.rv-repair-hero__btn--primary {
  background: #ffffff;
  color: #061a3a;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.rv-repair-hero__btn--primary:hover {
  transform: translateY(-2px);
  background: #fffbea;
  color: #061a3a;
}

.rv-repair-hero__btn--secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, #f6e7b2 0%, #d9a441 100%);
  color: #061a3a;
  box-shadow: 0 16px 34px rgba(217, 164, 65, 0.26);
}

.rv-repair-hero__btn--secondary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #fff1b8 0%, #c9922e 100%);
  color: #061a3a;
  box-shadow: 0 18px 38px rgba(217, 164, 65, 0.34);
}

.rv-repair-hero__btn:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

.rv-repair-hero__note {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.7;
}

.rv-repair-hero__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 820px;
  margin-top: 44px;
}

.rv-repair-hero__trust-item {
  padding: 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.095);
  backdrop-filter: blur(8px);
}

.rv-repair-hero__trust-item strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.45;
}

.rv-repair-hero__trust-item span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .rv-repair-hero {
    padding: 78px 18px 70px;
    background:
      linear-gradient(
        180deg,
        rgba(6, 26, 58, 0.97) 0%,
        rgba(6, 26, 58, 0.93) 62%,
        rgba(6, 26, 58, 0.84) 100%
      ),
      url("https://ibarakirental.com/wp-content/uploads/2026/06/replacement-car-for-repair-shop-mito-ibarakimachi-area.webp")
        center / cover no-repeat;
  }

  .rv-repair-hero__trust {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 599px) {
  .rv-repair-hero {
    padding: 64px 16px 58px;
    background:
      radial-gradient(
        circle at 18% 18%,
        rgba(217, 164, 65, 0.16),
        transparent 26%
      ),
      linear-gradient(
        180deg,
        rgba(6, 26, 58, 0.98) 0%,
        rgba(6, 26, 58, 0.94) 62%,
        rgba(6, 26, 58, 0.88) 100%
      );
  }

  .rv-repair-hero h1 {
    font-size: 36px;
  }

  .rv-repair-hero__lead {
    font-size: 16px;
  }

  .rv-repair-hero__area-link {
    font-size: 14px;
  }

  .rv-repair-hero__btn {
    width: 100%;
  }
}
/* Remove Elementor spacing around the repair-shop hero */
.rv-repair-hero {
  width: 100%;
  max-width: none;
  margin: 0;
}

/* Remove spacing from the Elementor widget containing the hero */
.elementor-widget-html:has(.rv-repair-hero),
.elementor-widget-html:has(.rv-repair-hero) > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}/* End custom CSS */