/* =============================================
   SEHIRLER PAGE – Creative Premium Design
   ============================================= */

/* ===== HERO ===== */
.sh-hero {
  position: relative; overflow: hidden;
  padding: calc(var(--nav-h) + 60px) 0 100px;
  background: linear-gradient(160deg, #020617 0%, #0c2340 30%, #091c30 60%, #020617 100%);
  min-height: 600px;
}
.sh-hero-bg { position: absolute; inset: 0; pointer-events: none; }

.sh-hero-gradient {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 25% 50%, rgba(16,185,129,.15), transparent),
    radial-gradient(ellipse 50% 40% at 75% 30%, rgba(0,194,255,.08), transparent);
}

.sh-hero-mesh {
  position: absolute; inset: 0; opacity: .08;
  background-image:
    linear-gradient(rgba(16,185,129,.4) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,185,129,.4) 1px, transparent 1px);
  background-size: 80px 80px;
}

.sh-hero-orb {
  position: absolute; border-radius: 50%; filter: blur(100px);
  animation: shOrbFloat 20s ease-in-out infinite;
}
.sh-orb-1 { width: 500px; height: 500px; background: rgba(16,185,129,.12); top: -150px; left: -100px; animation-delay: 0s; }
.sh-orb-2 { width: 400px; height: 400px; background: rgba(0,194,255,.1); bottom: -100px; right: -50px; animation-delay: -7s; }
.sh-orb-3 { width: 300px; height: 300px; background: rgba(52,211,153,.08); top: 50%; left: 60%; animation-delay: -13s; }

@keyframes shOrbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(30px, -20px) scale(1.05); }
  50% { transform: translate(-20px, 30px) scale(.95); }
  75% { transform: translate(10px, 10px) scale(1.02); }
}

/* Floating city icons */
.sh-float-icon {
  position: absolute; font-size: 28px; opacity: .12;
  animation: shIconDrift 25s ease-in-out infinite;
  pointer-events: none;
}
.sh-fi-1 { top: 15%; left: 8%; animation-delay: 0s; }
.sh-fi-2 { top: 25%; right: 12%; animation-delay: -4s; font-size: 24px; }
.sh-fi-3 { bottom: 30%; left: 15%; animation-delay: -8s; }
.sh-fi-4 { top: 40%; right: 25%; animation-delay: -12s; font-size: 22px; }
.sh-fi-5 { bottom: 20%; right: 8%; animation-delay: -16s; font-size: 26px; }
.sh-fi-6 { top: 60%; left: 35%; animation-delay: -20s; font-size: 20px; }

@keyframes shIconDrift {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(15px, -25px) rotate(5deg); }
  50% { transform: translate(-10px, 15px) rotate(-3deg); }
  75% { transform: translate(20px, 10px) rotate(2deg); }
}

.sh-hero-inner {
  position: relative; z-index: 2;
  text-align: center;
}

/* Platform Label */
.sh-hero-inner .platform-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.sh-hero-inner .platform-label::before,
.sh-hero-inner .platform-label::after {
  content: '';
  width: 28px;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, rgba(16,185,129,.5));
  border-radius: 2px;
}
.sh-hero-inner .platform-label::after {
  background: linear-gradient(90deg, rgba(16,185,129,.5), transparent);
}

/* Badge */
.sh-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.25);
  backdrop-filter: blur(12px);
  padding: 8px 20px; border-radius: 100px;
  font-size: 13px; font-weight: 600; color: rgba(110,231,183,1);
  margin-bottom: 28px;
  animation: shFadeUp .8s ease both;
}
.sh-badge-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #10b981;
  animation: pulse 2s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(16,185,129,.6);
}

/* Title */
.sh-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 900; color: #fff;
  line-height: 1.15; letter-spacing: -.5px;
  margin-bottom: 16px;
  animation: shFadeUp .8s ease .1s both;
}
.sh-gradient-text {
  background: linear-gradient(135deg, #34d399, #60a5fa, #34d399);
  background-size: 200% auto;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shShimmer 4s linear infinite;
}
@keyframes shShimmer { to { background-position: 200% center; } }

/* Desc */
.sh-hero-desc {
  font-size: 17px; color: rgba(203,213,225,.8);
  max-width: 550px; margin: 0 auto 36px;
  line-height: 1.7;
  animation: shFadeUp .8s ease .2s both;
}

/* Stats */
.sh-hero-stats {
  display: flex; align-items: center; justify-content: center;
  gap: 0; margin-bottom: 42px;
  animation: shFadeUp .8s ease .3s both;
}
.sh-stat { text-align: center; padding: 0 28px; }
.sh-stat-top { display: flex; align-items: baseline; justify-content: center; gap: 2px; }
.sh-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 32px; font-weight: 900; color: #fff;
}
.sh-stat-plus { font-size: 18px; font-weight: 700; color: #34d399; }
.sh-stat-label { font-size: 13px; color: rgba(148,163,184,.8); font-weight: 500; display: block; margin-top: 2px; }
.sh-stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,.1); }

/* Search Bar */
.sh-search-wrap {
  max-width: 500px; margin: 0 auto;
  animation: shFadeUp .8s ease .4s both;
}
.sh-search-bar {
  display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px; padding: 16px 22px;
  transition: all .35s cubic-bezier(.25,.8,.25,1);
  box-shadow: 0 8px 32px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.06);
}
.sh-search-bar:focus-within {
  border-color: rgba(16,185,129,.5);
  box-shadow: 0 8px 40px rgba(16,185,129,.15), 0 0 0 1px rgba(16,185,129,.2), inset 0 1px 0 rgba(255,255,255,.08);
}
.sh-search-bar svg { color: rgba(148,163,184,.6); flex-shrink: 0; }
.sh-search-bar input {
  flex: 1; border: none; outline: none; background: transparent;
  font-size: 15px; color: #fff; font-family: inherit;
}
.sh-search-bar input::placeholder { color: rgba(148,163,184,.5); }

/* Wave */
.sh-hero-wave { position: absolute; bottom: -1px; left: 0; right: 0; line-height: 0; z-index: 3; }
.sh-hero-wave svg { width: 100%; height: 60px; }

/* Fade Animation */
@keyframes shFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== SECTION HEADS ===== */
.sh-section-head { text-align: center; margin-bottom: 40px; }
.sh-label {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--primary); background: var(--primary-50);
  padding: 6px 16px; border-radius: 100px; margin-bottom: 12px;
}
.sh-section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 800; color: var(--text-primary); line-height: 1.2;
}

/* ===== FEATURED ===== */
.sh-featured { padding: 48px 0 24px; background: var(--bg); }

.sh-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 210px);
  gap: 18px;
}
.sh-featured-grid .sh-fcard:first-child { grid-row: 1 / 3; }

.sh-fcard {
  position: relative; border-radius: 20px; overflow: hidden;
  display: block; text-decoration: none; cursor: pointer;
  transition: all .45s cubic-bezier(.25,.8,.25,1);
}
.sh-fcard:hover { transform: translateY(-6px); box-shadow: 0 20px 56px rgba(0,0,0,.18); }
.sh-fcard:hover .sh-fcard-bg { transform: scale(1.08); }

.sh-fcard-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform .7s cubic-bezier(.25,.8,.25,1);
}
.sh-fcard-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.75) 0%, rgba(0,0,0,.2) 45%, rgba(0,0,0,.05) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px;
}
.sh-fcard-rank {
  position: absolute; top: 16px; left: 18px;
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--fc, #10b981); color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 18px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
}
.sh-fcard-info { display: flex; align-items: baseline; gap: 10px; margin-bottom: 8px; }
.sh-fcard-name {
  font-size: 22px; font-weight: 800; color: #fff;
  margin: 0; text-shadow: 0 2px 8px rgba(0,0,0,.3);
}
.sh-fcard-count {
  font-size: 12px; color: rgba(255,255,255,.65); font-weight: 500;
  white-space: nowrap;
}
.sh-fcard-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.sh-ftag {
  font-size: 11px; padding: 3px 10px; border-radius: 100px;
  background: rgba(255,255,255,.14); backdrop-filter: blur(8px);
  color: rgba(255,255,255,.85); font-weight: 500;
  border: 1px solid rgba(255,255,255,.1);
}

/* ===== ALL CITIES (Region Cards) ===== */
.sh-all { padding: 48px 0 80px; background: var(--bg-alt); }

/* Content Search Bar */
.sh-content-search {
  display: flex; align-items: center; gap: 14px;
  background: #fff; border: 2px solid #cbd5e1;
  border-radius: 16px; padding: 16px 24px;
  margin-bottom: 36px; max-width: 540px;
  margin-left: auto; margin-right: auto;
  transition: border-color .3s, box-shadow .3s;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
}
.sh-content-search:focus-within {
  border-color: #0ea5e9;
  box-shadow: 0 0 0 4px rgba(14,165,233,.12), 0 4px 20px rgba(14,165,233,.1);
}
.sh-content-search svg { flex-shrink: 0; color: #64748b; width: 22px; height: 22px; }
.sh-content-search input {
  border: none; outline: none; flex: 1;
  font-size: 1.05rem; color: #1e293b; background: transparent;
  font-weight: 500;
}
.sh-content-search input::placeholder { color: #64748b; font-weight: 400; }

/* Region Section Cards (like tedaviler td-sec) */
.sh-regions { display: flex; flex-direction: column; gap: 20px; }

.sh-rsec {
  display: flex; border-radius: 18px; overflow: hidden;
  background: var(--white); border: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  opacity: 0; transform: translateY(24px);
  transition: opacity .5s ease var(--delay, 0s), transform .5s ease var(--delay, 0s),
              box-shadow .35s, border-color .35s;
}
.sh-rsec.visible { opacity: 1; transform: translateY(0); }
.sh-rsec:hover { box-shadow: 0 8px 28px rgba(0,0,0,.07); border-color: var(--primary-200); }

/* Side panel */
.sh-rsec-side {
  width: 180px; flex-shrink: 0;
  background: linear-gradient(160deg, color-mix(in srgb, var(--rc, #3b82f6) 12%, #fff), color-mix(in srgb, var(--rc, #3b82f6) 5%, #fff));
  border-right: 1px solid var(--border);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 28px 16px; gap: 6px; text-align: center;
}
.sh-rsec-icon { font-size: 32px; }
.sh-rsec-name {
  font-size: 16px; font-weight: 800; color: var(--text-primary);
  margin: 0;
}
.sh-rsec-count {
  font-size: 12px; font-weight: 600; color: var(--rc, var(--primary));
  background: color-mix(in srgb, var(--rc, var(--primary)) 12%, transparent);
  padding: 2px 10px; border-radius: 100px;
}

/* Body — city links grid */
.sh-rsec-body {
  flex: 1; padding: 24px 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px 16px;
  align-content: start;
}

.sh-clink {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 10px; border-radius: 8px;
  text-decoration: none; color: var(--text-primary);
  font-size: 14px; font-weight: 500;
  transition: background .2s, color .2s, padding-left .25s;
}
.sh-clink:hover {
  background: var(--primary-50); color: var(--primary);
  padding-left: 14px;
}
.sh-clink-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--rc, var(--primary)); flex-shrink: 0;
  opacity: .5; transition: opacity .2s;
}
.sh-clink:hover .sh-clink-dot { opacity: 1; }
.sh-clink-name { flex: 1; }
.sh-clink-firms {
  font-size: 11px; font-weight: 600; color: var(--text-muted);
  background: var(--bg-alt); padding: 2px 8px; border-radius: 100px;
  transition: background .2s, color .2s;
}
.sh-clink:hover .sh-clink-firms { background: var(--primary); color: #fff; }

/* No Result */
.sh-no-result { text-align: center; padding: 60px 20px; }
.sh-no-icon { font-size: 48px; margin-bottom: 16px; }
.sh-no-result p { color: var(--text-muted); font-size: 15px; }

/* ===== CTA ===== */
.sh-cta { padding: 0 0 80px; background: var(--bg-alt); }

.sh-cta-card {
  background: linear-gradient(135deg, #064e3b, #10b981, #06b6d4);
  border-radius: 28px; padding: 60px; text-align: center;
  position: relative; overflow: hidden;
}
.sh-cta-glow {
  position: absolute; width: 350px; height: 350px;
  border-radius: 50%; filter: blur(120px);
  background: rgba(255,255,255,.12);
  top: -100px; right: -80px; pointer-events: none;
}
.sh-cta-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 3vw, 30px); font-weight: 900;
  color: #fff; margin-bottom: 14px; position: relative; z-index: 2;
}
.sh-cta-card p {
  font-size: 16px; color: rgba(255,255,255,.8);
  max-width: 500px; margin: 0 auto 28px;
  line-height: 1.7; position: relative; z-index: 2;
}
.sh-cta-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: #064e3b; padding: 14px 32px;
  border-radius: 14px; font-size: 15px; font-weight: 700;
  text-decoration: none; transition: all .3s; position: relative; z-index: 2;
  box-shadow: 0 4px 16px rgba(0,0,0,.15);
}
.sh-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,.2); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .sh-featured-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .sh-featured-grid .sh-fcard:first-child { grid-row: auto; }
  .sh-featured-grid .sh-fcard { height: 220px; }
  .sh-rsec-body { grid-template-columns: repeat(2, 1fr); }
  .sh-hero-stats .sh-stat { padding: 0 20px; }
}

@media (max-width: 768px) {
  .sh-hero { padding-top: calc(var(--nav-h) + 40px); padding-bottom: 80px; min-height: auto; }
  .sh-hero-title { font-size: clamp(28px, 7vw, 42px); }
  .sh-hero-desc { font-size: 15px; }
  .sh-hero-stats { flex-wrap: wrap; gap: 16px; }
  .sh-stat-divider { display: none; }
  .sh-stat { padding: 0 16px; }
  .sh-stat-num { font-size: 26px; }
  .sh-featured-grid { grid-template-columns: 1fr; }
  .sh-featured-grid .sh-fcard { height: 200px; }
  .sh-rsec { flex-direction: column; }
  .sh-rsec-side {
    width: 100%; flex-direction: row; padding: 16px 20px;
    border-right: none; border-bottom: 1px solid var(--border);
    gap: 12px; justify-content: flex-start;
  }
  .sh-rsec-icon { font-size: 24px; }
  .sh-rsec-name { font-size: 15px; }
  .sh-rsec-body { grid-template-columns: repeat(2, 1fr); padding: 16px; }
  .sh-cta-card { padding: 36px 24px; }
}

@media (max-width: 640px) {
  .sh-featured-grid .sh-fcard { height: 180px; }
  .sh-rsec-body { grid-template-columns: 1fr; padding: 12px; }
  .sh-cta-card { padding: 32px 20px; }
}

@media (max-width: 480px) {
  .sh-hero-stats { gap: 8px; }
  .sh-stat { padding: 0 10px; }
  .sh-stat-num { font-size: 22px; }
  .sh-rsec-body { grid-template-columns: 1fr; }
}

/* ===== HERO GREEN/TEAL THEME OVERRIDE ===== */
.fl-hero.hero-sehirler {
  background: linear-gradient(160deg, #020617 0%, #0a2818 30%, #071f14 60%, #020617 100%);
}
.hero-sehirler .fl-hero-gradient {
  background:
    radial-gradient(ellipse 60% 50% at 25% 50%, rgba(16,185,129,.15), transparent),
    radial-gradient(ellipse 50% 40% at 75% 30%, rgba(52,211,153,.08), transparent);
}
.hero-sehirler .fl-hero-mesh {
  background-image:
    linear-gradient(rgba(16,185,129,.4) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,185,129,.4) 1px, transparent 1px);
}
.hero-sehirler .fl-hero-orb.fl-orb-1 { background: rgba(16,185,129,.12); }
.hero-sehirler .fl-hero-orb.fl-orb-2 { background: rgba(52,211,153,.1); }
.hero-sehirler .fl-hero-orb.fl-orb-3 { background: rgba(5,150,105,.08); }
.hero-sehirler .fl-hero-badge { background: rgba(16,185,129,.12); border-color: rgba(16,185,129,.25); color: rgba(110,231,183,1); }
.hero-sehirler .fl-badge-dot { background: #10b981; box-shadow: 0 0 8px rgba(16,185,129,.6); }
.hero-sehirler .fl-gradient-text {
  background: linear-gradient(135deg, #34d399, #60a5fa, #34d399);
  background-size: 200% auto;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sehirler .fl-hero-inner .platform-label::before {
  background: linear-gradient(90deg, transparent, rgba(16,185,129,.5));
}
.hero-sehirler .fl-hero-inner .platform-label::after {
  background: linear-gradient(90deg, rgba(16,185,129,.5), transparent);
}
.hero-sehirler .fl-search-bar:focus-within {
  border-color: rgba(16,185,129,.5);
  box-shadow: 0 8px 40px rgba(16,185,129,.15), 0 0 0 1px rgba(16,185,129,.2), inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-sehirler .fl-stat-plus { color: #34d399; }
.hero-sehirler .fl-search-btn {
  background: linear-gradient(135deg, #10b981, #0ea5e9);
}
.hero-sehirler .fl-search-btn:hover {
  background: linear-gradient(135deg, #059669, #0284c7);
}

/* FAQ accent override for sehirler (green) */
.hero-sehirler ~ .sh-faq-section .sh-faq-item:hover,
.hero-sehirler ~ .sh-faq-section .sh-faq-item.open { border-color: #10b981; box-shadow: 0 2px 12px rgba(16,185,129,.1); }
.hero-sehirler ~ .sh-faq-section .sh-faq-item.open .sh-faq-q svg { color: #10b981; }
