:root {
  --oteller-surface: rgba(19, 20, 46, 0.82);
  --oteller-border: rgba(255, 255, 255, 0.08);
  --oteller-highlight: linear-gradient(135deg, rgba(91, 75, 255, 0.28), rgba(0, 220, 228, 0.28));
}

.custom-page[data-slug="oteller-seyahat"] {
  gap: 18px;
}

.custom-page[data-slug="oteller-seyahat"] .custom-page-hero {
  padding-bottom: 4px;
}

.custom-page[data-slug="oteller-seyahat"] .custom-page-meta span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--oteller-border);
}

.custom-page[data-slug="oteller-seyahat"] .custom-page-body {
  background: var(--oteller-surface);
  border: 1px solid var(--oteller-border);
  border-radius: 24px;
  padding: 20px 24px;
  box-shadow: 0 24px 60px rgba(5, 10, 45, 0.36);
}

.custom-page[data-slug="oteller-seyahat"] .custom-feature-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 8px;
}

.custom-page[data-slug="oteller-seyahat"] .custom-feature-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: center;
  background: var(--oteller-surface);
  border: 1px solid var(--oteller-border);
  border-radius: 30px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(7, 10, 35, 0.38);
}

.custom-page[data-slug="oteller-seyahat"] .custom-feature-block::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  pointer-events: none;
  background: radial-gradient(circle at 20% 20%, rgba(91, 75, 255, 0.18), transparent 60%),
              radial-gradient(circle at 80% 30%, rgba(0, 220, 228, 0.25), transparent 70%);
  opacity: 0.8;
  z-index: 0;
}

.custom-page[data-slug="oteller-seyahat"] .custom-feature-media,
.custom-page[data-slug="oteller-seyahat"] .custom-feature-content {
  position: relative;
  z-index: 1;
}

.custom-page[data-slug="oteller-seyahat"] .custom-feature-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-page[data-slug="oteller-seyahat"] .custom-feature-media img {
  width: 100%;
  max-width: 360px;
  border-radius: 26px;
  border: 1px solid var(--oteller-border);
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.08), transparent 70%);
  box-shadow: 0 24px 56px rgba(4, 8, 42, 0.32);
}

.custom-page[data-slug="oteller-seyahat"] .custom-feature-block.is-reverse {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.custom-page[data-slug="oteller-seyahat"] .custom-feature-block.is-reverse .custom-feature-media {
  order: 2;
}

.custom-page[data-slug="oteller-seyahat"] .custom-feature-block.is-reverse .custom-feature-content {
  order: 1;
}

.custom-page[data-slug="oteller-seyahat"] .custom-feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(91, 75, 255, 0.22);
  color: #dce7ff;
  font-size: 13px;
  letter-spacing: 0.4px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}

.custom-page[data-slug="oteller-seyahat"] .custom-feature-content h3 {
  font-size: 32px;
  line-height: 1.2;
  margin: 12px 0 10px;
}

.custom-page[data-slug="oteller-seyahat"] .custom-feature-content p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(235, 238, 255, 0.85);
  margin: 0 0 12px;
}

.custom-page[data-slug="oteller-seyahat"] .custom-feature-listing {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: grid;
  gap: 6px;
}

.custom-page[data-slug="oteller-seyahat"] .custom-feature-listing li {
  padding-left: 18px;
  position: relative;
  font-size: 15px;
  color: rgba(220, 230, 255, 0.9);
}

.custom-page[data-slug="oteller-seyahat"] .custom-feature-listing li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gradient);
}

.custom-page[data-slug="oteller-seyahat"] .custom-feature-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 10px 18px;
  font-weight: 600;
  color: #0f172a;
  background: #d7f6ff;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.custom-page[data-slug="oteller-seyahat"] .custom-feature-cta::after {
  content: "→";
  font-size: 16px;
}

.custom-page[data-slug="oteller-seyahat"] .custom-feature-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(10, 20, 65, 0.28);
}

.custom-page[data-slug="oteller-seyahat"] .custom-page-section-grid {
  margin-top: 16px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.custom-page[data-slug="oteller-seyahat"] .custom-page-section {
  background: rgba(12, 14, 32, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 18px 40px rgba(4, 8, 28, 0.28);
}

.custom-page[data-slug="oteller-seyahat"] .custom-page-section h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

@media (max-width: 960px) {
  .custom-page[data-slug="oteller-seyahat"] .custom-feature-block {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .custom-page[data-slug="oteller-seyahat"] .custom-feature-block.is-reverse .custom-feature-media,
  .custom-page[data-slug="oteller-seyahat"] .custom-feature-block.is-reverse .custom-feature-content {
    order: initial;
  }

  .custom-page[data-slug="oteller-seyahat"] .custom-feature-media img {
    max-width: 100%;
  }
}
