/* ==========================================================================
   Sade Göçük Kaporta - Ana Stil Dosyası
   Son güncelleme: 20 Nisan 2026
   DİKKAT: Bu dosya framework kullanmaz; saf CSS yazılmıştır.
   DİKKAT: Mobile-first yaklaşım — önce mobil, sonra @media ile genişlet.
   ========================================================================== */

/* ==========================================================================
   0. SELF-HOSTED FONTS — Plus Jakarta Sans
   ========================================================================== */

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-500-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* ==========================================================================
   1. CSS RESET (Modern, Minimal)
   ========================================================================== */

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}


/* ==========================================================================
   2. CSS CUSTOM PROPERTIES (Değişkenler)
   ========================================================================== */

:root {
  /* --- Renkler --- */
  --color-primary: #0066FF;
  --color-primary-dark: #0052CC;
  --color-accent: #FF6B35;
  --color-text: #1A1A1A;
  --color-text-muted: #666;
  --color-bg: #FFFFFF;
  --color-bg-alt: #F7F9FC;
  --color-border: #E5E7EB;
  --color-success: #10B981;
  --color-warning: #F59E0B;

  /* --- Tipografi --- */
  --font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-size-base: 16px;
  --line-height-base: 1.6;

  /* --- Spacing (8px grid) --- */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;

  /* --- Container --- */
  --container-max: 1200px;
  --container-padding: 24px;

  /* --- Border Radius --- */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;

  /* --- Gölgeler --- */
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.1);

  /* --- Geçiş --- */
  --transition: 0.2s ease;
}


/* ==========================================================================
   3. TEMEL TİPOGRAFİ
   ========================================================================== */

body {
  font-family: var(--font-sans);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--color-text);
  background-color: var(--color-bg);
}

h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}

p {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 70ch;
}

small {
  font-size: 0.875rem;
}

/* Bağlantı stilleri */
a:hover {
  color: var(--color-primary);
}

/* Liste stilleri (içerik içindeki) */
.content-body ul,
.content-body ol {
  list-style: revert;
  padding-left: var(--space-lg);
}

.content-body ul li,
.content-body ol li {
  margin-bottom: var(--space-xs);
}


/* ==========================================================================
   4. CONTAINER UTILITY
   ========================================================================== */

.container {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-padding);
}


/* ==========================================================================
   5. BUTON KOMPONENTLERİ
   ========================================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  min-height: 44px; /* DİKKAT: Touch target için minimum 44px */
  padding: 12px 24px;
  border-radius: var(--radius-md);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color var(--transition), color var(--transition),
    border-color var(--transition), box-shadow var(--transition),
    transform var(--transition);
  white-space: nowrap;
}

.btn:active {
  transform: translateY(1px);
}

/* Birincil buton */
.btn--primary {
  background-color: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.btn--primary:hover {
  background-color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  color: #fff;
  box-shadow: var(--shadow-md);
}

/* İkincil buton */
.btn--secondary {
  background-color: var(--color-accent);
  color: #fff;
  border-color: var(--color-accent);
}

.btn--secondary:hover {
  background-color: #e55a25;
  border-color: #e55a25;
  color: #fff;
  box-shadow: var(--shadow-md);
}

/* Çerçeveli buton */
.btn--outline {
  background-color: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.btn--outline:hover {
  background-color: var(--color-primary);
  color: #fff;
}

/* WhatsApp butonu */
.btn--whatsapp {
  background-color: #25D366;
  color: #fff;
  border-color: #25D366;
}

.btn--whatsapp:hover {
  background-color: #1ea851;
  border-color: #1ea851;
  color: #fff;
  box-shadow: var(--shadow-md);
}

/* Büyük buton varyantı */
.btn--lg {
  min-height: 52px;
  padding: 14px 32px;
  font-size: 1.0625rem;
}

/* Küçük buton varyantı */
.btn--sm {
  min-height: 36px;
  padding: 8px 16px;
  font-size: 0.875rem;
}


/* ==========================================================================
   6. CARD KOMPONENTİ
   ========================================================================== */

.card {
  background-color: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition), transform var(--transition);
}

.card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.card__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: var(--space-sm);
  color: var(--color-text);
}

.card__body {
  color: var(--color-text-muted);
  line-height: 1.7;
}

.card__footer {
  margin-top: var(--space-lg);
  padding-top: var(--space-md);
  border-top: 1px solid var(--color-border);
}


/* ==========================================================================
   7. HEADER VE NAVİGASYON
   ========================================================================== */

.site-header {
  position: sticky;
  top: 0;
  background-color: var(--color-bg);
  border-bottom: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  z-index: 100;
  transition: box-shadow var(--transition);
}

/* DİKKAT: JS ile .scrolled sınıfı eklendiğinde gölge koyulaşır */
.site-header.scrolled {
  box-shadow: var(--shadow-md);
}

.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: var(--space-md);
  position: relative;
}

.site-header__logo img {
  height: 48px;
  width: auto;
}

/* Hamburger menü butonu (sadece mobilde görünür) */
.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: 0;
  padding: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: var(--radius-sm);
  position: relative;
  margin: -8px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--color-text);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
  position: absolute;
  left: 8px;
}

.nav-toggle span:nth-child(1) { top: 11px; }
.nav-toggle span:nth-child(2) { top: 19px; }
.nav-toggle span:nth-child(3) { top: 27px; }

/* Açık hamburger animasyonu */
.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Mobil navigasyon */
.site-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--color-bg);
  flex-direction: column;
  padding: var(--space-lg);
  gap: var(--space-sm);
  border-top: 1px solid var(--color-border);
  box-shadow: var(--shadow-md);
}

.site-nav[data-open="true"] {
  display: flex;
}

.site-nav a {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 500;
  padding: var(--space-sm) 0;
  border-bottom: 1px solid var(--color-border);
  transition: color var(--transition);
}

.site-nav a:last-child {
  border-bottom: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--color-primary);
}

.site-nav__cta {
  margin-top: var(--space-sm);
  text-align: center;
  border-bottom: none !important;
}

/* Masaüstü navigasyon */
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    display: flex;
    position: static;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: var(--space-lg);
    border-top: none;
    box-shadow: none;
  }

  .site-nav a {
    padding: 0;
    border-bottom: none;
  }

  .site-nav__cta {
    margin-top: 0;
  }
}


/* ==========================================================================
   8. FOOTER
   ========================================================================== */

.site-footer {
  background-color: var(--color-bg-alt);
  padding: var(--space-3xl) 0 var(--space-xl);
  margin-top: var(--space-4xl);
  border-top: 1px solid var(--color-border);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xl);
}

@media (min-width: 768px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .site-footer__grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}

.site-footer h3 {
  font-size: 1.125rem;
  margin-bottom: var(--space-md);
  color: var(--color-text);
}

.site-footer h4 {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: var(--space-md);
  color: var(--color-text);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.site-footer p {
  color: var(--color-text-muted);
  font-size: 0.9375rem;
  line-height: 1.6;
  max-width: none;
  margin-bottom: var(--space-sm);
}

.site-footer ul li {
  margin-bottom: var(--space-sm);
}

.site-footer ul li a {
  color: var(--color-text-muted);
  font-size: 0.9375rem;
  transition: color var(--transition);
}

.site-footer ul li a:hover {
  color: var(--color-primary);
}

.site-footer address {
  font-style: normal;
}

.site-footer__bottom {
  border-top: 1px solid var(--color-border);
  margin-top: var(--space-xl);
  padding-top: var(--space-lg);
  text-align: center;
  color: var(--color-text-muted);
  font-size: 0.875rem;
}

.site-footer__bottom p {
  max-width: none;
  margin-bottom: var(--space-xs);
}


/* ==========================================================================
   9. HERO SECTION TEMELI
   ========================================================================== */

.hero {
  padding: var(--space-4xl) 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 60%, #1d4ed8 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Asimetrik köşegen sağ panel */
.hero::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 42%;
  background: rgba(255, 255, 255, 0.04);
  clip-path: polygon(18% 0%, 100% 0%, 100% 100%, 0% 100%);
  pointer-events: none;
}

.hero--dark {
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  color: #fff;
}

.hero--blue {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: #fff;
}

.hero__label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: var(--space-md);
}

.hero--blue .hero__label,
.hero--dark .hero__label {
  color: rgba(255, 255, 255, 0.8);
}

.hero__title {
  margin-bottom: var(--space-lg);
  color: #fff;
}

.hero__subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: var(--space-xl);
  max-width: 60ch;
}

.hero--blue .hero__subtitle,
.hero--dark .hero__subtitle {
  color: rgba(255, 255, 255, 0.85);
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  align-items: center;
}

.hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xl);
  margin-top: var(--space-2xl);
  padding-top: var(--space-2xl);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hero--blue .hero__stats,
.hero--dark .hero__stats {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.hero__stat-value {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #60a5fa;
  line-height: 1;
  display: block;
}

.hero--blue .hero__stat-value,
.hero--dark .hero__stat-value {
  color: #fff;
}

.hero__stat-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: var(--space-xs);
  display: block;
}

.hero--blue .hero__stat-label,
.hero--dark .hero__stat-label {
  color: rgba(255, 255, 255, 0.75);
}


/* ==========================================================================
   10. FAQ ACCORDION (details/summary native HTML)
   DİKKAT: JS gerektirmez — AI botlar içeriği okuyabilir.
   ========================================================================== */

.faq-list {
  max-width: 720px;
}

details {
  border-bottom: 1px solid var(--color-border);
  padding: 0;
}

details:first-child {
  border-top: 1px solid var(--color-border);
}

summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  padding: var(--space-lg) 0;
  position: relative;
  padding-right: 40px;
  font-size: 1rem;
  color: var(--color-text);
  transition: color var(--transition);
  user-select: none;
}

/* DİKKAT: WebKit için varsayılan üçgeni gizle */
summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--color-primary);
  line-height: 1;
  transition: transform var(--transition);
}

details[open] summary {
  color: var(--color-primary);
}

details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
  padding: 0 0 var(--space-lg) 0;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.faq-answer p {
  max-width: none;
}


/* ==========================================================================
   11. WHATSAPP FLOAT BUTTON
   ========================================================================== */

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: #25D366;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
  z-index: 50;
  transition: background-color var(--transition), transform var(--transition),
    box-shadow var(--transition);
  text-decoration: none;
}

.whatsapp-float:hover {
  background-color: #1ea851;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
}

.whatsapp-float:active {
  transform: scale(0.95);
}


/* ==========================================================================
   12. UTILITY CLASSES
   ========================================================================== */

/* Ekran okuyucular için görünmez metin */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Skip link */
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background-color: var(--color-primary);
  color: #fff;
  padding: var(--space-sm) var(--space-md);
  font-weight: 600;
  z-index: 999;
  transition: top var(--transition);
}

.skip-link:focus {
  top: 0;
}

/* Metin hizalama */
.text-center { text-align: center; }
.text-left   { text-align: left; }
.text-right  { text-align: right; }

/* Renk utility */
.text-primary { color: var(--color-primary); }
.text-muted   { color: var(--color-text-muted); }
.text-success { color: var(--color-success); }

/* Margin utility */
.mt-sm  { margin-top: var(--space-sm); }
.mt-md  { margin-top: var(--space-md); }
.mt-lg  { margin-top: var(--space-lg); }
.mt-xl  { margin-top: var(--space-xl); }
.mt-2xl { margin-top: var(--space-2xl); }
.mt-3xl { margin-top: var(--space-3xl); }

.mb-sm  { margin-bottom: var(--space-sm); }
.mb-md  { margin-bottom: var(--space-md); }
.mb-lg  { margin-bottom: var(--space-lg); }
.mb-xl  { margin-bottom: var(--space-xl); }
.mb-2xl { margin-bottom: var(--space-2xl); }

.pt-sm  { padding-top: var(--space-sm); }
.pt-md  { padding-top: var(--space-md); }
.pt-lg  { padding-top: var(--space-lg); }
.pt-xl  { padding-top: var(--space-xl); }
.pt-2xl { padding-top: var(--space-2xl); }
.pt-3xl { padding-top: var(--space-3xl); }

.pb-sm  { padding-bottom: var(--space-sm); }
.pb-md  { padding-bottom: var(--space-md); }
.pb-lg  { padding-bottom: var(--space-lg); }
.pb-xl  { padding-bottom: var(--space-xl); }
.pb-2xl { padding-bottom: var(--space-2xl); }

/* Grid utility */
.grid {
  display: grid;
  gap: var(--space-xl);
}

.grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

/* Flex utility */
.flex { display: flex; }
.flex--center { align-items: center; justify-content: center; }
.flex--between { align-items: center; justify-content: space-between; }
.flex--wrap { flex-wrap: wrap; }
.flex--gap-md { gap: var(--space-md); }
.flex--gap-lg { gap: var(--space-lg); }

/* Section padding */
.section {
  padding: var(--space-3xl) 0;
}

.section--lg {
  padding: var(--space-4xl) 0;
}

.section--alt {
  background-color: var(--color-bg-alt);
}

/* Section başlık grubu */
.section__header {
  margin-bottom: var(--space-2xl);
}

.section__header--center {
  text-align: center;
}

.section__header--center p {
  margin-inline: auto;
}

.section__label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: var(--space-sm);
}

/* Son güncelleme etiketi — GEO için zorunlu */
.last-updated {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  margin-top: var(--space-xl);
}

/* İçerik genişliği kısıtlama */
.content-narrow { max-width: 720px; }
.content-wide   { max-width: 900px; }

/* Separator */
.separator {
  border: none;
  border-top: 1px solid var(--color-border);
  margin: var(--space-2xl) 0;
}

/* Badge */
.badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.badge--primary {
  background-color: rgba(0, 102, 255, 0.1);
  color: var(--color-primary);
}

.badge--success {
  background-color: rgba(16, 185, 129, 0.1);
  color: var(--color-success);
}

.badge--warning {
  background-color: rgba(245, 158, 11, 0.1);
  color: var(--color-warning);
}

/* Tablo */
.table-wrapper {
  overflow-x: auto;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: var(--space-sm) var(--space-md);
  text-align: left;
  border-bottom: 1px solid var(--color-border);
  font-size: 0.9375rem;
}

th {
  font-weight: 600;
  background-color: var(--color-bg-alt);
}

tr:last-child td {
  border-bottom: none;
}


/* ==========================================================================
   13. MASAÜSTÜ RESPONSIVE AYARLAR
   ========================================================================== */

@media (min-width: 768px) {
  .hero {
    padding: calc(var(--space-4xl) * 1.25) 0;
  }

  .hero__cta {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1024px) {
  .hero {
    padding: calc(var(--space-4xl) * 1.5) 0;
  }

  .section {
    padding: calc(var(--space-3xl) * 1.25) 0;
  }
}


/* ==========================================================================
   14. PRINT STYLES
   ========================================================================== */

@media print {
  .site-header,
  .site-footer,
  .whatsapp-float,
  .nav-toggle,
  .btn {
    display: none !important;
  }

  body {
    font-size: 12pt;
    color: #000;
  }

  a {
    color: #000;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 10pt;
  }

  h1, h2, h3 {
    page-break-after: avoid;
  }
}


/* ==========================================================================
   15. REDUCED MOTION (Erişilebilirlik)
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


/* ==========================================================================
   16. ANA SAYFA — EK STİLLER (FAZ 2)
   ========================================================================== */

/* Hero section — FAZ 2 layout (background FAZ-09'dan dark gradient gelir) */
/* DİKKAT: .hero { background } override'ı KALDIRILDI — FAZ-09 dark gradient kazanır */
.hero { padding: var(--space-4xl) 0; }
.hero__content { max-width: 760px; position: relative; z-index: 1; }
.hero__lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: rgba(255,255,255,0.88);
  line-height: 1.7;
  margin-block: var(--space-lg);
  max-width: 65ch;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  margin-block: var(--space-xl);
}
.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  list-style: none;
  padding: 0;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}
.hero__badges {
  color: rgba(255,255,255,0.85);
}
.hero__badges li {
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--radius-lg);
  padding: var(--space-xs) var(--space-md);
  color: #fff;
}

/* Hero içindeki "Son güncelleme" küçük metni */
.hero .last-updated,
.hero .last-updated small {
  color: rgba(255,255,255,0.65);
}

/* Section padding */
.section-padding { padding: var(--space-4xl) 0; }
.section-padding--alt { background: var(--color-bg-alt); }
.section-lead {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  max-width: 65ch;
  margin-block-end: var(--space-2xl);
}

/* Hizmetler grid */
.services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-xl);
  margin-block: var(--space-xl);
}
.card--service {
  background: white;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  transition: box-shadow var(--transition), transform var(--transition);
}
.card--service:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}
.card__icon { font-size: 2rem; margin-block-end: var(--space-md); }
.card__title a {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 700;
}
.card__title a:hover { color: var(--color-primary); }
.card__price {
  font-size: 0.95rem;
  color: var(--color-primary);
  margin-block: var(--space-md);
}
.services__note {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  margin-block-start: var(--space-lg);
  font-style: italic;
}

/* İstatistik tablosu */
.stats-table {
  width: 100%;
  border-collapse: collapse;
  margin-block: var(--space-xl);
  font-size: 0.95rem;
}
.stats-table th,
.stats-table td {
  padding: var(--space-md) var(--space-lg);
  text-align: left;
  border-bottom: 1px solid var(--color-border);
}
.stats-table th {
  background: var(--color-bg-alt);
  font-weight: 600;
  color: var(--color-text);
}
.stats-table tr:hover td { background: #fafbfc; }

/* Hakkımızda grid */
.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3xl);
  align-items: start;
}
.about__contact-card {
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
}
.about__contact-card address { font-style: normal; }
.about__contact-card address p { margin-block-end: var(--space-lg); }
.about__contact-card a { color: var(--color-primary); }

/* Müşteri yorumları */
.reviews__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-xl);
  margin-block: var(--space-xl);
}
.review-card {
  background: white;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  margin: 0;
}
.review-card__stars {
  color: #F59E0B;
  font-size: 1.1rem;
  margin-block-end: var(--space-sm);
}
.review-card__text {
  font-style: italic;
  color: var(--color-text);
  margin-block-end: var(--space-lg);
}
.review-card__author {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  color: var(--color-text-muted);
  gap: 2px;
}
.review-card__author cite {
  font-style: normal;
  font-weight: 600;
}
.reviews__cta-text {
  text-align: center;
  margin-block-start: var(--space-xl);
}

/* CTA Banner */
.cta-banner {
  background: var(--color-primary);
  color: white;
  text-align: center;
}
.cta-banner h2 {
  color: white;
  margin-block-end: var(--space-md);
}
.cta-banner p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 55ch;
  margin-inline: auto;
  margin-block-end: var(--space-xl);
}
.cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  justify-content: center;
}
.cta-banner .btn--outline {
  border-color: rgba(255, 255, 255, 0.6);
  color: white;
}
.cta-banner .btn--outline:hover {
  background: rgba(255, 255, 255, 0.15);
}
.btn--large {
  padding: 14px 32px;
  font-size: 1.05rem;
}

/* FAQ ek stiller */
.faq__list { max-width: 760px; }
.faq__answer {
  padding: var(--space-md) 0 var(--space-sm);
}
.faq__answer p {
  color: var(--color-text);
  margin: 0;
}
.faq__more {
  margin-block-start: var(--space-xl);
  font-weight: 500;
}

/* Last updated — GEO tazelik sinyali */
.last-updated {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  margin-block-end: var(--space-md);
}

/* Responsive — mobil düzenlemeler */
@media (max-width: 768px) {
  .about__grid { grid-template-columns: 1fr; }
  .hero__cta { flex-direction: column; }
  .stats-table { display: block; overflow-x: auto; }
  .cta-banner__actions { flex-direction: column; align-items: center; }
}


/* ==========================================================================
   FAZ-03: Hizmet Sayfaları Ek Stilleri
   ========================================================================== */

/* Lead paragraf — hero altı cevap-öncelikli metin */
.lead {
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--color-text);
  max-width: 68ch;
  margin-bottom: var(--space-lg);
}

/* Sayfa hero bölümü (breadcrumb altı, h1 + lead içerir) */
.page-hero {
  padding: var(--space-2xl) 0 var(--space-xl);
  border-bottom: 1px solid var(--color-border);
  margin-bottom: var(--space-2xl);
}

/* Breadcrumb navigasyonu */
.breadcrumb-nav {
  padding: var(--space-md) 0;
  margin-bottom: var(--space-lg);
}

.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  font-size: 0.875rem;
  color: var(--color-text-muted);
}

.breadcrumb li + li::before {
  content: "›";
  margin-right: var(--space-sm);
  color: var(--color-text-muted);
}

.breadcrumb a {
  color: var(--color-primary);
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* Adım adım süreç listesi (CSS counter) */
.process-steps {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: var(--space-xl) 0;
}

.process-steps li {
  position: relative;
  padding: var(--space-md) var(--space-md) var(--space-md) 3.5rem;
  margin-bottom: var(--space-md);
  background: var(--color-bg-alt);
  border-radius: var(--radius-md);
  border-left: 3px solid var(--color-primary);
  counter-increment: step;
}

.process-steps li::before {
  content: counter(step);
  position: absolute;
  left: var(--space-md);
  top: 50%;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
}

/* PDR uygun/uygun değil tablosu */
.pdr-table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--space-xl) 0;
  font-size: 0.95rem;
}

.pdr-table th {
  background: var(--color-primary);
  color: #fff;
  padding: var(--space-md) var(--space-lg);
  text-align: left;
}

.pdr-table td {
  padding: var(--space-md) var(--space-lg);
  border-bottom: 1px solid var(--color-border);
}

.pdr-table tr:nth-child(even) td {
  background: var(--color-bg-alt);
}

.check-yes { color: #16a34a; font-weight: 600; }
.check-no  { color: #dc2626; font-weight: 600; }

/* Onarım vs değişim / iki sütun karşılaştırma tablosu */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--space-xl) 0;
  font-size: 0.9rem;
}

.compare-table th {
  padding: var(--space-md) var(--space-lg);
  background: var(--color-primary);
  color: #fff;
  text-align: left;
}

.compare-table th:first-child {
  background: #374151;
}

.compare-table td {
  padding: var(--space-md) var(--space-lg);
  border-bottom: 1px solid var(--color-border);
  vertical-align: top;
}

.compare-table tr:nth-child(even) td {
  background: var(--color-bg-alt);
}

/* Alüminyum araç marka kartları */
.brand-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: var(--space-md);
  list-style: none;
  padding: 0;
  margin: var(--space-xl) 0;
}

.brand-list li {
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: var(--space-md) var(--space-lg);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
}

.brand-list li strong {
  display: block;
  color: var(--color-primary);
  margin-bottom: 0.2rem;
  font-size: 1rem;
}

/* Responsive — hizmet sayfaları */
@media (max-width: 640px) {
  .pdr-table,
  .compare-table { display: block; overflow-x: auto; }
  .brand-list { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
  .process-steps li { padding-left: 3rem; }
}

/* ========================================
   FAZ-04: Hakkımızda / İletişim / SSS Ek Stilleri
   ======================================== */

/* Değer kartları (hakkımızda) */
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--space-lg);
  margin: var(--space-xl) 0;
}

.value-card {
  background: var(--color-bg-alt);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  border-top: 3px solid var(--color-primary);
}

.value-card h3 {
  margin-top: 0;
  font-size: 1rem;
  color: var(--color-primary);
}

/* İletişim kartları grid */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--space-lg);
  margin: var(--space-xl) 0;
}

.contact-card {
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
}

.contact-card h3 {
  margin-top: 0;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
  margin-bottom: 12px;
}

.contact-card .contact-value {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-text);
  display: block;
  margin-bottom: var(--space-sm);
}

.contact-card a {
  color: var(--color-primary);
  text-decoration: none;
}

.contact-card a:hover {
  text-decoration: underline;
}

/* Çalışma saatleri tablosu */
.hours-table {
  width: 100%;
  border-collapse: collapse;
}

.hours-table td {
  padding: var(--space-sm) 12px;
  border-bottom: 1px solid var(--color-border);
  font-size: 0.95rem;
}

.hours-table td:first-child {
  font-weight: 500;
}

.hours-table .closed {
  color: #dc2626;
  font-weight: 600;
}

.hours-table .open {
  color: #16a34a;
}

/* Google Maps embed */
.map-container {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: var(--space-lg) 0;
  border: 1px solid var(--color-border);
}

.map-container iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: 0;
}

/* SSS kategori navigasyonu */
.faq-nav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin: var(--space-lg) 0;
  padding: 0;
  list-style: none;
}

.faq-nav a {
  display: inline-block;
  padding: var(--space-sm) var(--space-md);
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  border-radius: 100px;
  color: var(--color-primary);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.faq-nav a:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

/* FAQ kategorisi */
.faq-category {
  margin-top: var(--space-2xl);
  padding-top: var(--space-lg);
  border-top: 2px solid var(--color-border);
}

.faq-category:first-of-type {
  border-top: none;
  margin-top: 0;
}

/* Responsive — FAZ-04 */
@media (max-width: 640px) {
  .values-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .map-container iframe { height: 280px; }
}

/* ========================================
   FAZ-05: Blog Stilleri
   ======================================== */

/* Blog kartları grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-xl);
  margin: var(--space-xl) 0;
}

.blog-card {
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.blog-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.blog-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.blog-card-meta .category-tag {
  background: var(--color-primary);
  color: #fff;
  padding: 0.15rem 0.5rem;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.75rem;
}

.blog-card h2 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  line-height: 1.4;
}

.blog-card h2 a {
  color: var(--color-text);
  text-decoration: none;
}

.blog-card h2 a:hover {
  color: var(--color-primary);
}

.blog-card p {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
  flex: 1;
  margin-bottom: var(--space-md);
}

.blog-card .read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  margin-top: auto;
}

.blog-card .read-more:hover {
  text-decoration: underline;
}

/* Makale layout */
.article-header {
  margin-bottom: var(--space-xl);
  padding-bottom: var(--space-lg);
  border-bottom: 1px solid var(--color-border);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  align-items: center;
  font-size: 0.875rem;
  color: var(--color-text-muted);
  margin-top: 12px;
}

.article-meta .author {
  font-weight: 600;
  color: var(--color-text);
}

.article-meta .read-time {
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  padding: 0.15rem 0.6rem;
  border-radius: var(--radius-sm);
}

.article-body h2 {
  margin-top: var(--space-2xl);
  padding-top: var(--space-md);
  border-top: 1px solid var(--color-border);
  font-size: 1.3rem;
}

.article-body h3 {
  margin-top: var(--space-lg);
  font-size: 1.05rem;
  color: var(--color-text);
}

/* Numaralı listicle */
.numbered-list {
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin: var(--space-lg) 0;
}

.numbered-list > li {
  counter-increment: item;
  position: relative;
  padding: 20px 20px 20px 3.5rem;
  margin-bottom: var(--space-md);
  background: var(--color-bg-alt);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
}

.numbered-list > li::before {
  content: counter(item);
  position: absolute;
  left: 1rem;
  top: 1.25rem;
  width: 1.75rem;
  height: 1.75rem;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
}

.numbered-list > li h3 {
  margin: 0 0 var(--space-sm);
  font-size: 1rem;
}

.numbered-list > li p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-text-muted);
}

/* Makale içi CTA */
.article-cta {
  background: linear-gradient(135deg, var(--color-primary) 0%, #0052cc 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  text-align: center;
  margin: var(--space-2xl) 0;
}

.article-cta h2 {
  color: #fff;
  border: none;
  margin-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}

.article-cta p {
  color: rgba(255,255,255,0.9);
  margin-bottom: 20px;
}

.article-cta .btn-white {
  background: #fff;
  color: var(--color-primary);
  border: none;
  padding: 12px var(--space-lg);
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.2s;
}

.article-cta .btn-white:hover {
  opacity: 0.9;
}

/* İlgili yazılar */
.related-posts {
  margin-top: var(--space-2xl);
  padding-top: var(--space-lg);
  border-top: 1px solid var(--color-border);
}

.related-posts h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  border: none !important;
  padding: 0 !important;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--space-md);
}

.related-card {
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: var(--space-md);
}

.related-card a {
  font-weight: 600;
  color: var(--color-text);
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.4;
  display: block;
  margin-bottom: var(--space-sm);
}

.related-card a:hover {
  color: var(--color-primary);
}

.related-card span {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.price-note {
  color: var(--color-text-muted);
  font-size: 0.85rem;
  margin-top: var(--space-sm);
}

/* Responsive — FAZ-05 */
@media (max-width: 640px) {
  .blog-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .article-meta { flex-direction: column; align-items: flex-start; gap: var(--space-sm); }
}


/* ========================================================
   FAZ-06: Teklif Formu Stilleri
   Not: .breadcrumb-nav / .breadcrumb FAZ-03'te zaten tanımlı
   Değişken eşlemesi:
     --space-10 ≈ --space-2xl (48px)
     --space-8  ≈ --space-xl  (32px)
     --space-6  ≈ --space-lg  (24px)
     --space-5  ≈ --space-lg  (24px)
     --space-4  ≈ --space-md  (16px)
     --space-3  ≈ --space-sm  (8px)
     --space-2  ≈ --space-xs  (4px)
     --color-text-secondary → --color-text-muted
     --color-surface        → --color-bg-alt
   ======================================================== */

/* Hero bölümü */
.quote-hero {
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f3ff 100%);
  border-bottom: 1px solid var(--color-border);
  padding: var(--space-2xl) 0 var(--space-xl);
  text-align: center;
}
.quote-hero h1 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  margin-bottom: var(--space-sm);
}
.quote-hero .lead {
  max-width: 560px;
  margin: 0 auto var(--space-sm);
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}
.quote-hero .update-time {
  display: inline-block;
  font-size: 0.82rem;
  color: var(--color-text-muted);
  margin-top: var(--space-sm);
}

/* İki sütun layout */
.quote-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: var(--space-2xl);
  padding-top: var(--space-2xl);
  padding-bottom: var(--space-3xl);
  align-items: start;
}
@media (max-width: 900px) {
  .quote-layout {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }
  .quote-sidebar {
    order: -1; /* sidebar mobilde formun üstüne çıksın */
  }
}

/* Form wrapper */
.quote-form-wrapper {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
@media (max-width: 480px) {
  .quote-form-wrapper { padding: var(--space-lg); }
}

/* Fieldset */
.quote-form fieldset {
  border: none;
  padding: 0;
  margin: 0 0 var(--space-xl);
}
.quote-form fieldset + fieldset {
  border-top: 1px solid var(--color-border);
  padding-top: var(--space-xl);
}
.quote-form legend {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: var(--space-lg);
  padding: 0;
}

/* Form group */
.form-group {
  margin-bottom: var(--space-lg);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
}
@media (max-width: 480px) {
  .form-row { grid-template-columns: 1fr; }
}
.form-group label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: var(--space-xs);
  color: var(--color-text);
}
.form-group label span[aria-hidden] {
  color: #dc2626;
  margin-left: 2px;
}

/* Input, select, textarea */
.quote-form input[type="text"],
.quote-form input[type="tel"],
.quote-form input[type="number"],
.quote-form select,
.quote-form textarea {
  display: block;
  width: 100%;
  padding: 12px var(--space-md);
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  font-size: 0.95rem;
  font-family: inherit;
  color: var(--color-text);
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
  box-sizing: border-box;
}
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.12);
}
.quote-form input[aria-invalid="true"],
.quote-form select[aria-invalid="true"],
.quote-form textarea[aria-invalid="true"] {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}
.quote-form textarea {
  resize: vertical;
  min-height: 100px;
  line-height: 1.5;
}
.quote-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 2.5rem;
  cursor: pointer;
}

/* Hint & error mesajları */
.field-hint {
  display: block;
  font-size: 0.8rem;
  color: var(--color-text-muted);
  margin-top: var(--space-xs);
}
.field-error {
  display: none;
  font-size: 0.8rem;
  color: #dc2626;
  margin-top: var(--space-xs);
  font-weight: 500;
}
.char-count {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  margin-top: var(--space-xs);
  display: block;
  text-align: right;
}

/* Checkbox ve Radio grupları */
.checkbox-group,
.radio-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}
.checkbox-label,
.radio-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 400;
  padding: var(--space-sm) 12px;
  border-radius: var(--radius-sm);
  transition: background 0.1s;
  color: var(--color-text);
}
.checkbox-label:hover,
.radio-label:hover {
  background: var(--color-bg-alt);
}
.checkbox-label input,
.radio-label input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--color-primary);
  flex-shrink: 0;
  cursor: pointer;
  margin: 0;
}

/* Privacy note */
.privacy-note {
  color: var(--color-text-muted);
  font-size: 0.82rem;
  margin: 0 0 var(--space-lg);
  line-height: 1.5;
}
.privacy-note a {
  color: var(--color-primary);
}
.privacy-note a:hover {
  text-decoration: underline;
}

/* Submit butonu — .btn .btn--primary ile birleşik kullanılır */
.btn-submit {
  width: 100%;
  padding: var(--space-md) var(--space-lg);
  font-size: 1.05rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  cursor: pointer;
  border-radius: var(--radius-md);
  transition: background 0.15s, transform 0.1s;
}
.btn-submit:hover:not(:disabled) {
  transform: translateY(-1px);
}
.btn-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}
.btn-submit .btn-icon {
  transition: transform 0.15s;
}
.btn-submit:hover:not(:disabled) .btn-icon {
  transform: translateX(3px);
}
.submit-note {
  text-align: center;
  color: var(--color-text-muted);
  font-size: 0.8rem;
  margin-top: var(--space-sm);
}

/* Sidebar: trust box + alt iletişim */
.quote-sidebar {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  position: sticky;
  top: var(--space-xl);
}
@media (max-width: 900px) {
  .quote-sidebar { position: static; }
}
.trust-box,
.alt-contact-box {
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
}
.trust-box h2,
.alt-contact-box h2 {
  font-size: 1rem;
  margin: 0 0 var(--space-md);
  color: var(--color-text);
  font-weight: 700;
}
.trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}
.trust-list li {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  padding-left: 1.4rem;
  position: relative;
  line-height: 1.5;
}
.trust-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 700;
}
.trust-list li strong {
  color: var(--color-text);
}
.alt-contact-box p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  margin: 0 0 var(--space-md);
  line-height: 1.5;
}
.btn-whatsapp {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px var(--space-md);
  background: #25D366;
  color: #fff;
  border-radius: var(--radius-md);
  font-weight: 700;
  text-decoration: none;
  margin-bottom: var(--space-sm);
  font-size: 0.95rem;
  transition: background 0.15s;
  box-sizing: border-box;
}
.btn-whatsapp:hover {
  background: #1fad54;
  color: #fff;
}
.btn-phone {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px var(--space-md);
  background: transparent;
  color: var(--color-primary);
  border: 1.5px solid var(--color-primary);
  border-radius: var(--radius-md);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
  transition: background 0.15s, color 0.15s;
  box-sizing: border-box;
}
.btn-phone:hover {
  background: var(--color-primary);
  color: #fff;
}
.hours-note {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  margin: var(--space-sm) 0 0;
  line-height: 1.6;
  text-align: center;
}

/* ========================================================================
   GALLERY (index.html — Çalışmalardan örnekler)
   ======================================================================== */
.gallery__grid {
  list-style: none;
  margin: var(--space-2xl) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-lg);
}

.gallery__item figure {
  margin: 0;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery__item figure:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.14);
}

.gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.gallery__item figcaption {
  padding: var(--space-sm) var(--space-md);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-text);
  text-align: center;
}

/* ============================================================
   KVKK Çerez Banner (soft, dismissible — AI render dostu)
   ============================================================ */
#kvkk-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  max-width: 980px;
  margin: 0 auto;
  background: #0f172a;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  font-family: var(--font-sans, system-ui, sans-serif);
  animation: kvkk-slideup 0.35s ease-out;
}
@keyframes kvkk-slideup { from { transform: translateY(100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.kvkk-banner__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
}
.kvkk-banner__text {
  flex: 1 1 320px;
  font-size: 14px;
  line-height: 1.5;
}
.kvkk-banner__text a {
  color: #60a5fa;
  text-decoration: underline;
}
.kvkk-banner__actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.kvkk-banner__btn {
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.kvkk-banner__btn--reject {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.kvkk-banner__btn--reject:hover { border-color: #fff; }
.kvkk-banner__btn--accept {
  background: #1d4ed8;
  color: #fff;
}
.kvkk-banner__btn--accept:hover { background: #1e40af; }
@media (max-width: 480px) {
  .kvkk-banner__actions { width: 100%; }
  .kvkk-banner__btn { flex: 1; }
}
