body.home .entry-header {
  display: none;
}

body.home .site-content,
body.home .entry-content,
body.home .entry-content > .wp-block-shortcode {
  margin: 0;
}

.jetski-homefront {
  color: #172033;
  background:
    linear-gradient(180deg, #eef8ff 0%, #ffffff 24%, #ffffff 76%, #e9f6ff 100%);
}

.jetski-homefront__shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.jetski-homefront__hero {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 80svh;
  padding: 38px 0 108px;
  background:
    url("http://my-resa-jetski.local/wp-content/uploads/2026/02/aerial-view-person-with-jetski-scaled.jpg") center center / cover no-repeat;
}

.jetski-homefront__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(10, 30, 50, 0.85) 0%,
    rgba(10, 30, 50, 0.4) 40%,
    rgba(10, 30, 50, 0) 100%
  );
}

.jetski-homefront__hero .jetski-homefront__shell {
  max-width: 1200px;
}

.jetski-homefront__hero-inner {
  display: grid;
  align-items: center;
  min-height: calc(80svh - 146px);
}

.jetski-homefront__hero-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: 100px 20px;
  color: #fff;
}

.jetski-homefront__eyebrow,
.jetski-homefront__section-kicker {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.jetski-homefront__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.jetski-homefront__subtitle {
  max-width: 42rem;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.7;
}

.jetski-homefront__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.jetski-homefront__primary-btn,
.jetski-homefront__search-button,
.jetski-homefront__ghost-button,
.jetski-homefront__chip,
.jetski-homefront__primary-btn--light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.jetski-homefront__primary-btn,
.jetski-homefront__search-button {
  background: linear-gradient(135deg, #2ec7da 0%, #4fdff0 100%);
  color: #08314f;
  box-shadow: 0 18px 30px rgba(46, 199, 218, 0.28);
}

.jetski-homefront__primary-btn--light {
  background: #fff;
  color: #0c2d4d;
}

.jetski-homefront__ghost-button {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.jetski-search__around-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #0f172a;
  opacity: 1;
}

.jetski-search__around-btn svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.jetski-search__around-btn:hover {
  background: #f8fafc;
  color: #0c2038;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.jetski-homefront__primary-btn:hover,
.jetski-homefront__search-button:hover,
.jetski-homefront__ghost-button:hover,
.jetski-homefront__primary-btn--light:hover,
.jetski-homefront__chip:hover,
.jetski-home-card__button:hover {
  transform: translateY(-2px);
}

.jetski-homefront__search-wrap {
  position: relative;
  margin-top: -54px;
  z-index: 4;
}

.jetski-homefront__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(8, 31, 59, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
}

.jetski-homefront__search-input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  background: #fff;
  font-size: 0.98rem;
}

.jetski-homefront__search-input:focus {
  outline: 2px solid rgba(46, 199, 218, 0.35);
  border-color: rgba(46, 199, 218, 0.5);
}

.jetski-homefront__section {
  padding: 88px 0 0;
}

.jetski-homefront__section--highlight {
  padding-top: 64px;
}

.jetski-homefront__heading {
  margin-bottom: 28px;
}

.jetski-homefront__heading--center {
  text-align: center;
}

.jetski-homefront__section-title {
  margin: 0;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: #172033;
}

.jetski-homefront__cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.jetski-home-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.jetski-home-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 42px rgba(15, 23, 42, 0.12);
}

.jetski-home-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.jetski-home-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.jetski-home-card:hover .jetski-home-card__media img {
  transform: scale(1.05);
}

.jetski-home-card__overlay {
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, rgba(8, 32, 53, 0) 0%, rgba(8, 32, 53, 0.72) 100%);
}

.jetski-home-card__badge {
  display: none !important;
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.14);
}

.jetski-home-card__badge--top {
  background: linear-gradient(135deg, #f7b500 0%, #ffd95a 100%);
  color: #2c2200;
}

.jetski-home-card__badge--premium {
  background: linear-gradient(135deg, #6d28d9 0%, #8b5cf6 100%);
  color: #fff;
}

.jetski-home-card__badge--standard {
  background: linear-gradient(135deg, #76839a 0%, #adb6c3 100%);
  color: #fff;
}

.jetski-home-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  padding: 22px;
}

.jetski-home-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  min-height: 0;
}

.jetski-home-card__footer {
  margin-top: auto;
  display: flex;
  justify-content: center;
  padding-top: 14px;
}

.jetski-home-card__kicker,
.jetski-home-card__title,
.jetski-home-card__title a,
.jetski-home-card__price,
.jetski-home-card__meta,
.jetski-home-card__excerpt {
  margin: 0;
}

.jetski-home-card__kicker {
  color: #5f7390;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jetski-home-card__title {
  font-size: 1.28rem;
  line-height: 1.08;
}

.jetski-home-card__title a {
  color: #172033;
  text-decoration: none;
  text-transform: uppercase;
}

.jetski-home-card__meta {
  color: #4d6078;
  font-size: 0.95rem;
}

.jetski-home-card__excerpt {
  flex: 1;
  color: #61748d;
  line-height: 1.6;
}

.jetski-home-card__price {
  margin-top: auto;
  color: #172033;
  font-size: 1rem;
  font-weight: 800;
}

.jetski-home-card__media-price {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #172033;
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
}

.jetski-home-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 4px;
  padding: 14px 28px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2ec7da 0%, #4fdff0 100%);
  color: #08314f;
  font-weight: 800;
  text-decoration: none;
}

.jetski-homefront__slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.jetski-homefront__slider-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(23, 32, 51, 0.16);
}

.jetski-homefront__slider-dots .is-active {
  width: 28px;
  background: #2ec7da;
}

.jetski-homefront__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.jetski-homefront__chip {
  min-height: 46px;
  padding-inline: 18px;
  background: #fff;
  color: #42556d;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.04);
}

.jetski-homefront__chip.is-active {
  background: linear-gradient(135deg, #0d8fd7 0%, #47d8f0 100%);
  color: #fff;
  border-color: transparent;
}

.jetski-homefront__trust {
  padding: 88px 0 0;
}

.jetski-homefront__trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, #142842 0%, #0a3855 100%);
  color: #fff;
}

.jetski-homefront__trust-item {
  display: grid;
  gap: 6px;
}

.jetski-homefront__trust-item strong {
  font-size: 1.05rem;
}

.jetski-homefront__trust-item span {
  color: rgba(255, 255, 255, 0.72);
}

.jetski-homefront__final-cta {
  padding: 44px 0 96px;
}

.jetski-homefront__final-cta-card {
  padding: 52px 24px;
  border-radius: 32px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(7, 29, 56, 0.82) 0%, rgba(7, 29, 56, 0.88) 100%),
    url("/wp-content/uploads/2026/03/sebastian-huber-6JU5C73KQ5Q-unsplash-scaled.jpg") center center / cover no-repeat;
  color: #fff;
}

.jetski-homefront__final-cta-card .jetski-homefront__section-title {
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
}

.jetski-homefront__final-cta-card .jetski-homefront__primary-btn--light {
  margin-top: 26px;
}

.jetski-homefront__map-section {
  padding: 0 0 104px;
}

.jetski-homefront__map-intro {
  max-width: 48rem;
  margin: 12px 0 0;
  color: #5e7088;
  line-height: 1.65;
}

.jetski-homefront__map-frame {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(46, 199, 218, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(240, 249, 255, 0.96) 100%);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.1);
}

#jetski-homefront-map {
  height: clamp(320px, 48vw, 500px);
  min-height: 320px;
}

#jetski-homefront-map .leaflet-control-zoom a {
  color: #0f172a;
}

#jetski-homefront-map .leaflet-popup-content-wrapper,
#jetski-homefront-map .leaflet-tooltip {
  border-radius: 14px;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.14);
}

#jetski-homefront-map .leaflet-tooltip {
  padding: 8px 12px;
  border: 0;
  background: rgba(15, 23, 42, 0.92);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

#jetski-homefront-map .leaflet-tooltip-top::before {
  border-top-color: rgba(15, 23, 42, 0.92);
}

@media (max-width: 1024px) {
  .jetski-homefront__cards-grid,
  .jetski-homefront__trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jetski-homefront__search {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .jetski-homefront__shell {
    width: min(100% - 20px, 1180px);
  }

  .jetski-homefront__hero {
    min-height: 72svh;
    padding: 0;
    background-position: 62% center;
  }

  .jetski-homefront__hero-copy {
    padding: 60px 20px;
  }

  .jetski-homefront__title {
    font-size: 2.45rem;
  }

  .jetski-homefront__cards-grid,
  .jetski-homefront__trust-grid {
    grid-template-columns: 1fr;
  }

  .jetski-homefront__final-cta {
    padding-bottom: 56px;
  }

  .jetski-homefront__final-cta-card {
    padding: 36px 18px;
  }

  .jetski-homefront__map-section {
    padding-bottom: 64px;
  }

  .jetski-homefront__map-frame {
    border-radius: 24px;
  }
}
