
/* Travel detail redesign drafts - accommodation / car rental / remote islands */
:root {
  --travel-ocean: #1e8ed8;
  --travel-ocean-dark: #0b3f5c;
  --travel-sky: #eaf7fc;
  --travel-sky-soft: #f6fbff;
  --travel-coral: #ff7a6b;
  --travel-line: #06c755;
  --travel-ink: #17364b;
  --travel-muted: #627786;
  --travel-border: #dceaf1;
  --travel-shadow: 0 22px 58px rgba(28, 79, 113, 0.11);
}
html, body { overflow-x: hidden; scroll-behavior: smooth; }
body.travel-redesign {
  color: var(--travel-ink);
  background: linear-gradient(180deg, #f4fbff 0%, #ffffff 30%, #ffffff 100%);
}
.brand-header {
  border-bottom: 1px solid rgba(135, 183, 211, 0.28);
  box-shadow: 0 14px 34px rgba(39, 88, 115, 0.08);
}
.brand-nav-link { position: relative; white-space: nowrap; }
.brand-nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  border-radius: 999px;
  background: var(--travel-ocean);
}
.travel-detail-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,0.84), transparent 24%),
    linear-gradient(135deg, #e9f8ff 0%, #d3f0fb 42%, #f8fcff 100%);
}
.travel-detail-hero::before {
  content: "";
  position: absolute;
  inset: auto -16% -42% -10%;
  height: 60%;
  background: radial-gradient(ellipse at center, rgba(67, 166, 218, 0.23), transparent 68%);
}
.travel-detail-hero::after {
  content: "";
  position: absolute;
  top: 11%;
  right: -3%;
  width: min(46%, 620px);
  height: 78%;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.54), rgba(255,255,255,0.04)),
    var(--hero-image) center/cover;
  border-radius: 34px 0 0 34px;
  opacity: 0.86;
  box-shadow: 0 24px 70px rgba(11, 63, 92, 0.18);
}
.travel-detail-hero-inner { position: relative; z-index: 1; }
.hero-copy-panel {
  max-width: 720px;
  padding: clamp(20px, 3vw, 34px);
  border-radius: 24px;
  background: linear-gradient(90deg, rgba(255,255,255,0.9), rgba(255,255,255,0.64));
  border: 1px solid rgba(255,255,255,0.78);
  box-shadow: 0 18px 54px rgba(40, 103, 136, 0.12);
  backdrop-filter: blur(8px);
}
.article-shell {
  background:
    linear-gradient(180deg, rgba(245,251,255,0.92), rgba(255,255,255,1) 28%),
    #fff;
}
.sidebar-card,
.content-section {
  border: 1px solid rgba(143, 194, 221, 0.44);
  box-shadow: var(--travel-shadow);
}
.travel-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}
.article-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 0;
}
.content-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.99), rgba(247,252,255,0.99));
  border-radius: 22px;
  padding: clamp(1.25rem, 2.4vw, 2.25rem);
}
.content-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--travel-ocean), #47c9d4 52%, var(--travel-coral));
}
.content-section h2 {
  color: #18384f;
  border-bottom-color: rgba(44, 142, 214, 0.18) !important;
  padding-bottom: 1rem;
  margin-bottom: 0.9rem;
  line-height: 1.45;
}
.content-section h2::before {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: var(--travel-coral);
}
.content-section p,
.content-section li,
.content-section td,
.content-section th { overflow-wrap: anywhere; }
.content-section table { border-radius: 14px; overflow: hidden; }
.content-section a { color: #116ba7; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.content-section .rounded-xl,
.content-section .rounded-lg {
  border-radius: 14px !important;
}
.sidebar {
  position: sticky;
  top: 104px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sidebar-card {
  border-radius: 18px;
  background: rgba(255,255,255,0.96);
  padding: 20px;
}
.sidebar-title {
  color: #18384f;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 14px;
}
.sidebar-list { display: grid; gap: 10px; }
.sidebar-list a,
.sidebar-list li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #526878;
  font-size: 13px;
  line-height: 1.7;
}
.sidebar-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 999px;
  color: white;
  background: var(--travel-ocean);
  font-size: 12px;
  font-weight: 800;
}
.sidebar-check {
  color: var(--travel-ocean);
  font-weight: 900;
  line-height: 1.5;
}
.jiji-card {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 16%, rgba(255,122,107,0.16), transparent 28%),
    linear-gradient(180deg, #f3fbff, #ffffff);
}
.related-row {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #edf4f8;
}
.related-row:last-child { border-bottom: none; }
.related-row img {
  width: 54px;
  height: 42px;
  object-fit: cover;
  border-radius: 10px;
}
.footer-dark { background: #0f2636; }
.mobile-menu-panel { transform: translateX(0); }
@media (max-width: 1024px) {
  .travel-detail-hero::after { opacity: 0.28; width: 56%; }
  .travel-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-row: auto; }
}
@media (max-width: 768px) {
  .travel-detail-hero::after { display: none; }
  .hero-copy-panel { padding: 0; background: transparent; box-shadow: none; border: 0; }
  .content-section { border-radius: 18px; }
}
