.wohocars-adventure-section {
  /* padding: clamp(46px, 6vw, 90px) 0; */
  background: #F7FBFF;
  margin-bottom: 2%;
}

.wohocars-adventure-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: clamp(30px, 5vw, 70px);
  background:
    radial-gradient(circle at 12% 20%, rgba(56,189,248,.22), transparent 34%),
    radial-gradient(circle at 90% 80%, rgba(37,99,235,.30), transparent 36%),
    linear-gradient(135deg, #111827 0%, #1e3a8a 100%);
  color: #fff;
  box-shadow: 0 30px 80px rgba(15,23,42,.22);
}

.wohocars-adventure-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: .45;
  pointer-events: none;
}

.wohocars-adventure-content {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.wohocars-adventure-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: #5CC8FF;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.wohocars-adventure-content h2 {
  font-family: var(--font-display, inherit);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.045em;
  margin-bottom: 12px;
}

.wohocars-adventure-content h3 {
  font-size: clamp(1rem, 2vw, 1.35rem);
  line-height: 1.5;
  font-weight: 600;
  color: rgba(255,255,255,.84);
  margin-bottom: 24px;
}

.wohocars-adventure-content p {
  color: rgba(255,255,255,.74);
  font-size: clamp(.95rem, 1.3vw, 1.05rem);
  line-height: 1.85;
  margin: 0 auto 14px;
  max-width: 820px;
}

.wohocars-adventure-content p:last-of-type {
  margin-bottom: 0;
}

.wohocars-adventure-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding: 13px 24px;
  border-radius: 999px;
  background: #fff;
  color: #1565C0;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  transition: .25s ease;
}

.wohocars-adventure-btn:hover {
  color: #111827;
  transform: translateY(-2px);
}

@media (max-width: 575px) {
  .wohocars-adventure-card {
    border-radius: 22px;
  }

  .wohocars-adventure-btn {
    width: 100%;
    justify-content: center;
  }
}
