/*
Theme Name: Shopify Hizmetleri
Theme URI: https://www.shopifyhizmetleri.com
Author: Shopify Hizmetleri
Description: Shopify kullanıcıları için uçtan uca hizmet ajansı — özel tasarım premium tema.
Version: 1.1.0
Requires PHP: 7.4
Text Domain: sh
*/

/* ==========================================================================
   1. TOKENS & RESET
   ========================================================================== */
:root {
  --bg: #070b14;
  --bg-2: #0b1120;
  --bg-3: #0f1729;
  --card: rgba(255, 255, 255, 0.035);
  --card-hover: rgba(255, 255, 255, 0.06);
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.16);
  --text: #eaeef6;
  --muted: #97a3b8;
  --green: #00c776;
  --green-soft: rgba(0, 199, 118, 0.12);
  --lime: #95bf47;
  --grad: linear-gradient(120deg, #00c776 0%, #95bf47 100%);
  --grad-text: linear-gradient(95deg, #4be3a4 0%, #b6e063 100%);
  --radius: 18px;
  --radius-sm: 12px;
  --font-head: 'Sora', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --container: 1200px;
  --shadow-glow: 0 0 60px rgba(0, 199, 118, 0.25);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  font-size: 16.5px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button, input, textarea, select { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.18; letter-spacing: -0.02em; font-weight: 700; }

::selection { background: var(--green); color: #04140c; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #223047; border-radius: 6px; }

/* ==========================================================================
   2. UTILITIES
   ========================================================================== */
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 104px 0; position: relative; }
.section--tight { padding: 72px 0; }
.section--alt { background: var(--bg-2); }

.sec-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.sec-head--left { margin: 0 0 48px; text-align: left; }
.sec-head h2 { font-size: clamp(28px, 4vw, 44px); margin: 14px 0 16px; }
.sec-head p { color: var(--muted); font-size: 18px; }

.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--green); background: var(--green-soft);
  border: 1px solid rgba(0, 199, 118, 0.25);
  padding: 7px 16px; border-radius: 100px;
}
.kicker::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }

.grad-text { background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 30px; border-radius: 100px; font-weight: 600; font-size: 15.5px;
  border: 1px solid transparent; cursor: pointer;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--grad); color: #04140c; box-shadow: 0 8px 28px rgba(0, 199, 118, 0.35); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(0, 199, 118, 0.5); }
.btn--ghost { border-color: var(--line-strong); color: var(--text); background: rgba(255, 255, 255, 0.03); }
.btn--ghost:hover { border-color: var(--green); color: var(--green); transform: translateY(-2px); }
.btn--sm { padding: 11px 22px; font-size: 14px; }
.btn--lg { padding: 18px 38px; font-size: 17px; }

/* Reveal animations */
.rv { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.rv.in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: 0.08s; } .rv-d2 { transition-delay: 0.16s; }
.rv-d3 { transition-delay: 0.24s; } .rv-d4 { transition-delay: 0.32s; }

/* ==========================================================================
   3. HEADER
   ========================================================================== */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  transition: background 0.35s, border-color 0.35s, backdrop-filter 0.35s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(7, 11, 20, 0.82);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-bottom-color: var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 24px; }

.brand { display: flex; align-items: center; gap: 11px; font-family: var(--font-head); font-weight: 700; font-size: 19px; letter-spacing: -0.01em; }
.brand-mark { width: 38px; height: 38px; flex: none; filter: drop-shadow(0 4px 12px rgba(0, 199, 118, 0.45)); }
.brand span em { font-style: normal; color: var(--green); }

.main-nav ul { display: flex; align-items: center; gap: 4px; }
.main-nav a {
  padding: 10px 15px; border-radius: 10px; font-size: 15px; font-weight: 500; color: var(--muted);
  transition: color 0.25s, background 0.25s;
}
.main-nav a:hover, .main-nav .current-menu-item > a, .main-nav .current_page_item > a { color: var(--text); background: rgba(255, 255, 255, 0.05); }
.header-cta { display: flex; align-items: center; gap: 12px; }

.nav-toggle { display: none; background: none; border: 1px solid var(--line-strong); border-radius: 10px; width: 44px; height: 44px; cursor: pointer; position: relative; z-index: 102; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ''; display: block; width: 20px; height: 2px; background: var(--text); border-radius: 2px;
  position: absolute; left: 11px; top: 50%; transition: transform 0.3s, opacity 0.3s;
}
.nav-toggle span::before { left: 0; top: -6px; } .nav-toggle span::after { left: 0; top: 6px; }
body.nav-open .nav-toggle span { background: transparent; }
body.nav-open .nav-toggle span::before { transform: translateY(6px) rotate(45deg); }
body.nav-open .nav-toggle span::after { transform: translateY(-6px) rotate(-45deg); }

/* ==========================================================================
   4. HERO
   ========================================================================== */
.hero { position: relative; padding: 190px 0 120px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-bg::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(720px 420px at 18% 8%, rgba(0, 199, 118, 0.16), transparent 60%),
    radial-gradient(640px 420px at 85% 20%, rgba(149, 191, 71, 0.12), transparent 60%),
    radial-gradient(900px 600px at 50% 110%, rgba(0, 110, 220, 0.10), transparent 60%);
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0; opacity: 0.5;
  background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 75%);
}
.hero-inner { position: relative; text-align: center; max-width: 880px; margin: 0 auto; }
.hero h1 { font-size: clamp(38px, 6vw, 66px); margin: 26px 0 22px; font-weight: 800; }
.hero-sub { font-size: clamp(17px, 2vw, 20px); color: var(--muted); max-width: 640px; margin: 0 auto 38px; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-note { margin-top: 22px; font-size: 14px; color: var(--muted); display: flex; align-items: center; gap: 8px; justify-content: center; }
.hero-note svg { width: 16px; height: 16px; color: var(--green); }

.hero-stats {
  margin: 72px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; max-width: 860px;
}
.hero-stat { background: rgba(11, 17, 32, 0.75); backdrop-filter: blur(8px); padding: 26px 16px; text-align: center; }
.hero-stat b { display: block; font-family: var(--font-head); font-size: clamp(24px, 3vw, 34px); font-weight: 800; }
.hero-stat b em { font-style: normal; color: var(--green); }
.hero-stat span { font-size: 13.5px; color: var(--muted); }

/* Hero'da süzülen Shopify çantaları */
.hero-float { position: absolute; pointer-events: none; z-index: 1; filter: drop-shadow(0 14px 34px rgba(0, 199, 118, 0.35)); animation: floaty 6s ease-in-out infinite; }
.hero-float svg { width: 100%; height: 100%; display: block; }
.hf1 { width: 72px; height: 72px; left: 7%; top: 26%; }
.hf2 { width: 52px; height: 52px; right: 8%; top: 20%; animation-delay: 1.3s; }
.hf3 { width: 40px; height: 40px; right: 15%; bottom: 16%; animation-delay: 2.4s; opacity: 0.55; }
@media (max-width: 1100px) { .hero-float { display: none; } }

/* CTA çanta filigranı */
.cta-bag { position: absolute; right: -28px; bottom: -44px; width: 230px; height: 230px; opacity: 0.09; transform: rotate(-12deg); pointer-events: none; }
.cta-bag svg { width: 100%; height: 100%; }

/* Marquee */
.marquee-wrap { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; background: var(--bg-2); overflow: hidden; }
.marquee-label { text-align: center; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.marquee { display: flex; gap: 64px; width: max-content; animation: marquee 34s linear infinite; }
.marquee span { font-family: var(--font-head); font-weight: 700; font-size: 19px; color: #56637a; white-space: nowrap; display: flex; align-items: center; gap: 64px; }
.marquee span::after { content: '·'; color: var(--green); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ==========================================================================
   5. SERVICES GRID
   ========================================================================== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  position: relative; display: flex; flex-direction: column; gap: 14px;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; overflow: hidden;
  transition: transform 0.35s var(--ease), border-color 0.35s, background 0.35s;
}
.service-card::before {
  content: ''; position: absolute; inset: 0 0 auto; height: 2px;
  background: var(--grad); opacity: 0; transition: opacity 0.35s;
}
.service-card:hover { transform: translateY(-6px); border-color: rgba(0, 199, 118, 0.35); background: var(--card-hover); }
.service-card:hover::before { opacity: 1; }
.service-icon {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: var(--green-soft); border: 1px solid rgba(0, 199, 118, 0.25); color: var(--green);
}
.service-icon svg { width: 26px; height: 26px; }
.service-card h3 { font-size: 19.5px; }
.service-card p { color: var(--muted); font-size: 15px; flex: 1; }
.service-more { display: inline-flex; align-items: center; gap: 7px; font-size: 14.5px; font-weight: 600; color: var(--green); }
.service-more svg { width: 16px; height: 16px; transition: transform 0.3s; }
.service-card:hover .service-more svg { transform: translateX(5px); }

/* ==========================================================================
   6. WHY US / FEATURES SPLIT
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.feature-list { display: flex; flex-direction: column; gap: 22px; }
.feature-item { display: flex; gap: 18px; }
.feature-item .fi-icon {
  flex: none; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: var(--green-soft); border: 1px solid rgba(0, 199, 118, 0.25); color: var(--green);
}
.feature-item .fi-icon svg { width: 22px; height: 22px; }
.feature-item h4 { font-size: 17.5px; margin-bottom: 5px; }
.feature-item p { color: var(--muted); font-size: 15px; }

/* Visual panel (CSS mock) */
.mock-panel {
  position: relative; border-radius: 22px; border: 1px solid var(--line-strong);
  background: linear-gradient(160deg, #0d1526, #0a101f 60%);
  padding: 26px; box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
}
.mock-panel::before {
  content: ''; position: absolute; inset: -1px; border-radius: 22px; padding: 1px;
  background: linear-gradient(140deg, rgba(0,199,118,0.5), transparent 40%, transparent 65%, rgba(149,191,71,0.4));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.mock-topbar { display: flex; gap: 7px; margin-bottom: 20px; }
.mock-topbar i { width: 10px; height: 10px; border-radius: 50%; background: #223047; }
.mock-topbar i:first-child { background: #ff5f57; } .mock-topbar i:nth-child(2) { background: #febc2e; } .mock-topbar i:nth-child(3) { background: #28c840; }
.mock-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.mock-card { background: rgba(255,255,255,0.04); border: 1px solid var(--line); border-radius: 14px; padding: 18px; }
.mock-card small { color: var(--muted); font-size: 12px; }
.mock-card b { display: block; font-family: var(--font-head); font-size: 22px; margin-top: 4px; }
.mock-card .up { color: var(--green); font-size: 12.5px; font-weight: 600; }
.mock-chart { display: flex; align-items: flex-end; gap: 8px; height: 110px; padding: 18px; background: rgba(255,255,255,0.04); border: 1px solid var(--line); border-radius: 14px; }
.mock-chart i { flex: 1; border-radius: 5px 5px 0 0; background: linear-gradient(to top, rgba(0,199,118,0.25), rgba(0,199,118,0.85)); animation: barGrow 1.2s var(--ease) both; }
@keyframes barGrow { from { transform: scaleY(0.15); transform-origin: bottom; } }
.mock-badge {
  position: absolute; top: -18px; right: -14px; background: var(--grad); color: #04140c;
  font-weight: 700; font-size: 13.5px; padding: 10px 18px; border-radius: 100px;
  box-shadow: var(--shadow-glow); animation: floaty 4s ease-in-out infinite;
}
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* ==========================================================================
   7. PROCESS
   ========================================================================== */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.process-step {
  position: relative; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 26px;
}
.process-step::before {
  counter-increment: step; content: '0' counter(step);
  font-family: var(--font-head); font-weight: 800; font-size: 42px;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  display: block; margin-bottom: 12px; opacity: 0.9;
}
.process-step h4 { font-size: 18px; margin-bottom: 8px; }
.process-step p { color: var(--muted); font-size: 14.5px; }

/* ==========================================================================
   8. PACKAGES
   ========================================================================== */
.packages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.pkg {
  position: relative; display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: 36px 32px;
  transition: transform 0.35s var(--ease), border-color 0.35s;
}
.pkg:hover { transform: translateY(-6px); border-color: var(--line-strong); }
.pkg--featured { background: linear-gradient(170deg, rgba(0, 199, 118, 0.10), rgba(255,255,255,0.03) 45%); border-color: rgba(0, 199, 118, 0.45); box-shadow: 0 24px 70px rgba(0, 199, 118, 0.14); }
.pkg-flag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--grad); color: #04140c; font-size: 12.5px; font-weight: 700;
  padding: 6px 16px; border-radius: 100px; white-space: nowrap;
}
.pkg h3 { font-size: 21px; }
.pkg-desc { color: var(--muted); font-size: 14.5px; margin: 8px 0 22px; }
.pkg-price { font-family: var(--font-head); font-size: 38px; font-weight: 800; letter-spacing: -0.03em; }
.pkg-price small { font-size: 15px; font-weight: 500; color: var(--muted); font-family: var(--font-body); }
.pkg-list { margin: 26px 0 30px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.pkg-list li { display: flex; gap: 11px; font-size: 14.8px; color: #c6cfdd; }
.pkg-list li svg { flex: none; width: 18px; height: 18px; color: var(--green); margin-top: 3px; }
.pkg-list li.na { opacity: 0.38; }
.pkg-list li.na svg { color: var(--muted); }
.pkg .btn { width: 100%; }
.pkg-note { text-align: center; color: var(--muted); font-size: 14px; margin-top: 28px; }

/* ==========================================================================
   9. TESTIMONIALS
   ========================================================================== */
.testi-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(320px, 400px); gap: 22px; overflow-x: auto; padding: 6px 6px 22px; scroll-snap-type: x mandatory; }
.testi-track::-webkit-scrollbar { height: 8px; }
.testi { scroll-snap-align: start; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; display: flex; flex-direction: column; gap: 18px; }
.testi-stars { display: flex; gap: 3px; color: #ffc93d; }
.testi-stars svg { width: 17px; height: 17px; }
.testi p { color: #c6cfdd; font-size: 15.5px; flex: 1; }
.testi-who { display: flex; align-items: center; gap: 13px; }
.testi-who .avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; font-weight: 700; color: #04140c; font-family: var(--font-head); }
.testi-who b { display: block; font-size: 15px; }
.testi-who span { font-size: 13px; color: var(--muted); }

/* ==========================================================================
   10. FAQ
   ========================================================================== */
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; transition: border-color 0.3s; }
.faq-item[open] { border-color: rgba(0, 199, 118, 0.4); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 18px;
  padding: 20px 24px; font-weight: 600; font-size: 16.5px; font-family: var(--font-head);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; flex: none; width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid var(--line-strong); display: grid; place-items: center;
  font-size: 18px; font-weight: 400; color: var(--green); transition: transform 0.3s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 24px 22px; color: var(--muted); font-size: 15.5px; }

/* ==========================================================================
   11. CTA BAND
   ========================================================================== */
.cta-band { position: relative; border-radius: 26px; overflow: hidden; padding: 72px 40px; text-align: center; border: 1px solid rgba(0, 199, 118, 0.35); background: linear-gradient(140deg, rgba(0, 199, 118, 0.14), rgba(11, 17, 32, 0.6) 55%), var(--bg-2); }
.cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(500px 260px at 50% 0%, rgba(0, 199, 118, 0.22), transparent 70%); pointer-events: none; }
.cta-band h2 { font-size: clamp(26px, 4vw, 40px); max-width: 640px; margin: 0 auto 16px; position: relative; }
.cta-band p { color: var(--muted); max-width: 520px; margin: 0 auto 32px; position: relative; }
.cta-band .hero-actions { position: relative; }

/* ==========================================================================
   12. FOOTER
   ========================================================================== */
.site-footer { border-top: 1px solid var(--line); background: var(--bg-2); padding: 72px 0 0; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 44px; padding-bottom: 56px; }
.footer-brand p { color: var(--muted); font-size: 14.5px; margin: 16px 0 22px; max-width: 300px; }
.footer-col h4 { font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; color: #c6cfdd; margin-bottom: 18px; }
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col a { color: var(--muted); font-size: 14.5px; transition: color 0.25s; }
.footer-col a:hover { color: var(--green); }
.footer-contact li { display: flex; gap: 11px; color: var(--muted); font-size: 14.5px; align-items: flex-start; }
.footer-contact svg { width: 17px; height: 17px; color: var(--green); flex: none; margin-top: 4px; }
.footer-bottom { border-top: 1px solid var(--line); padding: 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-bottom p { color: #56637a; font-size: 13px; }
.footer-bottom a { color: var(--muted); }
.footer-disclaimer { color: #45516a; font-size: 12px; padding-bottom: 26px; max-width: 760px; }

/* WhatsApp float */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
  background: #25d366; box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45);
  transition: transform 0.3s var(--ease);
}
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 30px; height: 30px; color: #fff; }

/* ==========================================================================
   13. PAGE HERO (iç sayfalar)
   ========================================================================== */
.page-hero { position: relative; padding: 168px 0 72px; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(640px 340px at 30% 0%, rgba(0, 199, 118, 0.13), transparent 65%); pointer-events: none; }
.page-hero .container { position: relative; }
.page-hero h1 { font-size: clamp(32px, 5vw, 52px); margin: 18px 0 14px; max-width: 800px; }
.page-hero .lead { color: var(--muted); font-size: 18px; max-width: 640px; }
.breadcrumb { display: flex; gap: 8px; font-size: 13.5px; color: var(--muted); flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--green); }
.breadcrumb .sep { opacity: 0.5; }

/* ==========================================================================
   14. SINGLE HİZMET
   ========================================================================== */
.hizmet-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 8px 0 26px; }
.hz-feat { display: flex; gap: 12px; align-items: flex-start; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 18px; font-size: 14.8px; color: #c6cfdd; }
.hz-feat svg { flex: none; width: 19px; height: 19px; color: var(--green); margin-top: 3px; }

.entry-content { max-width: 780px; }
.entry-content > * + * { margin-top: 1.15em; }
.entry-content h2 { font-size: 27px; margin-top: 1.9em; }
.entry-content h3 { font-size: 21px; margin-top: 1.6em; }
.entry-content p, .entry-content li { color: #b9c3d4; }
.entry-content strong { color: var(--text); }
.entry-content a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.entry-content ul { padding-left: 4px; display: flex; flex-direction: column; gap: 10px; }
.entry-content ul li { position: relative; padding-left: 30px; list-style: none; }
.entry-content ul li::before {
  content: ''; position: absolute; left: 0; top: 6px; width: 18px; height: 18px;
  background: var(--green-soft); border: 1px solid rgba(0,199,118,0.4); border-radius: 50%;
}
.entry-content ul li::after {
  content: ''; position: absolute; left: 5px; top: 10.5px; width: 8px; height: 5px;
  border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg);
}
.entry-content ol { padding-left: 22px; } .entry-content ol li { padding-left: 6px; color: #b9c3d4; }
.entry-content blockquote { border-left: 3px solid var(--green); padding: 6px 0 6px 22px; color: var(--muted); font-style: italic; }
.entry-content img { border-radius: var(--radius); }

.hizmet-layout { display: grid; grid-template-columns: 1fr 340px; gap: 56px; align-items: start; }
.hizmet-aside { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 20px; }
.aside-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.aside-card h4 { font-size: 17px; margin-bottom: 14px; }
.aside-card p { color: var(--muted); font-size: 14.5px; margin-bottom: 18px; }
.aside-card .btn { width: 100%; }
.aside-links { display: flex; flex-direction: column; gap: 2px; }
.aside-links a { display: flex; justify-content: space-between; align-items: center; padding: 11px 12px; border-radius: 10px; font-size: 14.5px; color: var(--muted); transition: background 0.25s, color 0.25s; }
.aside-links a:hover, .aside-links a.active { background: rgba(255,255,255,0.05); color: var(--text); }
.aside-links a.active { color: var(--green); }

/* ==========================================================================
   15. BLOG
   ========================================================================== */
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform 0.35s var(--ease), border-color 0.35s; }
.post-card:hover { transform: translateY(-6px); border-color: rgba(0, 199, 118, 0.35); }
.post-card-thumb { aspect-ratio: 16/9; background: linear-gradient(140deg, #0f1b31, #0a1322); display: grid; place-items: center; border-bottom: 1px solid var(--line); }
.post-card-thumb svg { width: 44px; height: 44px; color: rgba(0, 199, 118, 0.5); }
.post-card-body { padding: 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.post-meta { font-size: 13px; color: var(--muted); display: flex; gap: 10px; align-items: center; }
.post-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--muted); }
.post-card h3 { font-size: 19px; line-height: 1.35; }
.post-card h3 a:hover { color: var(--green); }
.post-card p { color: var(--muted); font-size: 14.5px; flex: 1; }
.single-post-body { max-width: 780px; margin: 0 auto; }
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 48px; }
.pagination .page-numbers { padding: 10px 17px; border: 1px solid var(--line-strong); border-radius: 10px; font-size: 14.5px; color: var(--muted); }
.pagination .page-numbers.current, .pagination .page-numbers:hover { border-color: var(--green); color: var(--green); }

/* ==========================================================================
   16. CONTACT
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 56px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 18px; }
.ci-card { display: flex; gap: 17px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 22px; align-items: center; transition: border-color 0.3s; }
.ci-card:hover { border-color: rgba(0, 199, 118, 0.4); }
.ci-card .fi-icon { flex: none; width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; background: var(--green-soft); border: 1px solid rgba(0,199,118,0.25); color: var(--green); }
.ci-card .fi-icon svg { width: 22px; height: 22px; }
.ci-card b { display: block; font-size: 15.5px; }
.ci-card span, .ci-card a.val { font-size: 14.5px; color: var(--muted); }
.ci-card a.val:hover { color: var(--green); }

.contact-form { background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: 38px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 8px; color: #c6cfdd; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line-strong);
  border-radius: 12px; padding: 14px 16px; color: var(--text); font-size: 15px;
  transition: border-color 0.25s, box-shadow 0.25s; outline: none;
}
.form-field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2397a3b8' stroke-width='2' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
.form-field select option { background: var(--bg-3); }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(0, 199, 118, 0.15); }
.form-field textarea { min-height: 130px; resize: vertical; }
.form-notice { border-radius: 12px; padding: 15px 18px; font-size: 14.5px; margin-bottom: 20px; }
.form-notice.ok { background: rgba(0, 199, 118, 0.12); border: 1px solid rgba(0, 199, 118, 0.4); color: #6fe3ae; }
.form-notice.err { background: rgba(255, 95, 87, 0.1); border: 1px solid rgba(255, 95, 87, 0.35); color: #ff9b95; }
.hp-field { position: absolute; left: -9999px; opacity: 0; }

/* ==========================================================================
   17. MISC & RESPONSIVE
   ========================================================================== */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 8px; }
.about-stat { text-align: center; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 18px; }
.about-stat b { display: block; font-family: var(--font-head); font-size: 34px; font-weight: 800; color: var(--green); }
.about-stat span { color: var(--muted); font-size: 14px; }
.error-404 { text-align: center; padding: 200px 24px 120px; }
.error-404 h1 { font-size: 120px; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

@media (max-width: 1024px) {
  .services-grid, .posts-grid, .values-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .contact-grid, .hizmet-layout { grid-template-columns: 1fr; }
  .hizmet-aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hizmet-features { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .main-nav {
    position: fixed; inset: 0; background: rgba(7, 11, 20, 0.97); backdrop-filter: blur(20px);
    display: grid; place-items: center; opacity: 0; pointer-events: none; transition: opacity 0.3s; z-index: 101;
  }
  body.nav-open .main-nav { opacity: 1; pointer-events: auto; }
  .main-nav ul { flex-direction: column; gap: 10px; text-align: center; }
  .main-nav a { font-size: 22px; font-family: var(--font-head); }
  .nav-toggle { display: block; }
  .header-cta .btn { display: none; }
  .section { padding: 72px 0; }
  .hero { padding: 150px 0 80px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .packages-grid { grid-template-columns: 1fr; }
  .pkg--featured { transform: none; }
}
@media (max-width: 560px) {
  .services-grid, .posts-grid, .process-grid, .values-grid, .form-row, .hizmet-features, .about-stats { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-actions .btn { width: 100%; }
  .contact-form { padding: 26px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .rv { opacity: 1; transform: none; }
}

/* ==========================================================================
   20. BLOG İÇERİK BİLEŞENLERİ (rehber yazıları)
   ========================================================================== */

/* Kısa cevap kutusu — sayfanın en üstünde net yanıt (öne çıkan snippet hedefi) */
.entry-content .sh-key {
  background: var(--green-soft);
  border: 1px solid rgba(0, 199, 118, 0.28);
  border-left: 3px solid var(--green);
  border-radius: var(--radius-sm);
  padding: 20px 22px;
  color: #cfd8e6;
  font-size: 15.5px;
  line-height: 1.65;
}
.entry-content .sh-key strong { color: var(--text); }

/* İçindekiler */
.entry-content .sh-toc {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 22px 24px;
}
.entry-content .sh-toc > strong {
  display: block; font-family: var(--font-head); font-size: 15px;
  letter-spacing: 0.02em; margin-bottom: 12px; color: var(--text);
}
.entry-content .sh-toc ul { gap: 7px; }
.entry-content .sh-toc ul li { padding-left: 20px; font-size: 14.8px; }
.entry-content .sh-toc ul li::before { width: 6px; height: 6px; top: 9px; left: 4px; border: 0; background: var(--green); opacity: 0.6; }
.entry-content .sh-toc ul li::after { display: none; }
.entry-content .sh-toc a { color: var(--muted); text-decoration: none; }
.entry-content .sh-toc a:hover { color: var(--green); }

/* Tablolar — mobilde yatay kaydırılır */
.entry-content .sh-table { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.entry-content table { width: 100%; border-collapse: collapse; font-size: 14.6px; min-width: 520px; }
.entry-content thead th {
  background: rgba(255, 255, 255, 0.04); color: var(--text); font-family: var(--font-head);
  font-size: 13.5px; letter-spacing: 0.02em; text-align: left; padding: 14px 16px; white-space: nowrap;
}
.entry-content tbody td { padding: 13px 16px; color: #b9c3d4; border-top: 1px solid var(--line); vertical-align: top; }
.entry-content tbody tr:hover td { background: rgba(255, 255, 255, 0.02); }
.entry-content td strong { color: var(--text); }

.entry-content h2[id], .entry-content h3[id] { scroll-margin-top: 100px; }
.entry-content code {
  background: rgba(255, 255, 255, 0.06); border: 1px solid var(--line);
  border-radius: 6px; padding: 2px 7px; font-size: 13.5px; color: #cfe9dc;
}

/* SSS bloğu */
.sh-faq { max-width: 780px; margin: 56px auto 0; }
.sh-faq h2 { font-size: 27px; margin-bottom: 20px; }
.sh-faq details {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius-sm); margin-bottom: 10px; overflow: hidden;
}
.sh-faq summary {
  cursor: pointer; list-style: none; padding: 17px 52px 17px 20px; position: relative;
  font-family: var(--font-head); font-size: 15.5px; color: var(--text); transition: color 0.25s;
}
.sh-faq summary::-webkit-details-marker { display: none; }
.sh-faq summary:hover { color: var(--green); }
.sh-faq summary::after {
  content: ''; position: absolute; right: 22px; top: 50%; width: 9px; height: 9px;
  border-right: 2px solid var(--green); border-bottom: 2px solid var(--green);
  transform: translateY(-70%) rotate(45deg); transition: transform 0.3s var(--ease);
}
.sh-faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.sh-faq details p { padding: 0 20px 18px; color: #b9c3d4; font-size: 15px; line-height: 1.7; }

/* İlgili rehberler */
.sh-related { max-width: 780px; margin: 56px auto 0; }
.sh-related h2 { font-size: 27px; margin-bottom: 20px; }
.sh-related-list { display: flex; flex-direction: column; gap: 10px; }
.sh-related-item {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 17px 20px; transition: border-color 0.3s, transform 0.3s var(--ease);
}
.sh-related-item:hover { border-color: rgba(0, 199, 118, 0.35); transform: translateX(4px); }
.sh-related-title { font-family: var(--font-head); font-size: 15.5px; color: var(--text); }
.sh-related-item:hover .sh-related-title { color: var(--green); }
.sh-related-arrow svg { width: 18px; height: 18px; color: var(--green); flex-shrink: 0; }

/* Blog kategori navigasyonu */
.sh-cat-nav { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.sh-cat-nav a {
  display: inline-flex; align-items: center; gap: 7px; padding: 8px 15px;
  border: 1px solid var(--line-strong); border-radius: 999px;
  font-size: 14px; color: var(--muted); transition: border-color 0.25s, color 0.25s;
}
.sh-cat-nav a:hover { border-color: var(--green); color: var(--green); }
.sh-cat-nav a span { font-size: 12px; opacity: 0.65; }
.post-cats a { color: var(--muted); }
.post-cats a:hover { color: var(--green); }

@media (max-width: 720px) {
  .entry-content .sh-key { padding: 17px 18px; font-size: 15px; }
  .entry-content .sh-toc { padding: 18px 20px; }
  .sh-faq h2, .sh-related h2 { font-size: 23px; }
}
