/* ================================================
   TEMA: MODERN — Siyan/Mor Gradient, SaaS/Startup
   Karakter: Glassmorphism, gradient, rounded, dinamik
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:wght@300;400;500;700&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --cyan:   #00c8ff;
  --cyan-d: #0099cc;
  --purple: #7c3aed;
  --purp-d: #5b21b6;
  --grad:   linear-gradient(135deg, #7c3aed 0%, #00c8ff 100%);
  --grad-r: linear-gradient(135deg, #00c8ff 0%, #7c3aed 100%);
  --dark:   #0f0f1a;
  --dark2:  #16162a;
  --dark3:  #1e1e35;
  --text:   #e8e8f0;
  --muted:  #7878a0;
  --white:  #ffffff;
  --card:   rgba(255,255,255,.04);
  --border: rgba(255,255,255,.08);
}

html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--dark); line-height: 1.65; }
h1,h2,h3,h4 { font-family: 'Syne', sans-serif; font-weight: 700; letter-spacing: -.02em; color: var(--white); }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

/* ── BUTTONS ── */
.cta-btn { display: inline-block; padding: 14px 32px; font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; cursor: pointer; border: none; transition: all .25s; border-radius: 100px; }
.cta-btn.primary  { background: var(--grad); color: var(--white); box-shadow: 0 8px 32px rgba(124,58,237,.3); }
.cta-btn.primary:hover { transform: translateY(-2px); box-shadow: 0 16px 48px rgba(124,58,237,.45); }
.cta-btn.ghost    { background: transparent; border: 1px solid var(--border); color: var(--white); }
.cta-btn.ghost:hover { border-color: var(--cyan); color: var(--cyan); }
.cta-btn.outline  { background: transparent; border: 1px solid var(--border); color: var(--white); }
.cta-btn.outline:hover { background: var(--card); }
.cta-btn.dark     { background: var(--dark3); color: var(--white); }
.cta-btn.dark:hover { background: var(--purple); }

/* ── SECTION LABEL ── */
.section-label { display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--cyan); margin-bottom: 16px; background: rgba(0,200,255,.1); padding: 5px 14px; border-radius: 100px; border: 1px solid rgba(0,200,255,.2); }
.section-label.center { display: block; text-align: center; width: fit-content; margin: 0 auto 16px; }
.section-label.light  { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.1); color: rgba(255,255,255,.7); }
.section-title { font-size: 52px; text-align: center; margin-bottom: 16px; }
.section-sub   { color: var(--muted); text-align: center; margin-bottom: 60px; font-size: 15px; }

/* ── NAV ── */
nav.site-nav { background: rgba(15,15,26,.9); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 200; }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; gap: 0; min-height: 72px; }
.nav-logo { display: flex; align-items: center; padding: 14px 32px 14px 0; text-decoration: none; flex-shrink: 0; }
.nav-logo img { height: 40px; }
.nav-links { display: flex; align-items: center; flex: 1; gap: 28px; }
.nav-links a { color: var(--muted); text-decoration: none; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--white); }
.nav-right { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.lang-switcher { display: flex; gap: 4px; background: var(--card); padding: 4px; border-radius: 100px; border: 1px solid var(--border); }
.lang-btn { padding: 5px 10px; background: transparent; color: var(--muted); text-decoration: none; font-family: 'DM Sans', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border-radius: 100px; transition: all .2s; }
.lang-btn:hover, .lang-btn.active { background: var(--grad); color: var(--white); }
.nav-phone { display: flex; align-items: center; gap: 8px; color: var(--white); text-decoration: none; font-size: 13px; font-weight: 700; padding: 10px 20px; border-radius: 100px; background: var(--grad); box-shadow: 0 4px 20px rgba(124,58,237,.3); transition: all .25s; }
.nav-phone:hover { transform: translateY(-1px); box-shadow: 0 8px 28px rgba(124,58,237,.45); }
.nav-burger { display: none; flex-direction: column; gap: 5px; padding: 10px; background: none; border: none; cursor: pointer; }
.nav-burger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; }

/* ── HERO ── */
.hero { background: var(--dark); color: var(--white); min-height: 96vh; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; width: 800px; height: 800px; border-radius: 50%; background: radial-gradient(circle, rgba(124,58,237,.15) 0%, transparent 70%); top: -200px; right: -200px; }
.hero::after  { content: ''; position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(0,200,255,.1) 0%, transparent 70%); bottom: -100px; left: -100px; }
.hero .container { display: grid; grid-template-columns: 1fr 480px; min-height: 96vh; position: relative; z-index: 1; align-items: center; gap: 60px; }
.hero-left { padding: 80px 0; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; background: rgba(0,200,255,.1); color: var(--cyan); padding: 8px 18px; border-radius: 100px; border: 1px solid rgba(0,200,255,.2); margin-bottom: 28px; }
.hero-badge::before { content: '⚡'; }
.hero h1 { font-size: clamp(44px, 5.5vw, 80px); font-weight: 800; line-height: .95; margin-bottom: 24px; }
.hero h1 span { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block; }
.hero-left > p { font-size: 16px; color: var(--muted); max-width: 440px; margin-bottom: 36px; line-height: 1.8; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 56px; }
.hero-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.stat-item { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 20px 24px; backdrop-filter: blur(10px); }
.stat-num { font-family: 'Syne', sans-serif; font-size: 28px; font-weight: 800; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block; line-height: 1; }
.stat-label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-top: 4px; display: block; }
.hero-visual { display: flex; align-items: center; justify-content: center; }
.hero-visual-inner { width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, rgba(124,58,237,.3), rgba(0,200,255,.1)); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; position: relative; animation: float 6s ease-in-out infinite; }
.hero-visual-inner::before { content: ''; position: absolute; width: 320px; height: 320px; border-radius: 50%; border: 1px solid rgba(0,200,255,.15); animation: float 6s ease-in-out infinite reverse; }
.hero-visual-inner::after { content: '🚀'; font-size: 80px; }
.hero-card-float { position: absolute; bottom: 20px; left: -60px; background: rgba(30,30,53,.9); backdrop-filter: blur(20px); border: 1px solid var(--border); padding: 16px 20px; border-radius: 16px; display: flex; align-items: center; gap: 12px; min-width: 220px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.hcf-icon { font-size: 22px; }
.hero-card-float strong { display: block; font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 700; color: var(--white); }
.hero-card-float small { color: var(--muted); font-size: 11px; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }

/* ── HAKKIMIZDA ── */
.about-section { padding: 112px 0; background: var(--dark2); }
.about-section .container { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-placeholder { height: 440px; background: var(--dark3); border-radius: 24px; border: 1px solid var(--border); position: relative; overflow: hidden; }
.about-img-placeholder::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 70%, rgba(124,58,237,.2), transparent 60%); }
.about-img-placeholder::after { content: '💡'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 80px; opacity: .15; }
.about-social-card { position: absolute; bottom: -20px; right: -20px; background: var(--dark3); border: 1px solid var(--border); border-radius: 16px; padding: 20px 24px; backdrop-filter: blur(20px); }
.about-social-card strong { display: block; font-family: 'Syne', sans-serif; font-size: 12px; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.social-icons { display: flex; gap: 8px; }
.social-icons a { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: var(--border); color: var(--white); text-decoration: none; font-size: 11px; font-weight: 700; border-radius: 8px; transition: background .2s; }
.social-icons a:hover { background: var(--purple); }
.about-right h2 { font-size: 44px; line-height: 1.05; margin-bottom: 20px; }
.about-right h2 span { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.about-right > p { color: var(--muted); font-size: 15px; line-height: 1.9; margin-bottom: 32px; }

/* ── HİZMETLER ── */
.services { padding: 112px 0; }
.services .container { display: flex; flex-direction: column; gap: 56px; }
.services-left h2 { font-size: 44px; margin-bottom: 16px; }
.services-left > p { color: var(--muted); max-width: 420px; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-card { background: var(--card); border: 1px solid var(--border); border-radius: 20px; overflow: hidden; transition: all .3s; }
.service-card:hover { border-color: rgba(0,200,255,.3); transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.service-img { height: 160px; overflow: hidden; }
.service-img-bg { width: 100%; height: 100%; background: linear-gradient(135deg, var(--dark3) 0%, rgba(124,58,237,.3) 100%); position: relative; }
.service-img-bg::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--grad); }
.service-card-body { padding: 24px; }
.service-dash { display: block; width: 32px; height: 2px; background: var(--grad); margin-bottom: 12px; border-radius: 2px; }
.service-card h3 { font-size: 18px; color: var(--white); margin-bottom: 10px; }
.service-card p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.services-cta { text-align: center; }

/* ── REFERANSLAR ── */
.testimonials { padding: 96px 0; background: var(--dark2); }
.testimonials-wrap { position: relative; }
.testi-slide { display: none; }
.testi-slide.active { display: flex; gap: 40px; align-items: center; padding: 48px; background: var(--card); border: 1px solid var(--border); border-radius: 24px; }
.testi-avatar img { width: 88px; height: 88px; object-fit: cover; border-radius: 20px; border: 2px solid rgba(0,200,255,.3); }
.testi-content { flex: 1; }
.testi-content p { font-size: 16px; color: var(--text); line-height: 1.8; margin-bottom: 20px; }
.testi-content strong { display: block; font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 700; color: var(--cyan); }
.testi-content span { color: var(--muted); font-size: 12px; }
.testi-stars { color: #ffd700; font-size: 16px; margin-top: 8px; letter-spacing: 2px; }
.testi-quote { font-size: 80px; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; opacity: .2; font-family: serif; align-self: flex-end; line-height: 1; }
.testi-nav { position: absolute; right: 0; top: -52px; display: flex; gap: 8px; }
.testi-prev, .testi-next { width: 44px; height: 44px; background: var(--card); border: 1px solid var(--border); border-radius: 50%; color: var(--white); font-size: 20px; cursor: pointer; transition: all .25s; display: flex; align-items: center; justify-content: center; }
.testi-prev:hover, .testi-next:hover { background: var(--grad); border-color: transparent; }

/* ── PAKETLERİMİZ ── */
.packages { padding: 112px 0; }
.packages-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.package-card { background: var(--card); border: 1px solid var(--border); border-radius: 24px; display: flex; flex-direction: column; overflow: hidden; transition: border-color .25s; }
.package-card:hover { border-color: rgba(124,58,237,.4); }
.package-card.featured { background: linear-gradient(135deg, rgba(124,58,237,.2) 0%, rgba(0,200,255,.1) 100%); border-color: rgba(0,200,255,.3); }
.package-head { padding: 32px; border-bottom: 1px solid var(--border); }
.package-head h3 { font-size: 22px; color: var(--white); margin-bottom: 6px; }
.package-head span { font-size: 12px; color: var(--cyan); letter-spacing: .1em; text-transform: uppercase; }
.package-card ul { padding: 24px 32px; flex: 1; list-style: none; }
.package-card ul li { padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 14px; color: var(--muted); }
.package-card ul li::before { content: '✓ '; color: var(--cyan); font-weight: 700; }
.package-card .cta-btn { margin: 0 24px 24px; display: block; text-align: center; border-radius: 100px; }
.package-card.featured .cta-btn.outline { border-color: rgba(0,200,255,.4); color: var(--cyan); }
.package-card.featured .cta-btn.outline:hover { background: var(--grad); color: var(--white); border-color: transparent; }

/* ── SÜREÇLERİMİZ ── */
.process { padding: 112px 0; background: var(--dark2); }
.process .container { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.process-left h2 { font-size: 44px; margin: 12px 0 32px; }
.process-visual { height: 300px; background: var(--dark3); border-radius: 24px; border: 1px solid var(--border); position: relative; overflow: hidden; }
.process-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(124,58,237,.2), transparent 70%); }
.process-visual::after { content: '⚙️'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 80px; opacity: .15; }
.process-right { display: flex; flex-direction: column; gap: 12px; }
.process-card { padding: 24px; background: var(--card); border: 1px solid var(--border); border-radius: 16px; display: flex; gap: 20px; transition: all .25s; }
.process-card:hover { border-color: rgba(0,200,255,.3); background: rgba(0,200,255,.05); }
.process-icon { font-size: 28px; flex-shrink: 0; width: 48px; height: 48px; background: var(--dark3); border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.process-card h3 { font-size: 16px; color: var(--white); margin-bottom: 6px; }
.process-card p { color: var(--muted); font-size: 13px; line-height: 1.6; }

/* ── STATS BAR ── */
.stats-bar { background: var(--grad); padding: 40px 0; }
.stats-bar .container { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 32px; }
.stats-bar-item { display: flex; align-items: center; gap: 16px; color: var(--white); }
.sbi-num { font-family: 'Syne', sans-serif; font-size: 52px; font-weight: 800; line-height: 1; }
.stats-bar-item strong { display: block; font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 700; }
.stats-bar-item small { font-size: 12px; opacity: .7; }

/* ── BLOG ── */
.blog-section { padding: 112px 0; }
.blog-section .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.blog-featured h2 { font-size: 42px; margin-bottom: 20px; }
.blog-featured > p { color: var(--muted); font-size: 15px; margin-bottom: 32px; line-height: 1.8; }
.blog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.blog-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; transition: all .25s; }
.blog-card:hover { border-color: rgba(0,200,255,.3); transform: translateY(-4px); }
.blog-card-img { height: 140px; background: linear-gradient(135deg, var(--dark3), rgba(124,58,237,.3)); position: relative; }
.blog-card-img::after { content: '📝'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 32px; opacity: .15; }
.blog-card-body { padding: 18px; }
.blog-card-cat { font-size: 10px; color: var(--cyan); letter-spacing: .15em; text-transform: uppercase; display: block; margin-bottom: 8px; font-weight: 700; }
.blog-card h3 { font-size: 14px; color: var(--white); line-height: 1.4; }
.blog-card h3 a { text-decoration: none; color: inherit; }
.blog-card h3 a:hover { color: var(--cyan); }

/* ── İLETİŞİM ── */
.contact-section { background: var(--dark2); color: var(--white); padding: 112px 0; }
.contact-section .container { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.contact-left h2 { font-size: 48px; line-height: 1; margin-bottom: 16px; }
.contact-left h2 span { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.contact-left > p { color: var(--muted); font-size: 15px; margin-bottom: 32px; line-height: 1.8; }
.contact-items { display: flex; flex-direction: column; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--border); }
.contact-item:last-child { border-bottom: none; }
.ci-icon { font-size: 20px; flex-shrink: 0; }
.contact-item strong { display: block; font-family: 'Syne', sans-serif; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--cyan); margin-bottom: 4px; }
.contact-item a, .contact-item span { color: var(--muted); text-decoration: none; font-size: 14px; transition: color .2s; }
.contact-item a:hover { color: var(--cyan); }

/* ── FOOTER ── */
footer { background: var(--dark); border-top: 1px solid var(--border); color: var(--muted); }
.footer-logo-banner { background: linear-gradient(90deg, var(--dark) 0%, rgba(124,58,237,.1) 50%, var(--dark) 100%); border-bottom: 1px solid var(--border); padding: 36px; text-align: center; }
.footer-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: 60px; padding: 60px 32px; max-width: 1200px; margin: 0 auto; }
.footer-col h4 { font-family: 'Syne', sans-serif; font-size: 14px; color: var(--white); margin-bottom: 24px; }
.footer-col nav { display: flex; flex-direction: column; gap: 12px; }
.footer-col nav a { color: var(--muted); text-decoration: none; font-size: 13px; transition: color .2s; }
.footer-col nav a:hover { color: var(--cyan); }
.footer-langs { display: flex; gap: 6px; margin-top: 10px; }
.footer-langs a { padding: 4px 10px; background: var(--card); border: 1px solid var(--border); border-radius: 100px; font-size: 10px; color: var(--muted); text-decoration: none; letter-spacing: .1em; font-weight: 700; transition: all .2s; }
.footer-langs a.active, .footer-langs a:hover { background: var(--grad); color: var(--white); border-color: transparent; }
.footer-contact { display: flex; flex-direction: column; gap: 14px; }
.footer-contact p { font-size: 13px; display: flex; gap: 10px; }
.footer-contact a { color: var(--muted); text-decoration: none; transition: color .2s; }
.footer-contact a:hover { color: var(--cyan); }
.footer-posts { display: flex; flex-direction: column; gap: 12px; }
.footer-posts a { color: var(--muted); text-decoration: none; font-size: 13px; line-height: 1.4; transition: color .2s; }
.footer-posts a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid var(--border); padding: 20px 32px; max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; font-size: 12px; }
.footer-bottom a { color: var(--muted); text-decoration: none; margin-left: 20px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; transition: color .2s; }
.footer-bottom a:hover { color: var(--cyan); }

/* blog/show.php */
.page-hero { background: var(--dark2); color: var(--white); padding: 100px 0; }
.page-hero h1 { font-size: 64px; }
.page-hero h1 span { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.page-hero p { color: var(--muted); margin-top: 12px; font-size: 15px; }
.blog-list { padding: 72px 0; }
.posts-list { display: flex; flex-direction: column; gap: 12px; }
.post-list-item { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 28px 32px; display: flex; justify-content: space-between; align-items: center; gap: 24px; transition: all .25s; }
.post-list-item:hover { border-color: rgba(0,200,255,.3); background: rgba(0,200,255,.04); }
.post-list-inner { flex: 1; }
.post-list-item h2 { font-size: 20px; color: var(--white); margin-bottom: 8px; }
.post-list-item h2 a { color: inherit; text-decoration: none; }
.post-list-item h2 a:hover { color: var(--cyan); }
.post-list-item p { color: var(--muted); font-size: 13px; }
.post-meta { display: flex; gap: 10px; align-items: center; margin-bottom: 8px; }
.post-date { color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.post-ai-badge { background: var(--grad); color: var(--white); font-size: 10px; font-weight: 700; padding: 2px 10px; border-radius: 100px; letter-spacing: .08em; text-transform: uppercase; }
.read-more { color: var(--cyan); font-size: 12px; text-decoration: none; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; white-space: nowrap; }
.read-more::after { content: ' →'; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
.page-btn { display: inline-block; padding: 10px 18px; background: var(--card); color: var(--text); border: 1px solid var(--border); text-decoration: none; font-size: 13px; font-weight: 700; border-radius: 100px; transition: all .25s; }
.page-btn:hover, .page-btn.active { background: var(--grad); color: var(--white); border-color: transparent; }
.article-wrap { max-width: 760px; margin: 0 auto; padding: 64px 24px 112px; }
.breadcrumb { font-size: 12px; color: var(--muted); margin-bottom: 40px; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumb a { color: var(--cyan); text-decoration: none; }
.article-header h1 { font-size: clamp(32px, 5vw, 56px); color: var(--white); margin-bottom: 20px; }
.article-meta { display: flex; gap: 16px; color: var(--muted); font-size: 12px; padding-bottom: 24px; border-bottom: 1px solid var(--border); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 40px; }
.article-content { font-size: 16px; line-height: 1.9; color: var(--text); }
.article-content h2 { font-size: 28px; color: var(--white); margin: 52px 0 16px; }
.article-content h3 { font-size: 18px; color: var(--cyan); margin: 36px 0 12px; }
.article-content p { margin-bottom: 20px; }
.article-content ul, .article-content ol { margin: 0 0 20px 24px; }
.article-content li { margin-bottom: 8px; }
.tag { display: inline-block; background: var(--card); color: var(--cyan); padding: 5px 14px; border: 1px solid rgba(0,200,255,.2); border-radius: 100px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin: 0 6px 6px 0; transition: all .2s; }
.tag:hover { background: var(--grad); color: var(--white); border-color: transparent; }

@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .blog-section .container { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  nav.site-nav.open .nav-links { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--dark2); padding: 16px 32px; gap: 0; }
  nav.site-nav.open .nav-links a { padding: 14px 0; border-bottom: 1px solid var(--border); }
  .nav-burger { display: flex; }
  .nav-phone span:last-child { display: none; }
  .hero .container, .about-section .container, .process .container, .contact-section .container { grid-template-columns: 1fr; gap: 40px; }
  .hero-left { padding: 60px 0; }
  .hero-visual { display: none; }
  .hero-stats { gap: 12px; }
  .stat-item { padding: 16px; }
  .about-social-card { right: 0; }
  .services-grid, .packages-grid { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .testi-slide.active { flex-direction: column; }
  .testi-quote { display: none; }
  .blog-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════
   YENİ BİLEŞENLER v2 — MODERN TEMA
════════════════════════════════════════════════════════════ */

/* ── FLOATING YAN BUTONLAR ── */
.floating-buttons { position: fixed; left: 16px; bottom: 40px; z-index: 999; display: flex; flex-direction: column; gap: 10px; }
.float-btn { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; box-shadow: 0 4px 20px rgba(0,0,0,.35); transition: transform .2s, box-shadow .2s; }
.float-btn:hover { transform: scale(1.12); box-shadow: 0 8px 28px rgba(0,0,0,.4); }
.float-wa   { background: #25d366; }
.float-loc  { background: #ea4335; }
.float-call { background: var(--grad); box-shadow: 0 4px 20px rgba(124,58,237,.4); }

/* ── DİL DROPDOWN ── */
.lang-dropdown { position: relative; }
.lang-current { display: flex; align-items: center; gap: 6px; padding: 7px 14px; background: var(--card); border: 1px solid var(--border); border-radius: 100px; font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 700; color: var(--white); cursor: pointer; transition: all .2s; white-space: nowrap; letter-spacing: .06em; }
.lang-current:hover { border-color: rgba(0,200,255,.3); }
.lang-current svg { transition: transform .2s; }
.lang-dropdown.open .lang-current svg { transform: rotate(180deg); }
.lang-menu { position: absolute; top: calc(100% + 8px); right: 0; min-width: 100px; background: var(--dark2); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: all .2s; z-index: 300; box-shadow: 0 16px 48px rgba(0,0,0,.4); }
.lang-menu.open { opacity: 1; pointer-events: all; transform: translateY(0); }
.lang-option { display: block; padding: 10px 18px; font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 700; text-decoration: none; color: var(--muted); transition: all .15s; letter-spacing: .08em; text-transform: uppercase; }
.lang-option:hover, .lang-option.active { background: var(--grad); color: var(--white); }

/* ── GÖRSEL DESTEĞİ ── */
.hero-visual-inner { overflow: hidden; border-radius: 50%; }
.hero-visual-inner img { width: 100%; height: 100%; object-fit: cover; }
.about-img-placeholder img { width: 100%; height: 100%; object-fit: cover; border-radius: 24px; }
.service-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.service-card:hover .service-img img { transform: scale(1.05); }
.process-visual { overflow: hidden; border-radius: 24px; }
.process-visual img { width: 100%; height: 100%; object-fit: cover; }
.testi-avatar img { width: 88px; height: 88px; object-fit: cover; border-radius: 20px; border: 2px solid rgba(0,200,255,.3); }

/* ── NAV SCROLL + MOBILE OPEN ── */
nav.site-nav.scrolled { box-shadow: 0 8px 32px rgba(0,0,0,.3); }
.nav-links.open { display: flex !important; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--dark2); padding: 8px 24px 16px; gap: 0; border-top: 1px solid var(--border); z-index: 199; border-radius: 0 0 20px 20px; box-shadow: 0 16px 40px rgba(0,0,0,.3); }
.nav-links.open a { padding: 12px 0 !important; border-bottom: 1px solid var(--border); }
.nav-links.open a:last-child { border-bottom: none; }
.nav-links a.active { color: var(--cyan); }

/* ── BLOG ALL GRID ── */
.blog-all-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
.blog-all-grid .blog-card { display: flex; flex-direction: column; border-radius: 16px; overflow: hidden; }
.blog-all-grid .blog-card-img { height: 200px; overflow: hidden; }
.blog-all-grid .blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-all-grid .blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-all-grid .blog-card-body { flex: 1; display: flex; flex-direction: column; gap: 8px; }
.blog-all-grid .blog-card h3 { flex: 1; }
.blog-read-more { display: inline-flex; align-items: center; gap: 4px; font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 700; color: var(--cyan); text-decoration: none; margin-top: auto; letter-spacing: .08em; text-transform: uppercase; transition: gap .2s; }
.blog-read-more:hover { gap: 8px; }
.blog-header { margin-bottom: 16px; }

/* ── FOOTER GÜNCELLEMELER ── */
.footer-bottom-links { display: flex; flex-wrap: wrap; gap: 0; }
.footer-no-posts { font-size: 13px; font-style: italic; color: var(--muted); }
.footer-posts a::before { content: '→ '; }
.footer-logo-banner { display: flex; align-items: center; justify-content: center; }
.footer-logo-banner img { height: 56px; width: auto; }

/* ── CTA GHOST DARK ── */
.cta-btn.ghost-dark { background: rgba(255,255,255,.1); border: 2px solid rgba(255,255,255,.25); color: #fff; border-radius: 100px; }
.cta-btn.ghost-dark:hover { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.5); }

/* ── BLOG LIST PAGE ── */
.blog-empty { text-align: center; padding: 80px 0; color: var(--muted); }
.blog-empty span { font-size: 48px; display: block; margin-bottom: 16px; }
.blog-empty p { font-size: 18px; margin-bottom: 28px; }
.page-hero-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.4); margin-top: 16px; letter-spacing: .06em; }
.page-hero-breadcrumb a { color: rgba(0,200,255,.7); text-decoration: none; transition: color .2s; }
.page-hero-breadcrumb a:hover { color: var(--cyan); }

/* ── MAKALE SAYFASI ── */
.article-page { background: var(--dark); }
.article-hero { padding: 24px 0; background: var(--dark2); border-bottom: 1px solid var(--border); }
.article-hero .breadcrumb { margin-bottom: 0; }
.article-views { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.article-content blockquote { border-left: 3px solid var(--purple); margin: 28px 0; padding: 16px 22px; background: var(--card); border-radius: 0 12px 12px 0; font-style: italic; }
.article-content code { background: var(--dark3); padding: 2px 8px; border-radius: 6px; font-size: 14px; font-family: 'Courier New', monospace; color: var(--cyan); }
.article-content pre { background: var(--dark3); border: 1px solid var(--border); padding: 22px 24px; border-radius: 16px; overflow-x: auto; margin: 24px 0; font-size: 13px; line-height: 1.7; }
.article-content pre code { background: none; padding: 0; }
.article-content table { width: 100%; border-collapse: collapse; margin: 24px 0; }
.article-content th { background: var(--dark3); color: var(--cyan); padding: 10px 14px; text-align: left; font-size: 13px; border-radius: 0; }
.article-content td { padding: 10px 14px; border-bottom: 1px solid var(--border); font-size: 14px; }
.article-tags { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--border); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.article-tags strong { font-size: 13px; color: var(--muted); }
.article-cta-box { margin-top: 48px; background: var(--grad); border-radius: 24px; padding: 32px 36px; display: flex; align-items: center; justify-content: space-between; gap: 28px; box-shadow: 0 16px 56px rgba(124,58,237,.3); }
.article-cta-content h3 { font-size: 22px; color: #fff; margin-bottom: 8px; }
.article-cta-content p { font-size: 14px; color: rgba(255,255,255,.7); line-height: 1.6; }
.article-cta-actions { display: flex; gap: 12px; flex-shrink: 0; flex-wrap: wrap; }
.related-posts { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--border); }
.related-title { font-size: 22px; color: var(--white); margin-bottom: 18px; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.related-card { display: flex; flex-direction: column; gap: 6px; padding: 16px 20px; background: var(--card); border: 1px solid var(--border); border-radius: 16px; text-decoration: none; transition: all .2s; }
.related-card:hover { border-color: rgba(0,200,255,.3); background: rgba(0,200,255,.04); transform: translateY(-2px); }
.related-card-title { font-size: 14px; font-weight: 600; color: var(--white); line-height: 1.4; }
.related-card-date { font-size: 12px; color: var(--muted); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) { .blog-all-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
  .floating-buttons { left: 10px; bottom: 24px; gap: 8px; }
  .float-btn { width: 42px; height: 42px; }
  .nav-phone-text { display: none; }
  .blog-all-grid { grid-template-columns: 1fr; }
  .article-cta-box { flex-direction: column; padding: 24px 20px; }
  .article-cta-actions { width: 100%; }
  .article-cta-actions .cta-btn { flex: 1; text-align: center; border-radius: 100px; }
  .related-grid { grid-template-columns: 1fr; }
  .post-list-item { flex-direction: column; align-items: flex-start !important; gap: 10px; }
  .page-hero h1 { font-size: clamp(28px, 7vw, 52px) !important; }
}
