/* =====================================================
   hesapgerikurtarma.com — Full Premium Design System
   Google First Page Optimized · Mobile-First
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&family=Poppins:wght@600;700;800;900&display=swap');

/* ─── RESET & ROOT ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ig-grad: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  --purple:   #2563eb; /* Changed to Trust Blue */
  --purple-l: #3b82f6;
  --pink:     #1e40af; /* Deep blue for gradients */
  --green:    #25D366;
  --green-dk: #075E54;
  --bg:       #fafafa;
  --bg2:      #f4f4f5;
  --bg3:      #e4e4e7;
  --card:     #ffffff;
  --card-hov: #fafafa;
  --border:   rgba(0,0,0,.06);
  --border-hov: rgba(37,99,235,.3);
  --t1: #09090b;
  --t2: #3f3f46;
  --t3: #71717a;
  --r: 16px;
  --rs: 10px;
  --sh-purple: 0 8px 30px rgba(37,99,235,.08);
  --tr: all .3s cubic-bezier(.4,0,.2,1);
}

html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; max-width: 100vw; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--t1);
  line-height: 1.7;
  overflow-x: hidden;
  max-width: 100vw;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 10% -10%, rgba(124,58,237,.06) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 90% 10%,  rgba(236,72,153,.04) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 50% 100%, rgba(124,58,237,.03) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

/* ─── SCROLLBAR ─── */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--purple); border-radius: 3px; }

/* ─── TYPOGRAPHY ─── */
h1,h2,h3,h4,h5 { font-family: 'Poppins', sans-serif; line-height: 1.2; }
p { color: var(--t2); }
a { color: inherit; text-decoration: none; word-break: break-word; }
img { max-width: 100%; height: auto; display: block; }
ul,ol { padding-left: 1.5rem; }
li { color: var(--t2); margin-bottom: .4rem; }
strong { color: var(--t1); font-weight: 600; }

/* ─── CONTAINER ─── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; position: relative; z-index: 1; }
.section { padding: 5rem 0; }
.section-sm { padding: 3rem 0; }

/* ─── BADGES ─── */
.badge {
  display: inline-flex; align-items: center; gap: .4rem;
  background: rgba(124,58,237,.15);
  border: 1px solid rgba(124,58,237,.3);
  border-radius: 20px; padding: .3rem .9rem;
  font-size: .75rem; font-weight: 700; color: var(--purple);
  letter-spacing: .06em; text-transform: uppercase; margin-bottom: 1rem;
}

.badge-green {
  background: rgba(37,211,102,.12);
  border-color: rgba(37,211,102,.3);
  color: #4ade80;
}

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .85rem 1.8rem; border-radius: 50px;
  font-weight: 700; font-size: .95rem;
  transition: var(--tr); cursor: pointer; border: none;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, var(--purple), var(--pink));
  color: #fff;
  box-shadow: 0 4px 24px rgba(124,58,237,.35);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(124,58,237,.55); }

.btn-wa {
  background: var(--green);
  color: #fff;
  box-shadow: 0 4px 24px rgba(37,211,102,.3);
  font-size: 1rem;
}
.btn-wa:hover { background: #1da851; transform: translateY(-3px); box-shadow: 0 8px 32px rgba(37,211,102,.5); }
.btn-wa-lg { padding: 1.1rem 2.5rem; font-size: 1.1rem; border-radius: 60px; }

.btn-ghost {
  background: var(--card);
  border: 1px solid var(--border);
  color: var(--t1);
}
.btn-ghost:hover { border-color: var(--border-hov); background: var(--card-hov); transform: translateY(-2px); }

/* ─── SECTION TITLES ─── */
.s-title {
  font-size: clamp(1.7rem,3.5vw,2.4rem);
  font-weight: 800; text-align: center; margin-bottom: .6rem;
  background: linear-gradient(135deg,var(--t1) 20%,var(--purple) 70%,#ec4899);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.s-sub {
  text-align: center; color: var(--t3); font-size: 1rem;
  max-width: 560px; margin: 0 auto 3rem;
}

/* ════════════════════════════════
   HEADER / NAV
════════════════════════════════ */
.header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .3s;
}
.header.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,.08); }

.header-inner {
  display: flex; align-items: center;
  justify-content: space-between;
  height: 68px; gap: 1rem;
}

/* Logo */
.logo { display: flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.logo-icon {
  width: 40px; height: 40px;
  background: var(--ig-grad);
  border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
}
.logo-name {
  font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1rem;
  background: var(--ig-grad);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1.1;
}
.logo-sub { font-size: .65rem; color: var(--t3); display: block; }

/* Desktop Nav */
.nav { display: flex; align-items: center; gap: .15rem; }

.nav-item { position: relative; }

.nav-link {
  display: flex; align-items: center; gap: .3rem;
  padding: .5rem .75rem; border-radius: var(--rs);
  font-size: .82rem; font-weight: 500; color: var(--t2);
  transition: var(--tr); white-space: nowrap; cursor: pointer;
}
.nav-link:hover, .nav-link.active { color: var(--t1); background: rgba(0,0,0,.04); }

/* Dropdown */
.dropdown {
  position: absolute; top: calc(100% + .6rem); left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: var(--r); padding: .6rem;
  min-width: 230px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .25s, transform .25s, visibility .25s;
  box-shadow: 0 20px 60px rgba(0,0,0,.15);
  z-index: 300;
}
.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown {
  opacity: 1; visibility: visible; pointer-events: all;
  transform: translateX(-50%) translateY(0);
}
.dropdown a {
  display: flex; align-items: center; gap: .7rem;
  padding: .6rem .8rem; border-radius: var(--rs);
  font-size: .85rem; color: var(--t2);
  transition: var(--tr);
}
.dropdown a:hover { background: var(--card); color: var(--t1); }
.dropdown a .dd-icon { font-size: 1rem; width: 24px; text-align: center; }
.dropdown-arrow { font-size: .65rem; transition: transform .25s; }
.nav-item:hover .dropdown-arrow { transform: rotate(180deg); }

/* CTA in header */
.nav-cta {
  background: var(--green);
  color: #fff !important;
  border-radius: 20px;
  padding: .45rem 1rem !important;
  font-weight: 700 !important;
}
.nav-cta:hover { background: #1da851 !important; transform: scale(1.04); }

/* Hamburger */
.hamburger {
  display: none; flex-direction: column;
  justify-content: center; align-items: center;
  width: 42px; height: 42px;
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--rs); cursor: pointer;
  gap: 5px; transition: var(--tr); flex-shrink: 0;
}
.hamburger span {
  display: block; width: 20px; height: 2px;
  background: var(--t1); border-radius: 2px;
  transition: var(--tr);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Menu */
.mobile-menu {
  display: none;
  position: fixed; top: 68px; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(20px);
  overflow-y: auto;
  padding: 1.5rem;
  z-index: 190;
  flex-direction: column;
  gap: .5rem;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.4,0,.2,1);
}
.mobile-menu.open { transform: translateX(0); }

.mob-link {
  display: flex; align-items: center; gap: .9rem;
  padding: .9rem 1rem; border-radius: var(--r);
  font-size: .95rem; font-weight: 500; color: var(--t2);
  border: 1px solid transparent;
  transition: var(--tr);
}
.mob-link:hover { background: var(--card); color: var(--t1); border-color: var(--border); }
.mob-link .mob-icon { font-size: 1.2rem; width: 32px; text-align: center; }

.mob-section-title {
  font-size: .7rem; font-weight: 700; color: var(--t3);
  text-transform: uppercase; letter-spacing: .1em;
  padding: 1rem 1rem .4rem; margin-top: .5rem;
}

.mob-wa {
  background: var(--green); color: #fff !important;
  border-radius: var(--r) !important;
  margin-top: 1rem; padding: 1rem !important;
  justify-content: center; font-size: 1.05rem; font-weight: 700;
  border: none !important;
}

/* ════════════════════════════════
   HERO
════════════════════════════════ */
.hero {
  padding: 7rem 0 5rem;
  text-align: center;
  position: relative; overflow: hidden;
}

.hero-bg-ring {
  position: absolute;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124,58,237,.12) 0%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
  animation: ring-pulse 4s ease-in-out infinite;
}

@keyframes ring-pulse {
  0%,100% { transform: translate(-50%,-50%) scale(1); opacity: 1; }
  50% { transform: translate(-50%,-50%) scale(1.08); opacity: .7; }
}

.hero h1 {
  font-size: clamp(2.4rem,6vw,4.5rem);
  font-weight: 900;
  background: linear-gradient(135deg,var(--t1) 0%,var(--purple) 45%,#ec4899 80%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  margin-bottom: 1.2rem; line-height: 1.1;
}
.hero p {
  font-size: 1.15rem; max-width: 620px;
  margin: 0 auto 2.5rem; color: var(--t2); line-height: 1.8;
}

.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.hero-trust {
  display: flex; align-items: center; justify-content: center;
  gap: 1.5rem; flex-wrap: wrap;
  margin-top: 3rem; padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.trust-item {
  display: flex; align-items: center; gap: .5rem;
  font-size: .85rem; color: var(--t3);
}
.trust-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; animation: blink 1.5s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }

/* ────────────────────────
   STATS BAR
──────────────────────── */
.stats {
  padding: 2.5rem 0;
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stats-inner {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1rem; text-align: center;
}
.stat-val {
  font-family:'Poppins',sans-serif; font-size: 2.2rem; font-weight: 900;
  background: var(--ig-grad);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.stat-lbl { font-size: .78rem; color: var(--t3); margin-top: .1rem; font-weight: 500; }

/* ────────────────────────
   SERVICE CARDS
──────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px,1fr));
  gap: 1.25rem;
}

.service-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 2rem 1.75rem;
  transition: var(--tr);
  display: flex; flex-direction: column; gap: .9rem;
  position: relative; overflow: hidden;
  cursor: pointer;
}
.service-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--ig-grad);
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s;
}
.service-card:hover {
  border-color: var(--border-hov);
  background: var(--card-hov);
  transform: translateY(-5px);
  box-shadow: var(--sh-purple);
}
.service-card:hover::after { transform: scaleX(1); }

.sc-icon {
  width: 52px; height: 52px;
  background: var(--ig-grad);
  border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}
.sc-title { font-size: 1rem; font-weight: 700; color: var(--t1); }
.sc-desc { font-size: .86rem; color: var(--t2); line-height: 1.65; flex: 1; }
.sc-link {
  display: inline-flex; align-items: center; gap: .3rem;
  font-size: .82rem; font-weight: 600; color: var(--purple);
  transition: gap .2s;
}
.service-card:hover .sc-link { gap: .6rem; }

/* ────────────────────────
   HOW IT WORKS
──────────────────────── */
.steps-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px,1fr));
  gap: 2rem; position: relative;
}
.steps-row::before {
  content: '';
  position: absolute; top: 36px; left: 10%; right: 10%;
  height: 1px; background: var(--border);
  display: none;
}
@media(min-width:900px) { .steps-row::before { display: block; } }

.step-card {
  text-align: center; padding: 2rem 1.5rem;
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--r); position: relative;
}
.step-num {
  width: 52px; height: 52px;
  background: linear-gradient(135deg,var(--purple),var(--pink));
  border-radius: 50%; margin: 0 auto 1.2rem;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Poppins',sans-serif; font-weight: 800; font-size: 1.1rem;
  box-shadow: 0 4px 20px rgba(124,58,237,.4);
}
.step-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: .5rem; }
.step-card p { font-size: .86rem; color: var(--t2); }

/* ────────────────────────
   TESTIMONIALS
──────────────────────── */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px,1fr));
  gap: 1.5rem;
}
.testi-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--r); padding: 1.8rem;
  transition: var(--tr);
}
.testi-card:hover { border-color: var(--border-hov); transform: translateY(-3px); }
.stars { color: #fbbf24; font-size: 1rem; margin-bottom: 1rem; letter-spacing: .1em; }
.testi-text { font-size: .9rem; color: var(--t2); line-height: 1.8; font-style: italic; margin-bottom: 1.2rem; }
.testi-author { display: flex; align-items: center; gap: .75rem; }
.avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--ig-grad);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: .9rem; flex-shrink: 0;
}
.author-name { font-weight: 700; font-size: .9rem; }
.author-city { font-size: .75rem; color: var(--t3); }

/* ────────────────────────
   FAQ ACCORDION
──────────────────────── */
.faq-wrap { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: .75rem; }

.faq-item {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--r); overflow: hidden;
  transition: border-color .25s;
}
.faq-item.open { border-color: rgba(124,58,237,.4); }

.faq-btn {
  width: 100%; background: none; border: none;
  color: var(--t1); font-family: 'Inter',sans-serif;
  font-size: .95rem; font-weight: 600; text-align: left;
  padding: 1.2rem 1.5rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  cursor: pointer; transition: background .2s;
}
.faq-btn:hover { background: var(--card-hov); }
.faq-icon { font-size: 1.3rem; color: var(--purple); flex-shrink: 0; transition: transform .3s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }

.faq-body { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-body.open { max-height: 600px; }
.faq-body-inner {
  padding: 0 1.5rem 1.4rem;
  font-size: .9rem; color: var(--t2); line-height: 1.9;
}

/* ────────────────────────
   BLOG CARDS
──────────────────────── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
  gap: 1.5rem;
}
.blog-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--r); overflow: hidden;
  transition: var(--tr); display: flex; flex-direction: column;
}
.blog-card:hover { border-color: var(--border-hov); transform: translateY(-5px); box-shadow: var(--sh-purple); }
.blog-img {
  height: 180px;
  background: linear-gradient(135deg,var(--bg3),var(--bg2));
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem;
  border-bottom: 1px solid var(--border);
}
.blog-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; gap: .8rem; }
.blog-cat {
  font-size: .72rem; font-weight: 700; color: var(--purple);
  text-transform: uppercase; letter-spacing: .08em;
}
.blog-title { font-size: 1rem; font-weight: 700; color: var(--t1); line-height: 1.35; }
.blog-excerpt { font-size: .85rem; color: var(--t2); line-height: 1.7; flex: 1; }
.blog-meta { display: flex; justify-content: space-between; align-items: center; font-size: .78rem; color: var(--t3); }
.blog-readmore { font-size: .82rem; font-weight: 600; color: var(--purple); }

/* ────────────────────────
   CTA BANNER
──────────────────────── */
.cta-banner {
  background: linear-gradient(135deg,rgba(124,58,237,.2),rgba(236,72,153,.04));
  border: 1px solid rgba(124,58,237,.3);
  border-radius: 20px; padding: 4rem 2rem;
  text-align: center;
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute; inset: -2px;
  background: var(--ig-grad);
  border-radius: 22px; z-index: -1; opacity: .15;
}
.cta-banner h2 { font-size: clamp(1.6rem,3.5vw,2.4rem); margin-bottom: .8rem; }
.cta-banner p { max-width: 500px; margin: 0 auto 2rem; }

/* ────────────────────────
   FOOTER
──────────────────────── */
.footer {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 4rem 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  gap: 3rem; margin-bottom: 3rem;
}
.footer-brand .logo { margin-bottom: 1rem; }
.footer-brand p { font-size: .85rem; color: var(--t3); line-height: 1.8; max-width: 280px; }
.footer-social { display: flex; gap: .6rem; margin-top: 1.2rem; }
.social-link {
  width: 36px; height: 36px; border-radius: 8px;
  background: var(--card); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; transition: var(--tr);
}
.social-link:hover { background: var(--card-hov); border-color: var(--border-hov); transform: translateY(-2px); }
.footer-col h4 { font-size: .85rem; font-weight: 700; color: var(--t1); margin-bottom: 1.2rem; }
.footer-col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: .7rem; }
.footer-col li { margin: 0; }
.footer-col a { font-size: .85rem; color: var(--t3); transition: color .2s; }
.footer-col a:hover { color: var(--purple); }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 1.5rem 0;
  display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
  font-size: .8rem; color: var(--t3);
}

/* ────────────────────────
   WHATSAPP FLOAT
──────────────────────── */
.wa-fab-container {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
}
.wa-premium-btn {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 6px 20px 6px 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  text-decoration: none;
  border: 1px solid rgba(37,211,102,0.2);
  transition: all 0.3s ease;
}
.wa-premium-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(37,211,102,0.2);
}
.wa-icon-box {
  width: 54px;
  height: 54px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 12px;
}
.wa-pulse-ring {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border-radius: 50%;
  border: 2px solid #25d366;
  animation: waPulse 2s infinite;
}
@keyframes waPulse {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.6); opacity: 0; }
}
.wa-text-box {
  display: flex;
  flex-direction: column;
}
.wa-title {
  font-size: 0.8rem;
  font-weight: 700;
  color: #25d366;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wa-number {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--t1);
}

/* ────────────────────────
   ANALYSIS FORM CARD
──────────────────────── */
.analysis-section {
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.analysis-card {
  max-width: 700px;
  margin: 0 auto;
  padding: 3rem;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.05);
  text-align: center;
}
.ac-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--t1);
  margin-bottom: 1rem;
}
.ac-sub {
  color: var(--t2);
  margin-bottom: 2rem;
}
.ac-form {
  display: grid;
  gap: 1rem;
  text-align: left;
}
.ac-form label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--t2);
  margin-bottom: 0.5rem;
}
.ac-form input, .ac-form select {
  width: 100%;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  font-size: 1rem;
  outline: none;
  background: #fff;
  transition: border 0.3s;
}
.ac-form input:focus, .ac-form select:focus {
  border-color: #25d366;
}
.ac-btn {
  width: 100%;
  justify-content: center;
  padding: 1.2rem;
  font-size: 1.1rem;
  margin-top: 1rem;
}
.ac-note {
  font-size: 0.8rem;
  color: var(--t3);
  margin-top: 1.5rem;
}

/* ────────────────────────
   PAGE INNER LAYOUT
──────────────────────── */
.page-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 2.5rem;
  align-items: start;
}

.article h2 { font-size: 1.4rem; font-weight: 700; color: var(--t1); margin: 2rem 0 .8rem; }
.article h3 { font-size: 1.1rem; font-weight: 700; color: var(--t1); margin: 1.5rem 0 .6rem; }
.article p { color: var(--t2); font-size: .95rem; line-height: 1.9; margin-bottom: 1rem; }
.article ul, .article ol { color: var(--t2); font-size: .95rem; margin-bottom: 1rem; display: flex; flex-direction: column; gap: .4rem; }
.article li::marker { color: var(--purple); }

.article-box {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--r); padding: 2rem;
  margin-bottom: 1.5rem;
  max-width: 100%;
  overflow-x: auto;
  word-wrap: break-word;
}
.article-box.highlight {
  background: rgba(124,58,237,.03);
  border-color: rgba(124,58,237,.25);
}
.article-box.warn {
  background: rgba(234,179,8,.06);
  border-color: rgba(234,179,8,.2);
}
.article-box.warn p, .article-box.warn li { color: #b45309; }

/* ─── DATA TABLES (RESPONSIVE 100% FITTED) ─── */
.data-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 1rem 0;
  border-radius: var(--rs);
  border: 1px solid var(--border);
  box-sizing: border-box;
}
.data-table {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  border-collapse: collapse;
  font-size: .88rem;
  text-align: left;
  table-layout: fixed;
  word-break: break-word;
  overflow-wrap: break-word;
}
.data-table th, .data-table td {
  padding: .75rem .6rem;
  border-bottom: 1px solid var(--border);
  color: var(--t2);
  line-height: 1.4;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  white-space: normal;
}
.data-table th {
  background: var(--bg2);
  color: var(--t1);
  font-weight: 700;
}
.data-table tr:last-child td {
  border-bottom: none;
}

/* Sidebar */
.sidebar { display: flex; flex-direction: column; gap: 1.5rem; }
.sidebar-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--r); padding: 1.5rem;
}
.sidebar-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 1rem; }
.sidebar-links { list-style: none; padding: 0; display: flex; flex-direction: column; gap: .5rem; }
.sidebar-links li { margin: 0; }
.sidebar-links a {
  font-size: .85rem; color: var(--t2);
  display: flex; align-items: center; gap: .5rem;
  padding: .4rem .5rem; border-radius: var(--rs);
  transition: var(--tr);
}
.sidebar-links a:hover { color: var(--purple); background: rgba(124,58,237,.03); }

.sidebar-wa {
  background: linear-gradient(135deg,rgba(37,211,102,.15),rgba(7,94,84,.15));
  border-color: rgba(37,211,102,.3) !important;
  text-align: center;
}
.sidebar-wa h3 { color: #4ade80; }
.sidebar-wa p { font-size: .85rem; color: var(--t3); margin-bottom: 1rem; }
.sidebar-wa .btn-wa { width: 100%; justify-content: center; font-size: .9rem; padding: .75rem 1rem; border-radius: var(--rs); }

/* Breadcrumb */
.breadcrumb {
  padding: 1.2rem 0; font-size: .8rem;
  color: var(--t3); display: flex; align-items: center; gap: .5rem; flex-wrap: wrap;
}
.breadcrumb a { color: var(--t3); transition: color .2s; }
.breadcrumb a:hover { color: var(--purple); }

/* ─── PAGE HERO (HYBRID CONVERSION & PREMIUM SEO) ─── */
.page-hero {
  padding: 4rem 1rem 3rem;
  text-align: center;
  border-bottom: 1px solid var(--border);
  margin-bottom: 2.5rem;
  position: relative;
  background: radial-gradient(circle at 50% 10%, rgba(99, 102, 241, 0.12) 0%, transparent 65%);
}
.page-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
}
.page-hero .badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.5rem 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border);
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--t1);
  margin-bottom: 1.2rem;
  backdrop-filter: blur(8px);
}
.page-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.2;
  background: linear-gradient(135deg, var(--t1) 0%, var(--purple) 50%, #ec4899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 1.2rem;
  text-align: center;
}
.page-hero .intro {
  font-size: 1.18rem;
  color: var(--t2);
  line-height: 1.8;
  max-width: 780px;
  margin: 0 auto 2.2rem;
  text-align: center;
}
.page-hero .btn-wa-lg {
  font-size: 1.2rem;
  padding: 1.1rem 2.5rem;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page-hero .btn-wa-lg:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(37, 211, 102, 0.5);
}
.page-hero::after {
  content: '⚡ Ön Değerlendirme Ücretsizdir • Başarısız İşlemde Ücret Alınmaz • %98 Başarı Oranı';
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--t3);
  margin-top: 1.2rem;
  letter-spacing: 0.3px;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1050px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .page-layout { grid-template-columns: 1fr; }
  .sidebar { display: none; }
  
  .nav { display: none; }
  .hamburger { display: flex; z-index: 300; }
  .mobile-menu { display: flex; }
}

/* ────────────────────────
   PLATFORMS GRID
──────────────────────── */
.platform-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.platform-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--r); padding: 2rem 1.5rem;
  text-align: center; transition: var(--tr);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-decoration: none; position: relative; overflow: hidden;
}
.platform-card::before {
  content: ''; position: absolute; inset: 0; background: rgba(255,255,255,0.02);
  opacity: 0; transition: var(--tr); z-index: 1;
}
.platform-card:hover::before { opacity: 1; }
.platform-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); border-color: var(--border-hov); }
.pc-icon { font-size: 3.5rem; margin-bottom: 1rem; position: relative; z-index: 2; transition: var(--tr); }
.pc-title { font-size: 1.1rem; font-weight: 700; color: var(--t1); position: relative; z-index: 2; transition: var(--tr); }

/* Platform Specific Hovers */
.pc-ig:hover { border-color: #E1306C; }
.pc-ig:hover .pc-icon, .pc-ig:hover .pc-title { background: var(--ig-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.pc-fb:hover { border-color: #1877F2; box-shadow: 0 10px 30px rgba(24,119,242,0.15); }
.pc-fb:hover .pc-icon, .pc-fb:hover .pc-title { color: #1877F2; }

.pc-tk:hover { border-color: #ff0050; box-shadow: 0 10px 30px rgba(255,0,80,0.15); }
.pc-tk:hover .pc-icon, .pc-tk:hover .pc-title { color: #ff0050; text-shadow: -2px -2px 0 #00f2fe; }

.pc-tw:hover { border-color: #555; box-shadow: 0 10px 30px rgba(255,255,255,0.05); }
.pc-tw:hover .pc-icon, .pc-tw:hover .pc-title { color: #fff; }
html[data-theme="light"] .pc-tw:hover .pc-icon, html[data-theme="light"] .pc-tw:hover .pc-title { color: #000; }

.ac-form-3col { grid-template-columns: 1fr 1fr 1fr; align-items: end; }
.ac-form-3col > div { display: flex; flex-direction: column; }
.ac-form-3col .ac-btn { height: 50px; margin-top: 0; }

@media (max-width: 900px) {
  .ac-form-3col { grid-template-columns: 1fr; gap: 1rem; }
  .ac-form-3col .ac-btn { margin-top: 0.5rem; height: 54px; }
}

@media (max-width: 768px) {
  html, body { overflow-x: hidden !important; width: 100% !important; max-width: 100vw !important; }
  .container { padding: 0 0.8rem !important; max-width: 100% !important; }
  .hero h1 { font-size: 2.2rem; }
  .page-hero h1 { font-size: clamp(1.75rem, 6vw, 2.5rem); margin-bottom: 0.8rem; }
  .page-hero { padding: 2.5rem 0.5rem 2rem; }
  .page-hero .intro { font-size: 1.05rem; line-height: 1.6; margin-bottom: 1.5rem; }
  .article-box { padding: 1rem !important; border-radius: 12px; max-width: 100% !important; width: 100% !important; overflow-x: hidden !important; box-sizing: border-box !important; }
  .data-table-wrap { width: 100% !important; max-width: 100% !important; overflow-x: hidden !important; border: none !important; }
  .data-table { display: block !important; width: 100% !important; max-width: 100% !important; min-width: 0 !important; border: none !important; }
  .data-table thead { display: none !important; }
  .data-table tbody { display: block !important; width: 100% !important; }
  .data-table tr { display: block !important; width: 100% !important; margin-bottom: 1.25rem !important; background: var(--bg2) !important; border: 1px solid var(--border) !important; border-radius: 8px !important; padding: 1rem !important; box-sizing: border-box !important; }
  .data-table td { display: block !important; width: 100% !important; padding: 0.5rem 0 !important; border-bottom: 1px solid rgba(0,0,0,0.06) !important; font-size: 0.85rem !important; white-space: normal !important; text-align: left !important; color: var(--t2) !important; box-sizing: border-box !important; word-break: break-word !important; }
  .data-table td:last-child { border-bottom: none !important; }
  .data-table td:nth-child(1) { font-weight: 800 !important; font-size: 0.95rem !important; color: var(--purple) !important; border-bottom: 1.5px solid var(--border) !important; padding-bottom: 0.4rem !important; }
  .data-table td:nth-child(2)::before { content: "Kendi Başınıza: " !important; font-weight: 700 !important; color: #ef4444 !important; }
  .data-table td:nth-child(3)::before { content: "Uzman Hizmetimiz: " !important; font-weight: 700 !important; color: #10b981 !important; }
  .hover-card { padding: 1.25rem !important; }
  .hero-btns { flex-direction: column; align-items: stretch; padding: 0 1rem; }
  .hero-btns .btn { width: 100%; justify-content: center; font-size: 1rem; }
  .hero-trust { gap: 1rem; justify-content: center; text-align: center; }
  .trust-item { font-size: 0.85rem; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .s-title { font-size: 1.8rem; }
  .sidebar { top: 70px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  
  .wa-fab-container { bottom: 0.8rem; right: 0.8rem; transform: scale(0.88); transform-origin: bottom right; }
  
  .analysis-card { padding: 1.5rem; border-radius: 16px; margin: 0 1rem; }
  .ac-title { font-size: 1.5rem; }
  
  .hero { padding: 4rem 0 3rem; }
  .section { padding: 3rem 0; }
  .hero p { font-size: 1rem; padding: 0 1rem; }
  .cta-banner { padding: 2rem 1.2rem; }
}

@media (max-width: 480px) {
  .page-hero h1 { font-size: 1.65rem; }
  .hero-btns { flex-direction: column; align-items: stretch; text-align: center; }
  .btn-wa, .btn-primary { justify-content: center; width: 100%; }
  .btn-wa-lg { font-size: 1.05rem !important; padding: 0.9rem 1.2rem !important; width: 100%; }
  .stats-inner { grid-template-columns: repeat(2,1fr); gap: .75rem; }
  .stat-val { font-size: 1.7rem; }
  .article h2 { font-size: 1.2rem; }
  .article h3 { font-size: 1rem; }
  .data-table th, .data-table td { font-size: 0.72rem !important; padding: 0.4rem 0.2rem !important; }
}
