/* ── Rehber Kartları (mevcut, page-rehber.php inline style'dan taşındı) ── */
.rehber-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}
.rehber-kart{background:var(--surface-card);border:1px solid var(--border-card);border-radius:var(--r);padding:28px;text-decoration:none;display:block;transition:border-color var(--t),transform var(--t)}
.rehber-kart:hover{border-color:var(--gold-border-hi);transform:translateY(-3px)}
.rehber-kart h3{font-family:var(--f-head);color:var(--white);font-size:1.1rem;font-weight:800;margin-bottom:10px}
.rehber-kart p{color:var(--muted);font-size:.88rem;line-height:1.65;margin:0}
.rehber-kart--static{cursor:default}
.rehber-kart--static:hover{border-color:var(--border-card);transform:none}

/* ── Rehber İçerik Bölümleri (H2-1..H2-8) ── */
.rehber-h2-block{max-width:820px;margin:0 auto}
.rehber-h2-block h2{font-family:var(--f-head);font-weight:900;color:var(--white);font-size:clamp(1.5rem,2.8vw,2.1rem);margin-bottom:18px}
.rehber-h2-block > p{color:var(--text);font-size:.97rem;line-height:1.84;margin-bottom:16px}
.rehber-h2-block a{color:var(--gold2)}

.rehber-h3-item{margin-bottom:20px}
.rehber-h3-item h3{font-family:var(--f-head);font-weight:800;color:var(--white);font-size:1rem;margin-bottom:6px}
.rehber-h3-item p{color:var(--text);font-size:.92rem;line-height:1.78;margin:0}
.rehber-h3-item a{color:var(--gold2)}

/* ── Mini FAQ (H2-8) ── */
.rehber-faq{max-width:820px;margin:0 auto}
.rehber-faq-item{margin-bottom:18px}
.rehber-faq-item h3{font-family:var(--f-head);font-weight:800;color:var(--white);font-size:.97rem;margin-bottom:6px}
.rehber-faq-item p{color:var(--text);font-size:.92rem;line-height:1.78;margin:0}
.rehber-faq-item a{color:var(--gold2)}

@media(max-width:640px){
  .rehber-h2-block h2{font-size:1.4rem}
}

/* ── Visual Redesign (2026-07-22) — sunum katmanı, içerik LOCKED ── */

/* Hero — minimal luxury, görsel yok */
#rehber-baslik{position:relative}
#rehber-baslik .section-header{max-width:760px}
#rehber-baslik h1{letter-spacing:-.01em}
#rehber-baslik .sh-tag{margin-bottom:22px}
.rehber-hero-divider{width:64px;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold2));margin:28px auto 0;border-radius:2px}

@media(max-width:768px){
  /* Sabit (fixed) header'ın hero tag'ının üzerine binmesini önler */
  #rehber-baslik{padding-top:118px!important}
  #rehber-baslik .sh-tag{margin-bottom:18px}
  #rehber-baslik h1{font-size:clamp(1.7rem,7vw,2.3rem);line-height:1.2}
  #rehber-baslik .section-header p{font-size:.94rem;line-height:1.72}
  .rehber-hero-divider{margin-top:24px}
}

/* Luxury Card Grid — H2-2, H2-5 */
.rehber-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:100%}
.rehber-card-item{background:var(--surface-card);border:1px solid var(--border-card);border-radius:var(--r);padding:30px 26px;transition:border-color var(--t),transform var(--t)}
.rehber-card-item:hover{border-color:var(--gold-border-hi);transform:translateY(-3px)}
.rehber-card-icon{width:40px;height:40px;color:var(--gold);margin-bottom:16px}
.rehber-card-icon svg{width:100%;height:100%}
.rehber-card-item h3{font-family:var(--f-head);color:var(--white);font-size:1.02rem;font-weight:800;margin-bottom:10px}
.rehber-card-item p{color:var(--text);font-size:.9rem;line-height:1.76;margin:0}
.rehber-card-item p a{color:var(--gold2);font-weight:700;white-space:nowrap}
.rehber-card-item p a::after{content:'→';display:inline-block;margin-left:4px;transition:transform var(--t)}
.rehber-card-item p a:hover::after{transform:translateX(3px)}

/* Editorial Timeline — H2-3 */
.rehber-timeline{position:relative;max-width:760px;margin:0 auto;padding-left:52px}
.rehber-timeline::before{content:'';position:absolute;left:19px;top:6px;bottom:6px;width:1px;background:linear-gradient(to bottom,rgba(201,168,76,.5),rgba(201,168,76,.12))}
.rehber-timeline-item{position:relative;margin-bottom:28px}
.rehber-timeline-item:last-child{margin-bottom:0}
.rehber-timeline-num{position:absolute;left:-52px;top:0;width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(201,168,76,.55);background:rgba(201,168,76,.07);color:var(--gold);font-family:var(--f-head);font-weight:900;font-size:.92rem;display:flex;align-items:center;justify-content:center}
.rehber-timeline-item h3{font-family:var(--f-head);color:var(--white);font-weight:800;font-size:1.02rem;margin-bottom:8px;padding-top:8px}
.rehber-timeline-item p{color:var(--text);font-size:.92rem;line-height:1.78;margin:0}

/* Minimal Information Blocks — H2-6 (bilinçli olarak kart değil, nefes molası) */
.rehber-info-list{max-width:820px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:28px 40px}
.rehber-info-item{display:flex;gap:14px;align-items:flex-start;padding-bottom:20px;border-bottom:1px solid var(--border-card)}
.rehber-info-icon{width:22px;height:22px;color:var(--gold);flex-shrink:0;margin-top:3px}
.rehber-info-icon svg{width:100%;height:100%}
.rehber-info-item h3{font-family:var(--f-head);color:var(--white);font-weight:800;font-size:.95rem;margin-bottom:6px}
.rehber-info-item p{color:var(--text);font-size:.88rem;line-height:1.72;margin:0}

/* Seasonal Layout — H2-7 */
.rehber-season-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.rehber-season-item{text-align:center;padding:24px 16px;background:var(--surface-card);border:1px solid var(--border-card);border-radius:var(--r)}
.rehber-season-icon{width:30px;height:30px;color:var(--gold);margin:0 auto 12px}
.rehber-season-icon svg{width:100%;height:100%}
.rehber-season-item h3{font-family:var(--f-head);color:var(--white);font-weight:800;font-size:.88rem;margin-bottom:8px}
.rehber-season-item p{color:var(--muted);font-size:.8rem;line-height:1.6;margin:0}

/* Accordion — H2-8 */
.rehber-faq-item{border:1px solid var(--border-card);border-radius:var(--r);background:var(--surface-card);padding:0;margin-bottom:10px;overflow:hidden}
.rehber-faq-item summary{list-style:none;cursor:pointer;padding:18px 22px;display:flex;justify-content:space-between;align-items:center;gap:16px}
.rehber-faq-item summary::-webkit-details-marker{display:none}
.rehber-faq-item summary h3{font-family:var(--f-head);color:var(--white);font-weight:700;font-size:.94rem;margin:0}
.rehber-faq-item summary::after{content:'+';color:var(--gold);font-size:1.3rem;font-weight:300;flex-shrink:0;transition:transform var(--t)}
.rehber-faq-item[open] summary::after{transform:rotate(45deg)}
.rehber-faq-item p{color:var(--text);font-size:.92rem;line-height:1.78;margin:0;padding:0 22px 20px}

@media(max-width:960px){
  .rehber-card-grid{grid-template-columns:repeat(2,1fr)}
  .rehber-season-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .rehber-card-grid{grid-template-columns:1fr}
  .rehber-info-list{grid-template-columns:1fr}
  .rehber-season-grid{grid-template-columns:1fr}
  .rehber-timeline{padding-left:44px}
  .rehber-timeline-num{left:-44px;width:34px;height:34px;font-size:.82rem}
}
