.elementor-5377 .elementor-element.elementor-element-973cd2c{--display:flex;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-8336f43 */<style>
:root{
  --bg:#000;
  --text:#fff;

  --muted:rgba(255,255,255,0.72);
  --text-soft:rgba(255,255,255,0.86);
  --accent:#0abab5;
  --accent-soft:#7ffaf1;
  --panel:#111;
  --panel-2:#1d1d1d;
}



.spot-detail {
  padding: 80px 20px;
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', sans-serif;
}

.spot-detail .container {
  max-width: 1000px;
  margin: 0 auto;
}


.spot-detail h1 {
  font-size: clamp(32px, 5vw, 56px);
  margin-bottom: 20px;

  color: var(--accent);
  text-shadow: 0 0 12px rgba(10,186,181,0.25);
}


.spot-detail h2 {
  font-size: clamp(24px, 3vw, 34px);
  margin-top: 64px;
  margin-bottom: 18px;

  color: var(--accent);
}



.spot-detail .spot-lead {
  font-size: 18px;
  color: var(--muted);
  margin-bottom: 40px;
  line-height: 1.8;
}

.spot-detail p {
  line-height: 1.95;
  color: var(--text-soft);
  margin-bottom: 18px;
}

.spot-detail .spot-image {
  margin: 34px 0;
  border-radius: 18px;
  overflow: hidden;
}

.spot-detail .spot-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.spot-detail .spot-image video {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  display: block;
}


.spot-detail .cta {
  margin-top: 88px;
  padding: 42px;
  background: linear-gradient(135deg, var(--panel), var(--panel-2));
  border-radius: 22px;
  text-align: center;
}

.cta-button {
  display: inline-block;
  margin-top: 12px;
  padding: 14px 28px;
  background: var(--accent);
  color: #000;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
}

.cta-button:hover {
  background: var(--accent-soft);
}
</style>/* End custom CSS */
/* Start custom CSS */.comments-area {
  display: none;
}/* End custom CSS */