/* ============================================================
   Telefonda Sohbet — Modern Warm Theme (2026 refresh)
   Bu dosya en son yüklenir ve mevcut tasarımın üzerine biner.
   HTML yapısı değişmedi; sadece görsel katman modernleştirildi.
   ============================================================ */

:root {
  --ts-bg: #fbf7f2;
  --ts-surface: #ffffff;
  --ts-ink: #241a18;
  --ts-ink-soft: #6b5c57;
  --ts-line: #ece2d8;
  --ts-primary: #e14f5a;
  --ts-primary-dark: #b8323f;
  --ts-accent: #f2994a;
  --ts-gradient: linear-gradient(135deg, #e14f5a 0%, #f2994a 100%);
  --ts-radius: 18px;
  --ts-radius-sm: 12px;
  --ts-shadow: 0 18px 40px -18px rgba(90, 40, 35, .28);
  --ts-shadow-sm: 0 8px 20px -12px rgba(90, 40, 35, .25);
  --ts-font: "Plus Jakarta Sans", "Exo", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --ts-display: "Fraunces", Georgia, "Times New Roman", serif;
}

html { scroll-behavior: smooth; }

body {
  background: var(--ts-bg);
  color: var(--ts-ink);
  font-family: var(--ts-font);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0 0 auto 0;
  height: 380px;
  background: radial-gradient(60% 100% at 15% 0%, rgba(242, 153, 74, .18), transparent 70%),
              radial-gradient(50% 100% at 85% 0%, rgba(225, 79, 90, .16), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

a { color: var(--ts-primary); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--ts-primary-dark); }

.wrapper { max-width: 1180px; width: 100%; padding: 0 24px; box-sizing: border-box; }

/* ---------------- Üst bar ---------------- */
header .top_bar {
  background: rgba(255, 255, 255, .82);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
  box-shadow: none;
  border-bottom: 1px solid transparent;
  top: 0;
}
header .top_bar.sticky {
  background: rgba(255, 255, 255, .94);
  border-bottom-color: var(--ts-line);
  box-shadow: var(--ts-shadow-sm);
}
header .top_bar .logo img { padding: 12px 0; }
header .top_bar .menu ul li a {
  position: relative;
  color: var(--ts-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}
header .top_bar .menu ul li a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--ts-gradient);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
header .top_bar .menu ul li a:hover::after,
header .top_bar .menu ul li a.current::after { transform: scaleX(1); }
header .top_bar .menu ul li a:hover,
header .top_bar .menu ul li a.current { color: var(--ts-primary); }

.mobil_menu i { color: var(--ts-primary); }

/* ---------------- Hero ---------------- */
header .banner { min-height: 640px; }
header .banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(28, 14, 12, .82) 0%, rgba(28, 14, 12, .45) 45%, rgba(28, 14, 12, .1) 100%);
}
header .banner .wrapper { z-index: 2; }
header .banner .inner {
  width: min(620px, 100%);
  height: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  padding-top: 60px;
  animation: tsRise .8s cubic-bezier(.22, 1, .36, 1) both;
}
@keyframes tsRise { from { opacity: 0; transform: translateY(-42%); } to { opacity: 1; transform: translateY(-50%); } }

header .banner .inner h1,
header .banner .inner h2 {
  font-family: var(--ts-display);
  font-weight: 600;
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.15;
  letter-spacing: -.02em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, .45);
  margin-bottom: 18px;
}
header .banner .inner h1 br { display: none; }

header .banner .inner a.link1 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 10px 20px 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .28);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: clamp(24px, 3.2vw, 38px);
  font-weight: 800;
  letter-spacing: .01em;
  text-shadow: none;
}
header .banner .inner a.link1::before {
  content: "\f095";
  font-family: "FontAwesome";
  font-size: 18px;
  width: 36px; height: 36px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--ts-gradient);
}
header .banner .inner a.link1:hover { background: rgba(255, 255, 255, .2); color: #fff; }

header .banner .inner p {
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  margin-bottom: 28px;
  max-width: 480px;
}

/* Butonlar */
header .banner .inner a.link2,
section a.link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ts-gradient);
  color: #fff;
  padding: 15px 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .01em;
  box-shadow: 0 14px 30px -12px rgba(225, 79, 90, .7);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
header .banner .inner a.link2:hover,
section a.link:hover {
  color: #fff;
  filter: saturate(115%);
  transform: translateY(-2px);
  box-shadow: 0 20px 38px -14px rgba(225, 79, 90, .75);
}
header .banner .inner a.link2 i, section a.link i { margin-right: 0; }

/* ---------------- Bölümler ---------------- */
section { color: var(--ts-ink); position: relative; z-index: 1; }
section .row { padding: 84px 0; }
section .row + .clear + .row { border-top: 1px solid var(--ts-line); }

section .big_title { margin-bottom: 26px; }
section .big_title h2 {
  font-family: var(--ts-display);
  font-weight: 600;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.2;
  letter-spacing: -.02em;
  padding-bottom: 18px;
}
section .big_title h2 b { color: var(--ts-primary); font-weight: 600; }
section .big_title h2:before {
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: var(--ts-gradient);
}

section p { line-height: 1.85; color: var(--ts-ink-soft); margin-bottom: 22px; }
section p b { color: var(--ts-ink); }
section h3, section h4, section h5 { font-family: var(--ts-display); font-weight: 600; color: var(--ts-ink); }

section ol {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}
section ol li {
  list-style: none;
  margin-left: 0;
  padding: 14px 18px 14px 48px;
  position: relative;
  background: var(--ts-surface);
  border: 1px solid var(--ts-line);
  border-radius: var(--ts-radius-sm);
  box-shadow: var(--ts-shadow-sm);
  line-height: 1.6;
  color: var(--ts-ink);
}
section ol li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 16px;
  top: 15px;
  width: 22px; height: 22px;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
  color: #fff;
  border-radius: 50%;
  background: var(--ts-gradient);
}

/* Görseller */
.resim_sag, .resim_sol {
  border-radius: var(--ts-radius);
  box-shadow: var(--ts-shadow);
}
.resim_yatay { border-radius: var(--ts-radius); box-shadow: var(--ts-shadow); }

/* ---------------- SSS akordeon ---------------- */
.akordeon { border-top: none; }
.akordeon-item {
  background: var(--ts-surface);
  border: 1px solid var(--ts-line);
  border-radius: var(--ts-radius-sm);
  margin-bottom: 12px;
  box-shadow: var(--ts-shadow-sm);
  overflow: hidden;
}
.akordeon-item .akordeon-item-head {
  background: transparent;
  border: none;
  height: 58px;
}
.akordeon-heading {
  line-height: 58px;
  padding-left: 0;
  font-weight: 700;
  color: var(--ts-ink);
}
.akordeon-heading:before {
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: var(--ts-primary);
  background: transparent;
  border: none;
  margin-right: 4px;
}
.akordeon-item.expanded { border-color: rgba(225, 79, 90, .35); }
.akordeon-item-content { padding: 0 20px 18px 62px; color: var(--ts-ink-soft); }
.akordeon-item-content p { margin-bottom: 0; }

/* ---------------- Galeri kartları ---------------- */
#tikla .inner > div:first-child {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
#tikla .item {
  width: auto !important;
  height: 380px;
  margin: 0 !important;
  float: none !important;
}
#tikla .item, #tarife .item {
  border: 1px solid var(--ts-line);
  border-radius: var(--ts-radius);
  box-shadow: var(--ts-shadow-sm);
  transition: transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s ease;
}
#tikla .item:hover { transform: translateY(-6px); box-shadow: var(--ts-shadow); }
#tikla .item img { border-radius: var(--ts-radius); }
#tikla .item:hover img { opacity: .72; transform: scale(1.04); }
#tikla .item a:before {
  width: 78px; height: 78px; line-height: 78px;
  font-size: 30px;
  background: var(--ts-gradient);
  box-shadow: 0 16px 34px -12px rgba(225, 79, 90, .8);
}

/* ---------------- Footer ---------------- */
footer {
  background: #2a1a18;
  background-image: radial-gradient(70% 120% at 20% 0%, rgba(242, 153, 74, .22), transparent 65%),
                    radial-gradient(60% 120% at 85% 10%, rgba(225, 79, 90, .22), transparent 65%);
  color: rgba(255, 255, 255, .72);
  padding: 84px 0 48px;
}
footer .wrapper { max-width: 820px; }
footer h2 {
  font-family: var(--ts-display);
  font-weight: 600;
  font-size: clamp(26px, 3.2vw, 36px);
  color: #fff;
  letter-spacing: -.02em;
}
footer p { line-height: 1.8; margin-bottom: 32px; }
footer a.link { color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .35); }
footer a.link:hover { color: var(--ts-accent); border-color: var(--ts-accent); }
footer .sosyal { margin-bottom: 40px; }
footer .sosyal nav ul li a {
  width: 44px; height: 44px; line-height: 46px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  transition: transform .2s ease, background .2s ease;
}
footer .sosyal nav ul li a:hover { background: var(--ts-gradient); border-color: transparent; transform: translateY(-3px); color: #fff; }
footer .copy {
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .55);
  padding-top: 24px;
}

/* ---------------- Mobil çağrı çubuğu ---------------- */
.ts-callbar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  display: none;
  z-index: 98;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--ts-line);
}
.ts-callbar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 52px;
  border-radius: 999px;
  background: var(--ts-gradient);
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  box-shadow: 0 14px 28px -14px rgba(225, 79, 90, .8);
}
.ts-callbar a:hover { color: #fff; }

@media screen and (max-width: 768px) {
  .ts-callbar { display: block; }
  body { padding-bottom: 76px; }

  .wrapper { padding: 0 18px; }
  header .top_bar { background: rgba(255, 255, 255, .95); }
  header .top_bar .menu { background: #fff; border-top: 1px solid var(--ts-line); }
  header .top_bar .menu ul li a { border-bottom: 1px solid var(--ts-line); }
  header .top_bar .menu ul li a::after { display: none; }

  header .banner { min-height: 0; height: auto !important; padding: 96px 0 56px; }
  header .banner .wrapper {
    position: relative;
    inset: auto;
    left: auto; right: auto; top: auto; bottom: auto;
  }
  header .banner .inner {
    position: relative;
    width: 100%;
    height: auto;
    top: auto; bottom: auto; left: auto;
    transform: none;
    padding: 0;
    text-align: left;
    animation: none;
  }
  header .banner .inner h1,
  header .banner .inner h2 { margin-bottom: 14px; }
  header .banner .inner a.link1 { font-size: 26px; padding: 8px 16px 8px 12px; }
  header .banner .inner p { max-width: none; font-size: 15px; }

  section .row { padding: 56px 0; }
  .resim_sag, .resim_sol {
    max-width: 100% !important;
    float: none;
    display: block;
    margin: 0 0 28px 0;
  }
  #merak #content { width: 100%; }
  #tikla .inner > div:first-child { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  #tikla .item { height: 240px; }
  footer { padding: 56px 0 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}
