/*
Theme Name: Tulka Anket Theme
Theme URI: https://tulka.net
Author: Tulka Creative
Author URI: https://tulka.net
Description: Siverek Belediyesi Vatandaş Memnuniyet Anketi için özel tasarlanmış, ultra modern, duyarlı ve yüksek performanslı WordPress teması. [siverek_belediyesi_anket] kısa kodunu ana sayfada direkt öne çıkarır.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tulka-anket-theme
Tags: custom-header, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/

/* Reset & CSS Custom Properties */
:root {
  --tulka-primary: #4338ca;
  --tulka-primary-dark: #3730a3;
  --tulka-primary-light: #6366f1;
  --tulka-secondary: #059669;
  --tulka-accent: #06b6d4;
  --tulka-bg-light: #f8fafc;
  --tulka-text-main: #0f172a;
  --tulka-text-muted: #64748b;
  --tulka-card-bg: #ffffff;
  --tulka-border: #e2e8f0;
  --tulka-radius: 16px;
  --tulka-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
}

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

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: #f1f5f9;
  color: var(--tulka-text-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Header & Top Bar */
.tulka-topbar {
  background: #1e1b4b;
  color: #c7d2fe;
  font-size: 13px;
  padding: 8px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.tulka-topbar a {
  color: #a5b4fc;
  text-decoration: none;
  transition: color 0.2s ease;
}

.tulka-topbar a:hover {
  color: #ffffff;
}

.tulka-main-header {
  background: #ffffff;
  border-bottom: 1px solid var(--tulka-border);
  padding: 16px 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.tulka-header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tulka-logo-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.tulka-logo-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--tulka-primary), var(--tulka-secondary));
  color: #ffffff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(67, 56, 202, 0.3);
}

.tulka-logo-text h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #1e1b4b;
  letter-spacing: -0.5px;
  font-family: 'Outfit', 'Inter', sans-serif;
}

.tulka-logo-text span {
  font-size: 12px;
  font-weight: 600;
  color: var(--tulka-secondary);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Nav Menu */
.tulka-nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}

.tulka-nav-menu a {
  text-decoration: none;
  color: #334155;
  font-weight: 600;
  font-size: 15px;
  transition: color 0.2s ease;
}

.tulka-nav-menu a:hover {
  color: var(--tulka-primary);
}

/* Hero Section */
.tulka-hero-banner {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #4338ca 100%);
  color: #ffffff;
  padding: 48px 24px 72px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tulka-hero-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 140%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 60%);
  pointer-events: none;
}

.tulka-hero-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.tulka-hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.tulka-hero-title {
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 16px 0;
  line-height: 1.25;
  font-family: 'Outfit', sans-serif;
  letter-spacing: -1px;
}

.tulka-hero-subtitle {
  font-size: 17px;
  color: #e0e7ff;
  margin: 0;
  line-height: 1.6;
}

/* Main Canvas & Survey Embed Wrap */
.tulka-main-container {
  max-width: 1000px;
  margin: -40px auto 48px auto;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}

.tulka-survey-wrapper {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

/* Footer */
.tulka-footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 48px 24px 24px 24px;
  font-size: 14px;
}

.tulka-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
  margin-bottom: 32px;
}

.tulka-footer-col h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px 0;
}

.tulka-footer-col p {
  margin: 0 0 8px 0;
  line-height: 1.6;
}

.tulka-footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid #1e293b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
}

.tulka-back-to-top {
  background: #334155;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  transition: background 0.2s ease;
}

.tulka-back-to-top:hover {
  background: var(--tulka-primary);
}

@media (max-width: 768px) {
  .tulka-hero-title {
    font-size: 26px;
  }
  .tulka-topbar {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
}
