:root {
  --bg-top: #f2f7ff;
  --bg-bottom: #fff8f2;
  --card: #ffffff;
  --text: #1f2937;
  --muted: #5b6473;
  --border: #e5e7eb;
  --accent: #2b6cb0;
  --shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  background: linear-gradient(180deg, var(--bg-top), var(--bg-bottom));
}

a {
  color: var(--accent);
}

a:hover {
  text-decoration: underline;
}

.page {
  max-width: 940px;
  margin: 0 auto;
  padding: 28px 16px 40px;
}

.hero {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 18px 20px;
  margin-bottom: 16px;
}

h1,
h2,
h3 {
  margin: 0 0 8px 0;
}

.muted {
  color: var(--muted);
}

.home-link {
  display: inline-block;
  margin-bottom: 14px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow: var(--shadow);
  padding: 8px 14px;
  text-decoration: none;
  font-weight: 600;
}

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 18px 20px;
  margin-top: 14px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  background-color: var(--card);
  background-repeat: no-repeat;
  background-position: 16px 14px;
  background-size: 36px 36px;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 12px 16px 12px 66px;
  margin-bottom: 12px;
}

.feature-title {
  display: block;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.3;
}

.feature-title + br {
  display: none;
}

.map-open-button {
  margin-top: 8px;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 6px 12px;
  background: #fff;
  color: var(--accent);
  font-weight: 600;
  cursor: pointer;
}

.map-open-button:hover {
  background: #f8fbff;
}

.teaser-image {
  width: 250px;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.22);
}

.rates-table {
  width: 100%;
  border-collapse: collapse;
}

.rates-table th,
.rates-table td {
  border: 1px solid var(--border);
  padding: 10px 12px;
  text-align: left;
  background: #fff;
}

.rates-table th {
  background: #f9fafb;
}

.story-image {
  width: 100%;
  max-width: 680px;
  height: auto;
  border-radius: 14px;
  box-shadow: var(--shadow);
  display: block;
}

.caption {
  margin: 8px 0 24px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 10px 12px;
}

.slideshow {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.slide-media {
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fafb;
  border: 1px solid var(--border);
  border-radius: 14px;
  margin-bottom: 10px;
  overflow: hidden;
}

.slide-media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: var(--shadow);
  display: block;
  margin: 0 auto;
}

.slide-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}

.slide-nav {
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  border-radius: 999px;
  width: 68px;
  height: 68px;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow);
}

.slide-nav:hover {
  background: #f7fafc;
}

.slide-nav:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.slide-count {
  font-weight: 600;
  color: var(--muted);
}

.slideshow .caption {
  min-height: 88px;
  margin: 0;
  display: flex;
  align-items: center;
}

.map-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15, 23, 42, 0.58);
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.map-overlay[hidden] {
  display: none;
}

.map-dialog {
  width: min(920px, 96vw);
  max-height: 94vh;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  border: 1px solid var(--border);
  overflow: hidden;
}

.map-dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  padding: 10px 14px;
  background: #f8fafc;
}

.map-dialog-title {
  font-weight: 700;
}

.map-close {
  border: 1px solid var(--border);
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.map-dialog-body {
  padding: 10px 12px 12px;
}

.map-canvas-wrap {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fbff, #eef4ff);
  overflow: hidden;
}

.map-canvas {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 10;
}

.map-caption {
  margin-top: 8px;
  color: var(--muted);
}
