/* ============================================================
   SUBPAGE.CSS — Alt Sayfa Stilleri
   Adana Spot Merkezi
   ============================================================ */

/* ── Announce & Header (aynı ana sayfayla) ── */
.announce-bar {
  background: var(--orange);
  padding: 10px 24px;
  text-align: center;
  font-size: 13px; font-weight: 600; color: #fff;
  letter-spacing: 0.04em;
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
}
.announce-bar a { color: #fff; font-weight: 700; text-decoration: underline; }

header {
  position: fixed; top: 40px; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0.97); backdrop-filter: blur(12px);
  border-bottom: 2px solid var(--orange);
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  padding: 0 24px; height: 64px;
  display: flex; align-items: center; justify-content: space-between;
  transition: height 0.3s;
}
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo__icon { width: 38px; height: 38px; background: var(--orange); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 18px; color: #fff; flex-shrink: 0; }
.logo__text { display: flex; flex-direction: column; line-height: 1.1; }
.logo__main { font-family: var(--font-display); font-size: 19px; color: var(--dark); letter-spacing: 0.06em; }
.logo__sub  { font-size: 10px; color: var(--orange); text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav__link { color: #555; text-decoration: none; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; padding: 6px 12px; border-radius: var(--radius-sm); transition: var(--transition); }
.nav__link:hover { color: var(--orange); background: rgba(245,98,15,0.06); }
.nav__link--phone { color: var(--orange) !important; }
.nav__link--wa { background: var(--wa-green); color: #fff !important; display: flex; align-items: center; gap: 6px; }
.nav__link--wa:hover { background: var(--wa-dark) !important; }

/* ── Subpage Hero ── */
.subpage { padding-top: 104px; }

.subpage__hero {
  background: var(--cream);
  border-bottom: 2px solid #e8e0d8;
  padding: 56px 0 48px;
}

.breadcrumb {
  font-size: 13px; color: #aaa;
  margin-bottom: 16px;
}
.breadcrumb a { color: var(--orange); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

.subpage__hero h1 {
  font-size: clamp(32px, 5vw, 60px);
  color: var(--dark); line-height: 1;
  margin-bottom: 16px;
}

.subpage__lead {
  font-size: 16px; color: #666; line-height: 1.7;
  max-width: 640px; margin-bottom: 28px;
}
.subpage__lead strong { color: var(--orange); }

.subpage__ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Content + Sidebar Grid ── */
.subpage__grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  padding: 60px 0;
  align-items: start;
}

/* ── Content ── */
.subpage__content h2 {
  font-size: 32px; color: var(--dark);
  margin: 0 0 16px;
}
.subpage__content h3 {
  font-size: 22px; color: var(--dark);
  margin: 32px 0 12px;
}
.subpage__content p {
  font-size: 15px; color: #555; line-height: 1.8;
  margin-bottom: 16px;
}
.subpage__content p strong { color: var(--dark); }

.content-list {
  list-style: none; display: flex; flex-direction: column; gap: 8px;
  margin-bottom: 8px;
}
.content-list li {
  font-size: 15px; color: #555; padding: 10px 16px;
  background: var(--cream); border: 1px solid #e8e0d8;
  border-radius: var(--radius-sm);
  display: flex; align-items: center; gap: 10px;
}
.content-list li::before { content: '→'; color: var(--orange); font-size: 13px; }

.tag-group { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }

.cta-box {
  background: var(--dark); border-radius: 16px;
  padding: 32px; margin-top: 40px; text-align: center;
}
.cta-box h3 { font-size: 28px; color: #fff; margin-bottom: 8px; }
.cta-box p  { color: #888; font-size: 14px; margin-bottom: 20px; }

/* ── Sidebar ── */
.subpage__sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 120px; }

.sidebar-card {
  background: #fff; border: 1px solid #e8e0d8;
  border-radius: 16px; padding: 24px;
}
.sidebar-card h4 {
  font-size: 13px; font-weight: 700; color: var(--orange);
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 16px; font-family: var(--font-body);
}
.sidebar-phone {
  font-family: var(--font-display); font-size: 28px;
  color: var(--dark); letter-spacing: 0.06em;
  text-decoration: none; display: block;
  transition: color 0.2s;
}
.sidebar-phone:hover { color: var(--orange); }

.sidebar-links { display: flex; flex-direction: column; gap: 6px; }
.sidebar-links a {
  font-size: 13px; color: #666; text-decoration: none;
  padding: 7px 10px; border-radius: var(--radius-sm);
  border: 1px solid #eee; transition: var(--transition);
  display: block;
}
.sidebar-links a:hover { border-color: var(--orange); color: var(--orange); background: rgba(245,98,15,0.03); }

/* ── İlçe Grid (hizmet & genel sayfalar) ── */
.subpage__ilceler { padding: 60px 0; }
.subpage__ilceler h2 { font-size: 32px; color: var(--dark); margin-bottom: 24px; }

.ilce-grid {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.ilce-chip {
  background: var(--cream); border: 1px solid #e8e0d8;
  border-radius: 50px; padding: 10px 20px;
  font-size: 14px; font-weight: 600; color: #555;
  text-decoration: none; transition: var(--transition);
}
.ilce-chip:hover { background: var(--orange); border-color: var(--orange); color: #fff; }

/* ── Sitemap Sayfası ── */
.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 32px;
  padding: 60px 0;
}
.sitemap-group h2 {
  font-size: 22px; color: var(--dark);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--orange);
}
.sitemap-group ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.sitemap-group li a {
  font-size: 14px; color: #555; text-decoration: none;
  padding: 6px 0; display: block;
  border-bottom: 1px solid #f0f0f0;
  transition: color 0.2s;
}
.sitemap-group li:last-child a { border-bottom: none; }
.sitemap-group li a:hover { color: var(--orange); padding-left: 6px; }

/* ── Footer (aynı ana sayfa) ── */
footer { background: var(--dark); border-top: 3px solid var(--orange); padding: 56px 24px 28px; }
.footer__grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid #2a2a2a; }
.footer__desc { font-size: 14px; color: #666; line-height: 1.7; margin: 16px 0; max-width: 280px; }
.footer__col h4 { font-size: 11px; font-weight: 700; color: var(--orange); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 16px; font-family: var(--font-body); }
.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer__col a  { color: #555; font-size: 14px; text-decoration: none; transition: color 0.2s; }
.footer__col a:hover { color: var(--orange); }
.footer__bottom { max-width: 1200px; margin: 24px auto 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer__bottom p { font-size: 13px; color: #444; }
.footer__bottom .accent { color: var(--orange); }
.footer__bottom .seo { font-size: 11px; color: #2a2a2a; }

/* ── Floating ── */
.float-group { position: fixed; bottom: 28px; right: 28px; z-index: 999; display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.float-item  { display: flex; align-items: center; gap: 10px; }
.float-label { background: var(--dark); color: #fff; font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: 20px; white-space: nowrap; opacity: 0; transform: translateX(10px); transition: var(--transition); pointer-events: none; }
.float-item:hover .float-label { opacity: 1; transform: translateX(0); }
.float-wa { width: 56px; height: 56px; background: var(--wa-green); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: var(--shadow-wa); transition: var(--transition); animation: waPulse 3s ease-in-out infinite; }
.float-wa:hover { transform: scale(1.12); }
.float-wa svg { width: 28px; height: 28px; fill: #fff; }
@keyframes waPulse { 0%,100%{box-shadow:0 4px 24px rgba(37,211,102,0.5)} 50%{box-shadow:0 4px 40px rgba(37,211,102,0.8),0 0 0 10px rgba(37,211,102,0.08)} }

/* ── Responsive ── */
@media (max-width: 900px) {
  .subpage__grid { grid-template-columns: 1fr; }
  .subpage__sidebar { position: static; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .nav { display: none; }
  .subpage__ctas { flex-direction: column; }
  .footer__grid { grid-template-columns: 1fr; }
  .sitemap-grid { grid-template-columns: 1fr; }
}
