/* ==========================================================================
   Property detail page — villa-style (balayivillasi reference)
   ========================================================================== */

/* ===== Property header (above gallery) ===== */
.prop-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-top: 8px;
  padding-bottom: 16px;
}
.prop-head-main { flex: 1; min-width: 0; }
.prop-code-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.prop-code {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 5px 12px;
  background: var(--powder);
  border-radius: var(--r-pill);
  font-size: 12px;
  color: var(--ink);
}
.prop-code strong { font-weight: 700; letter-spacing: 0.04em; }
.prop-code em { font-style: normal; color: var(--muted); font-size: 11px; }

.prop-rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: var(--ink);
}
.prop-rating .star { color: #FFB400; }
.prop-rating strong { font-weight: 700; }
.prop-rating small { color: var(--muted); }

.prop-title {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 14px;
  line-height: 1.15;
}

.prop-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}
.prop-meta .prop-cap,
.prop-meta .prop-loc {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.prop-meta strong { color: var(--ink); font-weight: 600; }
.prop-meta svg { color: var(--ink); }
.prop-meta .prop-loc svg { color: var(--wine); }
.prop-meta .prop-loc { color: var(--ink); }

.prop-head-actions { display: flex; gap: 8px; flex-shrink: 0; }
.prop-head-actions .icon-btn { width: 42px; height: 42px; }
.prop-head-actions .vc-fav.is-fav { color: var(--wine); border-color: var(--wine); background: var(--wine-soft); }
.prop-head-actions .vc-fav.is-fav svg { fill: var(--wine); stroke: var(--wine); }

/* ===== Sticky tab navigation ===== */
.prop-tabs-wrap {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  margin-top: 24px;
}
.prop-tabs {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.prop-tabs::-webkit-scrollbar { display: none; }
.prop-tab {
  display: inline-flex;
  align-items: center;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-2);
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color .15s, border-color .15s;
}
.prop-tab:hover { color: var(--ink); }
.prop-tab.active { color: var(--wine); border-bottom-color: var(--wine); font-weight: 600; }

/* ===== Sections ===== */
.prop-section {
  padding: 36px 0 8px;
  scroll-margin-top: 80px;
  border-bottom: 1px solid var(--line);
}
.prop-section:last-of-type { border-bottom: 0; }
.prop-section h2 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}
.prop-section h2 small { font-weight: 500; color: var(--muted); font-size: 14px; }
.prop-lede {
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 18px;
}
.prop-prose p {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 18px;
  max-width: 720px;
}

/* ===== Amenity grid ===== */
.amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 24px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
}
.amenity-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--ink-2);
}
.amenity-item svg { color: var(--wine); flex-shrink: 0; }

/* ===== Inline calendar ===== */
.inline-cal {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 20px;
}
.inline-cal-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.cal-nav-btn {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  display: grid; place-items: center;
  cursor: pointer;
  transition: all .15s;
}
.cal-nav-btn:hover { border-color: var(--wine); color: var(--wine); }
.cal-nav-btn:disabled { opacity: .35; cursor: not-allowed; }
.inline-cal .vcal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 0;
}

/* ===== Rules grid ===== */
.rules-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.rule-block {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px;
}
.rule-block h4 {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 12px;
  font-weight: 600;
}
.rule-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rule-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--ink-2);
}
.rule-list li strong { color: var(--ink); font-weight: 600; }
.rule-list li svg { color: var(--wine); flex-shrink: 0; }
.rule-text {
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

/* ===== Rooms list (Booking-style horizontal rows) ===== */
.rooms-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.room-row {
  display: grid;
  grid-template-columns: 200px 1fr 220px;
  gap: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  align-items: stretch;
  transition: border-color .15s, box-shadow .15s;
}
.room-row:hover { border-color: var(--wine-soft); box-shadow: 0 6px 18px rgba(34,26,82,.06); }

.room-row-media {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  background: var(--powder);
}
.room-row-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.room-row:hover .room-row-media img { transform: scale(1.04); }
.room-eye {
  position: absolute;
  bottom: 10px; right: 10px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: #fff;
  color: var(--wine);
  display: grid; place-items: center;
  box-shadow: 0 4px 14px rgba(34,26,82,.18);
  transition: transform .15s, background .15s, color .15s;
}
.room-row-media:hover .room-eye { transform: scale(1.08); background: var(--wine); color: #fff; }

.room-row-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.room-name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.room-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
}
.room-meta span { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.room-meta strong { color: var(--ink); font-weight: 600; }
.room-meta svg { color: var(--ink); }

.room-amen-preview {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 14px;
}
.room-amen-preview li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--ink-2);
}
.room-amen-preview li svg { color: var(--wine); flex-shrink: 0; }

.room-row-action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding-left: 14px;
  border-left: 1px solid var(--line);
}
.room-row-action .room-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.room-price small {
  font-size: 11px;
  color: var(--muted);
  text-transform: lowercase;
}
.room-price strong {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.1;
}
.room-price .per { font-size: 11px; color: var(--muted); }

.room-detail-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.room-detail-btn:hover { border-color: var(--wine); color: var(--wine); }
.room-detail-btn svg { color: var(--wine); }

/* ===== Room detail modal ===== */
.room-dialog { max-width: 980px; }
.room-modal-body {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  overflow: hidden;
  flex: 1;
  min-height: 0;
}
.room-modal-gallery {
  background: var(--powder);
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.rmg-main {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--powder);
}
.rmg-main img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.rmg-nav {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  border: 0;
  color: var(--ink);
  display: grid; place-items: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(34,26,82,.15);
  transition: background .15s;
}
.rmg-nav:hover { background: var(--wine); color: #fff; }
.rmg-prev { left: 14px; }
.rmg-next { right: 14px; }
.rmg-thumbs {
  display: flex;
  gap: 8px;
  padding: 12px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.rmg-thumbs button {
  flex: 0 0 80px;
  height: 56px;
  border: 2px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  background: #fff;
}
.rmg-thumbs button.active { border-color: var(--wine); }
.rmg-thumbs img { width: 100%; height: 100%; object-fit: cover; display: block; }

.room-modal-info {
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow-y: auto;
  min-height: 0;
}
.room-modal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--muted);
  font-size: 13px;
}
.room-modal-meta span { display: inline-flex; align-items: center; gap: 5px; }
.room-modal-meta strong { color: var(--ink); font-weight: 600; }
.room-modal-meta svg { color: var(--wine); }
.room-modal-desc {
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.room-modal-amen-title {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 4px 0 0;
  font-weight: 600;
}
.room-modal-amen {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 14px;
}
.room-modal-amen .ra-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: var(--ink-2);
}
.room-modal-amen .ra-item svg { color: var(--wine); flex-shrink: 0; }
.room-modal-foot {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.room-modal-price small { display: block; font-size: 11px; color: var(--muted); }
.room-modal-price strong {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
}

/* ==========================================================================
   Paket detail — special sections
   ========================================================================== */

/* Paket summary tiles (under header) */
.paket-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.ps-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: var(--powder);
  border-radius: var(--r);
}
.ps-item svg { color: var(--wine); flex-shrink: 0; }
.ps-item div { display: flex; flex-direction: column; line-height: 1.1; }
.ps-item strong {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
}
.ps-item span { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* Fiyata Dahil Olanlar */
.included-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 24px;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
}
.included-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.4;
}
.included-item svg { color: var(--wine); flex-shrink: 0; margin-top: 2px; }

/* Pricing table */
.pricing-table {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}
.pt-row {
  display: grid;
  grid-template-columns: 160px 1fr 160px;
  gap: 14px;
  align-items: center;
  padding: 14px 22px;
  border-bottom: 1px solid var(--line);
}
.pt-row:last-child { border-bottom: 0; }
.pt-row.pt-head {
  background: var(--powder);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.pt-row strong {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--wine);
  text-align: right;
}
.pt-row.pt-head strong { font: inherit; color: var(--muted); text-align: left; }
.pt-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: var(--wine-soft);
  color: var(--wine);
  border-radius: var(--r-pill);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  width: max-content;
}
.pt-head .pt-tag { background: transparent; color: var(--muted); padding: 0; font: inherit; }

/* Ekstra Hizmetler */
.extras-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}
.extra-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px 22px;
  border-bottom: 1px solid var(--line);
}
.extra-item:last-child { border-bottom: 0; }
.extra-name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--ink-2);
}
.extra-name svg { color: var(--wine); flex-shrink: 0; }
.extra-price {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
}

/* Balayı Programı timeline */
.program-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.program-timeline::before {
  content: "";
  position: absolute;
  top: 24px; bottom: 24px;
  left: 50px;
  width: 2px;
  background: var(--line);
  border-radius: 1px;
}
.program-step {
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  padding: 8px 0;
}
.ps-day {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 12px;
  background: var(--wine);
  color: #fff;
  border-radius: var(--r-pill);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  align-self: flex-start;
  margin-top: 14px;
  z-index: 1;
}
.ps-content {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 16px 18px;
}
.ps-content h4 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.ps-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-2);
}

/* ===== Responsive ===== */
@media (max-width: 1080px) {
  .prop-title { font-size: 28px; }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .rules-grid { grid-template-columns: 1fr; }
  .inline-cal .vcal-grid { grid-template-columns: 1fr; }
  .prop-section { padding: 28px 0 8px; }
  .prop-section h2 { font-size: 22px; }
  .room-row { grid-template-columns: 160px 1fr 180px; gap: 14px; }
  .room-name { font-size: 16px; }
  .room-modal-body { grid-template-columns: 1fr; }
  .room-dialog { max-width: 600px; }

  /* Paket */
  .paket-summary { grid-template-columns: 1fr; }
  .included-list { grid-template-columns: 1fr; }
  .pt-row { grid-template-columns: 110px 1fr 130px; gap: 10px; padding: 12px 16px; }
  .pt-row strong { font-size: 17px; }
  .program-step { grid-template-columns: 76px 1fr; gap: 16px; }
  .program-timeline::before { left: 38px; }
}
@media (max-width: 720px) {
  .room-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }
  .room-row-media { aspect-ratio: 16/10; }
  .room-row-action {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 12px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .room-row-action .room-price { align-items: flex-start; text-align: left; }
  .room-amen-preview { grid-template-columns: 1fr; gap: 3px; }
  .room-modal-info { padding: 18px 20px; }
  .room-modal-amen { grid-template-columns: 1fr; }
  .rmg-main { aspect-ratio: 16/10; }
}
@media (max-width: 720px) {
  .prop-head { flex-direction: column; gap: 12px; padding-bottom: 8px; }
  .prop-head-actions { align-self: flex-end; }
  .prop-title { font-size: 24px; line-height: 1.2; margin-bottom: 10px; }
  .prop-meta { gap: 10px 16px; font-size: 13px; }
  .prop-meta .prop-cap,
  .prop-meta .prop-loc { white-space: normal; }
  .prop-tabs-wrap { margin-top: 16px; }
  .prop-tab { padding: 12px 14px; font-size: 13px; }
  .prop-section { padding: 24px 0 4px; scroll-margin-top: 64px; }
  .prop-section h2 { font-size: 20px; margin-bottom: 12px; }
  .amenity-grid { grid-template-columns: 1fr; padding: 14px; gap: 10px; }
  .inline-cal { padding: 14px; }
}

/* -----------------------------------------------------------
   Package option cards (hotel / activity selection)
   ----------------------------------------------------------- */
.opt-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 18px; }
.opt-card {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 0;
    border: 1.5px solid var(--line);
    border-radius: var(--r);
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    position: relative;
}
.opt-card input { position: absolute; opacity: 0; pointer-events: none; }
.opt-card:hover { border-color: var(--wine-soft); box-shadow: 0 6px 18px rgba(34,26,82,.06); }
.opt-card.is-selected { border-color: var(--wine); box-shadow: 0 8px 22px rgba(107,30,43,.12); }

.opt-card-media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--cream); }
.opt-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; display: block; }
.opt-card:hover .opt-card-media img { transform: scale(1.04); }

.opt-eye {
    position: absolute; top: 10px; right: 10px;
    width: 30px; height: 30px; border-radius: 50%;
    background: rgba(255,255,255,.92); color: var(--wine);
    display: inline-flex; align-items: center; justify-content: center;
    border: 0; cursor: pointer;
    transition: background .18s ease, transform .18s ease, color .18s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.opt-eye:hover { background: var(--wine); color: #fff; transform: scale(1.08); }

.opt-card-body { display: flex; flex-direction: column; gap: 6px; padding: 14px 16px; }
.opt-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; }
.opt-name { font-family: var(--font-display); font-size: 16px; font-weight: 500; color: var(--ink); line-height: 1.2; }
.opt-sub { font-size: 12px; color: var(--muted); display: inline-flex; align-items: center; gap: 4px; }
.opt-desc { font-size: 13px; color: var(--ink-soft, #5a4f4b); line-height: 1.5; margin: 2px 0; }

.opt-features { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 4px; }
.opt-chip {
    display: inline-flex; align-items: center; gap: 3px;
    padding: 3px 8px; border-radius: var(--r-pill);
    background: var(--cream); color: var(--ink); font-size: 11px;
    border: 1px solid var(--line);
}

.opt-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: auto; padding-top: 8px; }
.opt-diff { font-size: 13px; font-weight: 600; }
.opt-diff.is-up { color: var(--wine); }
.opt-diff.is-down { color: #2e7a45; }
.opt-diff.is-zero { color: var(--muted); font-weight: 500; font-style: italic; }

/* radio mark for hotel cards */
.opt-radio-mark {
    flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%;
    border: 2px solid var(--line); background: #fff; position: relative;
    transition: border-color .18s ease;
}
.opt-card.is-selected .opt-radio-mark { border-color: var(--wine); }
.opt-card.is-selected .opt-radio-mark::after {
    content: ''; position: absolute; inset: 3px; border-radius: 50%; background: var(--wine);
}

/* check mark for activity cards */
.opt-check-mark {
    flex: 0 0 auto; width: 22px; height: 22px; border-radius: 6px;
    border: 2px solid var(--line); background: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    color: transparent; transition: all .18s ease;
}
.opt-card-activity.is-selected .opt-check-mark { background: var(--wine); border-color: var(--wine); color: #fff; }

/* booking aside breakdown */
.bc-breakdown {
    display: flex; flex-direction: column; gap: 6px;
    padding: 14px 0; border-bottom: 1px solid var(--line);
}
.bc-line { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; font-size: 13px; color: var(--ink); }
.bc-line span { color: var(--muted); }
.bc-line span em { font-style: normal; font-size: 11px; opacity: .7; }
.bc-line strong { font-weight: 500; color: var(--ink); }
.bc-line-total { padding-top: 8px; margin-top: 4px; border-top: 1px dashed var(--line); }
.bc-line-total span { color: var(--ink); font-weight: 500; font-size: 14px; }
.bc-line-total strong {
    font-family: var(--font-display); font-size: 20px; color: var(--wine); font-weight: 500;
}
.bc-line-hotel.is-down strong { color: #2e7a45; }

@media (max-width: 1024px) {
    .opt-list { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .opt-card { grid-template-columns: 1fr; }
    .opt-card-media { aspect-ratio: 16/10; }
}

/* -----------------------------------------------------------
   Aktivite detail page — info cards, important info, includes,
   video embed, location block.
   ----------------------------------------------------------- */
.aktivite-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin: 18px 0 8px;
}
.aktivite-card {
    display: flex; align-items: center; gap: 12px;
    padding: 14px 16px;
    background: #fff; border: 1px solid var(--line); border-radius: var(--r);
    box-shadow: 0 1px 3px rgba(34,26,82,.04);
}
.aktivite-card .ac-icon {
    flex: 0 0 auto;
    width: 38px; height: 38px; border-radius: 50%;
    background: var(--cream); color: var(--wine);
    display: inline-flex; align-items: center; justify-content: center;
}
.aktivite-card div { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.aktivite-card small { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.aktivite-card strong { font-size: 14px; color: var(--ink); font-weight: 500; line-height: 1.25; word-break: break-word; }

.prop-sub-title { font-family: var(--font-display); font-size: 18px; font-weight: 500; color: var(--ink); margin: 22px 0 10px; }

.aktivite-features {
    list-style: none; padding: 0; margin: 0;
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 18px;
}
.aktivite-features li {
    display: flex; align-items: center; gap: 8px;
    font-size: 14px; color: var(--ink);
}
.aktivite-features li svg { color: var(--wine); flex: 0 0 auto; }

/* Önemli bilgiler */
.info-list { display: flex; flex-direction: column; gap: 14px; margin-top: 14px; }
.info-item {
    display: flex; gap: 14px;
    padding: 16px 18px;
    border: 1px solid var(--line); border-radius: var(--r);
    background: #fff;
}
.info-item .info-icon {
    flex: 0 0 auto;
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--cream); color: var(--wine);
    display: inline-flex; align-items: center; justify-content: center;
}
.info-item h4 { font-family: var(--font-display); font-size: 15px; font-weight: 500; color: var(--ink); margin: 2px 0 6px; }
.info-item p { font-size: 13.5px; color: var(--ink); line-height: 1.55; margin: 0; }

/* Dahil olanlar / dahil değil */
.incl-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 14px;
}
.incl-block {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px;
}
.incl-block h4 {
    font-family: var(--font-display); font-size: 15px; font-weight: 500;
    margin: 0 0 12px; padding-bottom: 10px; border-bottom: 1px solid var(--line);
    display: flex; align-items: center; gap: 8px;
}
.incl-block h4 small { font-weight: 500; color: var(--muted); font-size: 13px; margin-left: 4px; }
.incl-block ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.incl-block ul li { display: flex; align-items: flex-start; gap: 8px; font-size: 13.5px; line-height: 1.5; }
.incl-block ul li svg { flex: 0 0 auto; margin-top: 3px; }
.incl-yes h4 svg { color: #2e7a45; }
.incl-yes ul li svg { color: #2e7a45; }
.incl-no h4 svg  { color: var(--wine); }
.incl-no  ul li svg { color: var(--wine); opacity: .65; }
.incl-no  ul li { color: #6b6360; }

/* Video embed */
.video-embed {
    position: relative; width: 100%; aspect-ratio: 16/9;
    border-radius: var(--r); overflow: hidden;
    background: #000; box-shadow: 0 4px 18px rgba(0,0,0,.12);
    margin-top: 14px;
}
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Aktivite konumu */
.meeting-point {
    display: flex; gap: 14px;
    padding: 16px 18px;
    border: 1px dashed var(--wine-soft); border-radius: var(--r);
    background: var(--cream);
    margin-bottom: 14px;
}
.meeting-point .mp-icon {
    flex: 0 0 auto;
    width: 38px; height: 38px; border-radius: 50%;
    background: #fff; color: var(--wine);
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid var(--line);
}
.meeting-point h4 { font-family: var(--font-display); font-size: 15px; font-weight: 500; color: var(--ink); margin: 2px 0 6px; }
.meeting-point p { font-size: 13.5px; color: var(--ink); line-height: 1.55; margin: 0; }
.loc-meta { display: inline-flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.loc-meta a { color: var(--wine); text-decoration: underline; }

@media (max-width: 768px) {
    .incl-grid           { grid-template-columns: 1fr; }
    .aktivite-features   { grid-template-columns: 1fr; }
}

/* -----------------------------------------------------------
   Review submission form (detail page)
   ----------------------------------------------------------- */
.rev-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--cream), var(--powder)); color: var(--wine); display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 18px; font-weight: 500; flex: 0 0 auto; }
.review-form-wrap { margin-top: 22px; border: 1px solid var(--line); border-radius: var(--r); background: #fff; }
.review-form-wrap summary { padding: 14px 18px; cursor: pointer; font-weight: 500; font-size: 14px; color: var(--ink); user-select: none; list-style: none; display: flex; align-items: center; justify-content: space-between; }
.review-form-wrap summary::-webkit-details-marker { display: none; }
.review-form-wrap summary span { display: inline-flex; align-items: center; gap: 8px; }
.review-form-wrap summary::after { content: '+'; font-size: 22px; color: var(--ink-2, #5b5147); transition: transform .18s ease; }
.review-form-wrap[open] summary { border-bottom: 1px solid var(--line); }
.review-form-wrap[open] summary::after { transform: rotate(45deg); }
.review-form { padding: 18px; display: flex; flex-direction: column; gap: 14px; }
.review-form .rev-form-row { display: grid; gap: 14px; }
.review-form .form-field { display: flex; flex-direction: column; gap: 4px; }
.review-form .form-field label { font-size: 12px; color: var(--ink-2, #5b5147); }
.review-form input, .review-form textarea {
    padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px;
    font-size: 14px; font-family: inherit; background: #fff;
}
.review-form input:focus, .review-form textarea:focus { outline: 2px solid rgba(107,30,43,.15); border-color: var(--wine); }
.star-input { display: inline-flex; flex-direction: row-reverse; gap: 2px; }
.star-input input { display: none; }
.star-input label { font-size: 26px; color: #d8cabe; cursor: pointer; transition: color .15s ease; line-height: 1; }
.star-input label:hover, .star-input label:hover ~ label, .star-input input:checked ~ label { color: var(--wine); }
@media (max-width: 600px) { .review-form .rev-form-row { grid-template-columns: 1fr !important; } }
