/* Page styles: guide-detail */
/* ── GUIDE PROFILE HERO ── */
.guide-hero { position:relative; background:linear-gradient(135deg,#5c1414 0%,#1a0a00 50%,#7a3800 100%); overflow:hidden; padding:60px 60px 0; display:flex; align-items:flex-end; gap:40px; min-height:380px; }
.guide-hero .hero-bg-img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.18; }
.guide-hero-left { position:relative; z-index:2; flex-shrink:0; }
.guide-hero-avatar { width:160px; height:160px; border-radius:50%; border:5px solid #f5a623; background:#5c1414; display:flex; align-items:center; justify-content:center; font-size:64px; font-weight:800; color:#f5a623; box-shadow:0 12px 40px rgba(0,0,0,.4); }
.guide-hero-right { position:relative; z-index:2; padding-bottom:40px; flex:1; }
.guide-verified-badge { display:inline-flex; align-items:center; gap:6px; background:#2ecc71; color:#fff; font-size:12px; font-weight:700; padding:5px 14px; border-radius:20px; margin-bottom:14px; }
.guide-hero-right h1 { font-size:38px; font-weight:800; color:#fff; margin-bottom:6px; }
.guide-hero-right .gh-specialty { font-size:16px; color:#f5c76e; font-weight:600; margin-bottom:14px; }
.gh-meta { display:flex; gap:20px; flex-wrap:wrap; margin-bottom:20px; }
.gh-meta span { display:flex; align-items:center; gap:7px; color:rgba(255,255,255,.8); font-size:14px; }
.gh-meta i { color:#f5a623; }
.gh-langs { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:24px; }
.gh-lang-tag { background:rgba(255,255,255,.15); color:#fff; font-size:12px; font-weight:600; padding:5px 14px; border-radius:20px; border:1px solid rgba(255,255,255,.25); }
.gh-rating-row { display:flex; align-items:center; gap:14px; }
.gh-big-stars { color:#f5a623; font-size:22px; }
.gh-rating-num { font-size:32px; font-weight:800; color:#fff; }
.gh-rating-count { font-size:13px; color:rgba(255,255,255,.6); }
.gh-tags-row { display:flex; gap:8px; flex-wrap:wrap; margin-top:18px; }
.gh-tag { background:rgba(245,166,35,.2); border:1px solid rgba(245,166,35,.4); color:#f5c76e; font-size:12px; font-weight:600; padding:4px 12px; border-radius:20px; }

/* ── GUIDE DETAIL LAYOUT ── */
.guide-detail-layout { display:grid; grid-template-columns:1fr 360px; gap:36px; align-items:start; }

/* ── CONTENT TABS (reuse from shared css) ── */
.content-tabs { display:flex; gap:0; border-bottom:2px solid #eee; margin-bottom:28px; flex-wrap:wrap; }
.tab-btn { padding:12px 22px; font-size:14px; font-weight:600; color:#666; cursor:pointer; border:none; background:none; border-bottom:3px solid transparent; margin-bottom:-2px; font-family:inherit; transition:color .2s; }
.tab-btn.active { color:#5c1414; border-bottom-color:#f5a623; }
.tab-pane { display:none; }
.tab-pane.active { display:block; }

/* ── ABOUT SECTION ── */
.about-content p { font-size:14px; color:#555; line-height:1.9; margin-bottom:14px; }
.exp-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:24px 0; }
.exp-box { background:#fdf7f7; border-radius:12px; padding:18px; text-align:center; }
.exp-box .num { font-size:28px; font-weight:800; color:#f5a623; line-height:1; }
.exp-box p    { font-size:12px; color:#555; margin-top:4px; }
.specialty-list { list-style:none; display:flex; flex-direction:column; gap:10px; }
.specialty-list li { display:flex; align-items:center; gap:10px; font-size:13px; color:#555; padding:10px 14px; background:#fdf7f7; border-radius:10px; }
.specialty-list li i { color:#f5a623; font-size:15px; min-width:18px; }

/* ── TOUR PACKAGES TAB ── */
.guide-pkg-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.guide-pkg-card { background:#fdf7f7; border-radius:12px; padding:18px; border-left:4px solid #f5a623; }
.guide-pkg-card h4 { font-size:14px; font-weight:700; color:#5c1414; margin-bottom:4px; }
.guide-pkg-card .gpc-dur { font-size:12px; color:#f5a623; font-weight:600; margin-bottom:8px; display:flex; align-items:center; gap:5px; }
.guide-pkg-card p { font-size:12px; color:#666; line-height:1.65; margin-bottom:10px; }
.guide-pkg-card .gpc-price { font-size:15px; font-weight:800; color:#5c1414; }

/* ── REVIEWS TAB ── */
.review-summary { display:flex; gap:24px; align-items:center; background:#fdf7f7; border-radius:14px; padding:20px 24px; margin-bottom:24px; flex-wrap:wrap; }
.rs-big-num { font-size:54px; font-weight:800; color:#5c1414; line-height:1; }
.rs-stars { color:#f5a623; font-size:20px; margin-bottom:4px; }
.rs-count { font-size:13px; color:#888; }
.rs-bars { flex:1; min-width:200px; }
.rs-bar-row { display:flex; align-items:center; gap:10px; margin-bottom:7px; font-size:12px; color:#555; }
.rs-bar-track { flex:1; height:8px; background:#e5e5e5; border-radius:4px; overflow:hidden; }
.rs-bar-fill  { height:100%; background:#f5a623; border-radius:4px; }
.review-list { display:flex; flex-direction:column; gap:16px; }
.review-item { background:#fff; border-radius:12px; padding:18px; box-shadow:0 2px 10px rgba(0,0,0,.06); }
.ri-header { display:flex; align-items:center; gap:12px; margin-bottom:10px; }
.ri-avatar { width:44px; height:44px; border-radius:50%; background:#5c1414; display:flex; align-items:center; justify-content:center; color:#f5a623; font-size:17px; font-weight:700; flex-shrink:0; }
.ri-info h5 { font-size:14px; font-weight:700; color:#5c1414; }
.ri-info .ri-meta { font-size:11px; color:#aaa; }
.ri-stars { color:#f5a623; font-size:13px; margin-left:auto; }
.ri-body p { font-size:13px; color:#555; line-height:1.75; }
.ri-tour-tag { display:inline-flex; align-items:center; gap:5px; background:#fbf0f0; color:#5c1414; font-size:11px; font-weight:600; padding:3px 10px; border-radius:12px; margin-top:8px; }

/* ── GALLERY TAB ── */
.guide-gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.guide-gallery img { width:100%; height:150px; object-fit:cover; border-radius:10px; cursor:pointer; transition:.3s; }
.guide-gallery img:hover { transform:scale(1.04); opacity:.88; }

/* ── SIDEBAR ── */
.guide-booking-card { background:#fff; border-radius:16px; box-shadow:0 4px 22px rgba(0,0,0,.10); overflow:hidden; position:sticky; top:88px; }
.gbc-head { background:linear-gradient(135deg,#5c1414,#6e1c1c); padding:20px 22px; }
.gbc-head h3 { color:#fff; font-size:17px; font-weight:800; margin-bottom:4px; }
.gbc-head .gbc-price { color:#f5a623; font-size:22px; font-weight:800; }
.gbc-head .gbc-per   { color:rgba(255,255,255,.6); font-size:12px; }
.gbc-body { padding:20px 22px; }
.gbc-form .gf { margin-bottom:13px; }
.gbc-form label { font-size:12px; font-weight:700; color:#333; display:block; margin-bottom:5px; }
.gbc-form input,.gbc-form select,.gbc-form textarea { width:100%; padding:10px 13px; border:1.5px solid #e5e5e5; border-radius:9px; font-size:13px; font-family:inherit; outline:none; transition:.2s; }
.gbc-form input:focus,.gbc-form select:focus { border-color:#5c1414; }
.btn-hire-now { width:100%; background:#f5a623; color:#fff; border:none; padding:14px; border-radius:10px; font-size:15px; font-weight:700; cursor:pointer; font-family:inherit; transition:.2s; display:flex; align-items:center; justify-content:center; gap:8px; }
.btn-hire-now:hover { background:#d4891a; }
.guide-avail { display:flex; flex-wrap:wrap; gap:7px; margin-top:16px; }
.avail-day { padding:6px 13px; border-radius:8px; font-size:12px; font-weight:600; }
.avail-day.open { background:#e8f5e9; color:#2e7d32; border:1px solid #a5d6a7; }
.avail-day.closed { background:#fce4ec; color:#c62828; border:1px solid #ef9a9a; }

/* ── LIGHTBOX ── */
#lbox { display:none; position:fixed; inset:0; background:rgba(0,0,0,.92); z-index:9999; align-items:center; justify-content:center; flex-direction:column; padding:20px; }
#lbox.open { display:flex; }
#lboxImg { max-width:90vw; max-height:80vh; border-radius:10px; }
#lboxCap { color:#ccc; font-size:13px; margin-top:12px; }
.lbox-close { position:fixed; top:16px; right:20px; background:rgba(255,255,255,.12); border:none; color:#fff; font-size:22px; width:44px; height:44px; border-radius:50%; cursor:pointer; display:flex; align-items:center; justify-content:center; }

/* ── FAQ (used in FAQ tab) ── */
.faq-item { background:#fff; border-radius:12px; box-shadow:0 2px 10px rgba(0,0,0,.06); overflow:hidden; border:1.5px solid transparent; transition:border-color .2s; }
.faq-item.open { border-color:#f5a623; }
.faq-q { display:flex; justify-content:space-between; align-items:center; padding:16px 20px; cursor:pointer; font-weight:600; color:#5c1414; font-size:14px; gap:12px; }
.fq-icon { width:32px; height:32px; background:#fbf0f0; border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:14px; color:#f5a623; flex-shrink:0; transition:transform .3s; }
.faq-item.open .fq-icon { transform:rotate(45deg); background:#f5a623; color:#fff; }
.faq-q span { flex:1; }
.faq-a { display:none; padding:0 20px 16px 20px; font-size:13px; color:#555; line-height:1.85; }
.faq-item.open .faq-a { display:block; }

/* ── GUIDE HIRE MODAL ── */
.guide-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.62);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.guide-modal-overlay.open { display: flex; }
.guide-modal-box {
  background: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 560px;
  max-height: 94vh;
  overflow-y: auto;
  box-shadow: 0 24px 64px rgba(0,0,0,.3);
  position: relative;
}
.gm-head {
  background: linear-gradient(135deg,#5c1414,#6e1c1c);
  padding: 22px 26px;
  border-radius: 18px 18px 0 0;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
}
.gm-head-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 3px solid #f5a623;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  color: #5c1414;
  flex-shrink: 0;
}
.gm-head h2 { color:#fff; font-size:18px; font-weight:800; margin-bottom:2px; }
.gm-head p  { color:rgba(255,255,255,.65); font-size:12px; }
.gm-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: rgba(255,255,255,.15);
  border: none;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}
.gm-close:hover { background: rgba(255,255,255,.3); }
.gm-body { padding: 22px 24px 4px; }
.gm-row  { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gm-fg   { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.gm-fg label {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
  gap: 5px;
}
.gm-fg label i { color: #f5a623; font-size: 11px; }
.gm-fg input,
.gm-fg select,
.gm-fg textarea {
  padding: 11px 13px;
  border: 1.5px solid #e5e5e5;
  border-radius: 9px;
  font-size: 13px;
  font-family: inherit;
  outline: none;
  transition: border .2s;
  background: #fafafa;
  width: 100%;
  box-sizing: border-box;
}
.gm-fg input:focus,
.gm-fg select:focus  { border-color: #5c1414; background: #fff; }
.gm-fg textarea { resize: vertical; min-height: 70px; }
.gm-footer { padding: 4px 24px 22px; }
.btn-gm-submit {
  width: 100%;
  background: #f5a623;
  color: #fff;
  border: none;
  padding: 13px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  transition: background .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-gm-submit:hover { background: #d4891a; }
@media(max-width:500px){ .gm-row { grid-template-columns: 1fr; } }

/* ── OTHER GUIDES ── */
.other-guides-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.og-card { background:#fff; border-radius:14px; padding:20px; text-align:center; box-shadow:0 3px 14px rgba(0,0,0,.08); transition:.25s; cursor:pointer; }
.og-card:hover { transform:translateY(-5px); }
.og-avatar { width:64px; height:64px; border-radius:50%; background:#5c1414; display:flex; align-items:center; justify-content:center; font-size:24px; font-weight:800; color:#f5a623; margin:0 auto 10px; border:3px solid #f5a623; }
.og-card h4 { font-size:14px; font-weight:700; color:#5c1414; margin-bottom:3px; }
.og-card p  { font-size:11px; color:#f5a623; font-weight:600; margin-bottom:6px; }
.og-stars   { color:#f5a623; font-size:12px; margin-bottom:8px; }
.og-rate    { font-size:13px; font-weight:700; color:#5c1414; }

@media(max-width:1000px){ .guide-detail-layout{grid-template-columns:1fr;} .guide-hero{flex-direction:column;align-items:flex-start;padding:36px 24px 0;} .guide-hero-avatar{width:120px;height:120px;font-size:48px;} .guide-hero-right h1{font-size:28px;} .guide-booking-card{position:static;} }
@media(max-width:640px){ .exp-grid{grid-template-columns:1fr 1fr;} .guide-pkg-grid{grid-template-columns:1fr;} .guide-gallery{grid-template-columns:1fr 1fr;} .other-guides-grid{grid-template-columns:1fr 1fr;} }
