/* ===== Yetik İnşaat Camii Donanımları - Ana Stil Dosyası ===== */
:root {
  --primary: #1a365d;
  --primary-light: #2c5282;
  --accent: #d69e2e;
  --accent-light: #ecc94b;
  --dark: #0f172a;
  --light: #f8fafc;
  --white: #ffffff;
  --gray: #64748b;
  --transition: 0.3s ease;
  --shadow: 0 4px 20px rgba(0,0,0,0.12);
  --shadow-lg: 0 10px 40px rgba(0,0,0,0.15);
}

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

::selection {
  background: rgba(214, 158, 46, 0.35);
  color: var(--dark);
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

html {
  scroll-behavior: smooth;
  /* Telefonda input focus'ta otomatik zoom'u azaltmak için min 16px */
  font-size: 16px;
}

/* Sabit navbar nedeniyle anchor hedefleri görünür kalsın */
[id="gallery-groups"],
[id="aluminyum-kaplama"],
[id="kursun-kaplama"],
[id="aluminyum-tadilat"],
[id="kursun-tadilat"],
[id="nakkas"],
[id="beton-vitray"],
[id="grup-cami-kubbe"],
[id="grup-detay"],
[id="grup-restorasyon"],
[id="grup-santiye"],
[id="map"] {
  scroll-margin-top: 8rem;
}

body {
  font-family: 'Segoe UI', 'Georgia', system-ui, sans-serif;
  color: var(--dark);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition), opacity var(--transition);
}

ul {
  list-style: none;
}

/* ===== Navbar ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
  transition: background var(--transition);
}

/* Slogan bar - kritik konum, büyük ve profesyonel tipografi */
.slogan-bar {
  width: 100%;
  text-align: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #000;
  padding: 0.5rem 1rem 0.65rem;
  background: linear-gradient(180deg, rgba(0,0,0,0.04) 0%, transparent 100%);
  text-transform: none;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .slogan-bar {
    font-size: 1rem;
    letter-spacing: 0.08em;
    padding: 0.4rem 0.75rem 0.5rem;
  }
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
}

.navbar.scrolled .container {
  padding: 0.5rem 2rem 0.4rem;
}

.navbar .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0.6rem 2rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: padding var(--transition);
}

/* Logo – çerçevesiz, navbar’da siyah, profesyonel entegrasyon */
.navbar .logo-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 100px;
  flex-shrink: 0;
  text-decoration: none;
  transition: opacity var(--transition);
  cursor: pointer;
}

.navbar .navbar-slogan {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #111;
  max-width: 140px;
  line-height: 1.2;
}

@media (max-width: 992px) {
  .navbar .navbar-slogan {
    display: none;
  }
}

.navbar .logo-link:hover {
  opacity: 1;
}

.navbar .logo-link:hover .logo-img {
  filter: brightness(1.15) saturate(1.3);
}

.navbar .logo-img {
  display: block;
  height: 92px;
  width: auto;
  max-height: 96px;
  max-width: 520px;
  object-fit: contain;
  object-position: left center;
  transition: filter var(--transition), opacity var(--transition);
}

@media (max-width: 768px) {
  .navbar .logo-img {
    height: 76px;
    max-height: 80px;
    max-width: 340px;
  }
  .navbar .logo-link {
    min-height: 84px;
  }
}

.navbar .nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.navbar .nav-links a {
  color: #111;
  font-weight: 500;
  position: relative;
  padding: 0.25rem 0;
}

.navbar .nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width var(--transition);
}

.navbar .nav-links a:hover::after,
.navbar .nav-links a.active::after {
  width: 100%;
}

.navbar .nav-links a:hover {
  color: var(--primary);
}

/* Mobile menu toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.nav-toggle span {
  width: 28px;
  height: 2px;
  background: #111;
  transition: var(--transition);
}

.nav-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ===== Hero / Video Açılış (Ana Sayfa) ===== */
.hero-video {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-video-media {
  position: absolute;
  inset: 0;
}

.hero-video-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 54, 93, 0.75) 0%, rgba(15, 23, 42, 0.7) 50%, rgba(15, 23, 42, 0.8) 100%);
  pointer-events: none;
}

.hero-video .slide-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: var(--white);
}

.hero-video .slide-content h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.hero-video .slide-content p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  max-width: 600px;
  margin-bottom: 1.5rem;
  opacity: 0.95;
}

.hero-video .slide-content .btn {
  display: inline-block;
  padding: 0.9rem 2rem;
  background: var(--accent);
  color: var(--dark);
  font-weight: 600;
  border-radius: 10px;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(214, 158, 46, 0.35);
}

.hero-video .slide-content .btn:hover {
  background: var(--accent-light);
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(214, 158, 46, 0.45);
}

/* Eski slider (referans için tutuldu, kullanılmıyor) */
.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 54, 93, 0.88) 0%, rgba(15, 23, 42, 0.78) 50%, rgba(15, 23, 42, 0.85) 100%);
}

.hero-slide .slide-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: var(--white);
}

.hero-slide .slide-content .hero-slogan {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--accent-light);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  animation: fadeInUp 1s ease;
}

.hero-slide .slide-content h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
  animation: fadeInUp 1s ease 0.15s both;
}

.hero-slide .slide-content p:not(.hero-slogan) {
  font-size: clamp(1rem, 2vw, 1.25rem);
  max-width: 600px;
  margin-bottom: 1.5rem;
  opacity: 0.95;
  animation: fadeInUp 1s ease 0.2s both;
}

.hero-slide .slide-content .btn {
  display: inline-block;
  padding: 0.9rem 2rem;
  background: var(--accent);
  color: var(--dark);
  font-weight: 600;
  border-radius: 10px;
  transition: var(--transition);
  animation: fadeInUp 1s ease 0.4s both;
  box-shadow: 0 4px 20px rgba(214, 158, 46, 0.35);
}

.hero-slide .slide-content .btn:hover {
  background: var(--accent-light);
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(214, 158, 46, 0.45);
}

.hero-dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 0.75rem;
}

.hero-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: var(--transition);
}

.hero-dots span.active,
.hero-dots span:hover {
  background: var(--accent);
  transform: scale(1.2);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Güven şeridi – hero hemen altında */
.trust-strip {
  background: linear-gradient(180deg, var(--primary) 0%, var(--primary-light) 100%);
  padding: 0.85rem 1rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}
.trust-strip-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1rem;
}
.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255,255,255,0.95);
  font-size: 0.95rem;
  font-weight: 600;
}
.trust-icon {
  font-size: 1.1rem;
  opacity: 0.95;
}
.trust-divider {
  width: 1px;
  height: 1.25rem;
  background: rgba(255,255,255,0.4);
  border-radius: 1px;
}
@media (max-width: 480px) {
  .trust-strip { padding: 0.75rem 0.75rem; }
  .trust-item { font-size: 0.9rem; }
  .trust-divider { display: none; }
  .trust-strip-inner { flex-direction: column; gap: 0.4rem; }
}

/* ===== Sayfa Başlıkları (iç sayfalar) ===== */
.page-hero {
  padding: 8rem 2rem 4rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 50%, var(--primary) 100%);
  color: var(--white);
  text-align: center;
  box-shadow: inset 0 2px 20px rgba(0,0,0,0.15);
}

.page-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.page-hero p {
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

/* ===== Bölümler ===== */
.section {
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-title h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.section-title .underline {
  width: 64px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--accent-light));
  margin: 0.75rem auto 0;
  border-radius: 2px;
  box-shadow: 0 1px 8px rgba(214, 158, 46, 0.3);
}

/* Bölüm CTA üst boşluk (örn. Hizmetler grid sonrası) */
.section-cta.section-cta-top {
  margin-top: 1.5rem;
}

.section-subtitle {
  max-width: 560px;
  margin: 0 auto 0.75rem;
  color: var(--gray);
  font-size: 1.05rem;
}

.section-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

/* ===== Giriş / Intro (ana sayfa) ===== */
.intro-section {
  padding-top: 3rem;
}

.intro-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.intro-text h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: var(--primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.intro-text .lead {
  font-size: 1.1rem;
  color: var(--gray);
  margin-bottom: 1rem;
}

.intro-text p {
  color: var(--gray);
  margin-bottom: 1rem;
}

.intro-text .btn-outline {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  border: 2px solid var(--primary);
  color: var(--primary);
  font-weight: 600;
  border-radius: 8px;
  transition: var(--transition);
}

.intro-text .btn-outline:hover {
  background: var(--primary);
  color: var(--white);
}

.intro-image {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  border: 1px solid rgba(0,0,0,0.06);
  transition: var(--transition);
}
.intro-image:hover {
  box-shadow: 0 16px 48px rgba(26, 54, 93, 0.2);
}

.intro-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

@media (max-width: 900px) {
  .intro-inner {
    grid-template-columns: 1fr;
  }
  .intro-image {
    order: -1;
  }
  .intro-image img {
    height: 260px;
  }
}

/* ===== Rakamlarla (stats) ===== */
.section-alt {
  background: linear-gradient(180deg, #f1f5f9 0%, var(--light) 100%);
  position: relative;
}
.section-alt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(26, 54, 93, 0.08), transparent);
  pointer-events: none;
}

.stats-section .section-title {
  margin-bottom: 2rem;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.stat-item {
  text-align: center;
  padding: 1.5rem 1rem;
  transition: var(--transition);
}
.stat-item:hover {
  transform: translateY(-2px);
}
.stat-item:hover .stat-number { color: var(--primary-light); }

.stat-number {
  display: block;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--accent);
  line-height: 1.2;
}

.stat-suffix {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
}

.stat-label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.95rem;
  color: var(--gray);
}

@media (max-width: 700px) {
  .stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

/* ===== Hizmetler grid ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 1rem;
}

.service-card {
  padding: 1.75rem;
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.06);
  transition: var(--transition);
}

a.service-card {
  text-decoration: none;
  color: inherit;
  display: block;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(26, 54, 93, 0.15);
  border-color: rgba(214, 158, 46, 0.4);
}

.services-grid-6 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 900px) {
  .services-grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .services-grid-6 {
    grid-template-columns: 1fr;
  }
}

.service-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: var(--accent-light);
  box-shadow: 0 4px 14px rgba(26, 54, 93, 0.2);
  transition: var(--transition);
}
.service-card:hover .service-icon {
  box-shadow: 0 6px 20px rgba(26, 54, 93, 0.3);
  transform: scale(1.05);
}

/* Hizmet kartı görseli (ikon yerine konuyla ilgili fotoğraf) */
.service-image {
  width: 100%;
  height: 160px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 1rem;
  background: var(--light);
  box-shadow: 0 4px 14px rgba(26, 54, 93, 0.12);
  transition: var(--transition);
}
.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service-card:hover .service-image {
  box-shadow: 0 6px 20px rgba(26, 54, 93, 0.22);
  transform: scale(1.02);
}

.service-card h3 {
  font-size: 1.1rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.service-card p {
  font-size: 0.9rem;
  color: var(--gray);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Müşteri Yorumları Sayfası ===== */
.review-form-wrap {
  max-width: 560px;
  margin: 0 auto;
}

.review-form .form-row {
  margin-bottom: 1.25rem;
}

.review-form label,
.review-form .label {
  display: block;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.review-form .required {
  color: #c53030;
}

.review-form input[type="text"],
.review-form input[type="email"],
.review-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 10px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.review-form input:focus,
.review-form textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(26, 54, 93, 0.15);
}

.review-form textarea {
  resize: vertical;
  min-height: 120px;
}

.rating-input {
  display: flex;
  gap: 0.25rem;
  margin-top: 0.25rem;
}

.rating-star {
  background: none;
  border: none;
  padding: 0.35rem;
  font-size: 1.75rem;
  color: #ddd;
  cursor: pointer;
  transition: color var(--transition), transform var(--transition);
}

.rating-star:hover,
.rating-star.active {
  color: var(--accent);
}

.rating-star:hover {
  transform: scale(1.15);
}

.form-actions {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

/* Yorum formu Gönder butonu – profesyonel görünüm */
.btn-review-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 280px;
  padding: 1rem 2rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--dark);
  background: linear-gradient(135deg, var(--accent) 0%, #c49b2e 100%);
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(214, 158, 46, 0.35);
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.btn-review-submit:hover {
  background: linear-gradient(135deg, var(--accent-light) 0%, var(--accent) 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(214, 158, 46, 0.4);
}

.btn-review-submit:active {
  transform: translateY(0);
}

.btn-review-submit:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.form-message {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  font-size: 0.95rem;
}

.form-message-success {
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.form-message-error {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 720px;
  margin: 0 auto;
}

.review-card {
  background: var(--white);
  padding: 1.5rem;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.06);
}

.review-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.review-author {
  font-weight: 600;
  color: var(--primary);
}

.review-rating {
  color: var(--accent);
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

.review-text {
  color: var(--gray);
  line-height: 1.65;
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
}

.review-date {
  font-size: 0.85rem;
  color: var(--gray);
  opacity: 0.85;
}

/* Hizmetler sayfası - detay listesi */
.service-detail-list {
  max-width: 800px;
  margin: 0 auto;
}

.service-detail-item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.service-detail-item:last-child {
  border-bottom: none;
}

/* Hizmetler sayfası: gerçek fotoğraf kutusu */
.service-detail-photo {
  width: 180px;
  min-width: 180px;
  height: 140px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.service-detail-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.service-detail-item:hover .service-detail-photo img {
  transform: scale(1.05);
}

/* Eski ikon sınıfı (emoji) – geriye dönük uyumluluk için bırakıldı */
.service-detail-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
}

.service-detail-content h3 {
  font-size: 1.25rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.service-detail-content p {
  color: var(--gray);
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 600px) {
  .service-detail-item {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 0;
  }

  .service-detail-photo {
    width: 100%;
    min-width: 0;
    max-width: 280px;
    height: 180px;
    margin: 0 auto;
  }
}

/* ===== Çalışma süreci ===== */
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 1rem;
}

.process-item {
  text-align: center;
  padding: 1.5rem 1rem;
  position: relative;
}

.process-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 2.5rem;
  right: -0.75rem;
  width: 1rem;
  height: 2px;
  background: var(--accent);
  opacity: 0.5;
}

.process-num {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: var(--white);
  font-weight: 700;
  font-size: 1.25rem;
  border-radius: 50%;
  margin-bottom: 1rem;
  box-shadow: 0 4px 16px rgba(26, 54, 93, 0.35);
  border: 2px solid rgba(255,255,255,0.3);
  transition: var(--transition);
}
.process-item:hover .process-num {
  box-shadow: 0 6px 22px rgba(26, 54, 93, 0.45);
  transform: scale(1.05);
}

.process-item h3 {
  font-size: 1rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.process-item p {
  font-size: 0.9rem;
  color: var(--gray);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-item:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 500px) {
  .process-steps {
    grid-template-columns: 1fr;
  }
}

/* ===== Ana sayfa proje önizleme ===== */
.home-projects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.home-project-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4/3;
  display: block;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transition: var(--transition);
  border: 1px solid rgba(0,0,0,0.06);
}

/* Detayları Gör – ana sayfa proje kartı (referans: altın buton) */
.home-project-btn-detay {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: rgba(158, 130, 86, 0.95);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 2px 12px rgba(0,0,0,0.25);
  transition: var(--transition);
  pointer-events: none;
}
.home-project-card:hover .home-project-btn-detay {
  background: rgba(174, 145, 98, 0.98);
  box-shadow: 0 4px 16px rgba(0,0,0,0.35);
}

.home-project-card:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 36px rgba(26, 54, 93, 0.2);
}

.home-project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.home-project-card:hover img {
  transform: scale(1.08);
}

.home-project-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 54, 93, 0.85), transparent 50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem;
  color: var(--white);
  font-weight: 600;
  font-size: 1rem;
  opacity: 0;
  transition: var(--transition);
}

.home-project-card:hover .home-project-overlay {
  opacity: 1;
}

.section-cta {
  text-align: center;
}

.section-cta .btn {
  display: inline-block;
  padding: 0.9rem 2rem;
  background: var(--primary);
  color: var(--white);
  font-weight: 600;
  border-radius: 8px;
  transition: var(--transition);
}

.section-cta .btn:hover {
  background: var(--primary-light);
  transform: translateY(-2px);
}

/* Galeri butonları - ana sayfa Öne Çıkan Projeler */
.gallery-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.btn-galeri {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: var(--accent);
  color: var(--dark);
  font-weight: 600;
  border-radius: 8px;
  transition: var(--transition);
}

.btn-galeri:hover {
  background: var(--accent-light);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  color: var(--dark);
}

.btn-outline-galeri {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--primary);
  color: var(--primary);
  font-weight: 600;
  border-radius: 8px;
  transition: var(--transition);
}

.btn-outline-galeri:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-2px);
}

/* Yaptığımız işler sayfası - hero galeri butonu */
.btn-hero-galeri {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.65rem 1.25rem;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  transition: var(--transition);
}

.btn-hero-galeri:hover {
  background: var(--accent);
  color: var(--dark);
  border-color: var(--accent);
}

/* Galeri grup geçiş butonları */
.gallery-group-nav {
  background: var(--light);
  padding: 0.5rem 0 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.gallery-group-nav-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gray);
  margin-bottom: 0.75rem;
  text-align: center;
}

.gallery-group-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.btn-gallery-group {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary);
  background: var(--white);
  border: 1px solid rgba(26, 54, 93, 0.2);
  border-radius: 8px;
  text-decoration: none;
  transition: var(--transition);
}

.btn-gallery-group:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
  transform: translateY(-1px);
}

@media (max-width: 700px) {
  .home-projects {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== CTA bölümü ===== */
.cta-section {
  position: relative;
  margin: 0;
  padding: 5rem 2rem;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0f172a;
}

/* Logo arka plan - sayfa kaydıkça parallax ile kayar */
.cta-bg-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/logo.png');
  background-size: 420px auto;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.12;
  will-change: transform;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(26, 54, 93, 0.88) 100%);
  pointer-events: none;
}

.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.cta-inner h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
  letter-spacing: 0.02em;
}

.cta-inner p {
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 1.75rem;
  line-height: 1.7;
  font-size: 1.05rem;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.btn-cta {
  display: inline-block;
  padding: 0.9rem 1.75rem;
  background: var(--accent);
  color: #1a1a1a;
  font-weight: 600;
  border-radius: 8px;
  transition: var(--transition);
}

.btn-cta:hover {
  background: var(--accent-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(214, 158, 46, 0.4);
  color: #1a1a1a;
}

.btn-cta-outline {
  display: inline-block;
  padding: 0.9rem 1.75rem;
  border: 2px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  transition: var(--transition);
}

.btn-cta-outline:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #0f172a;
  box-shadow: 0 4px 20px rgba(255,255,255,0.2);
}

/* ===== Ana sayfa içerik blokları ===== */
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.feature-card {
  padding: 2rem;
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  text-align: center;
  transition: var(--transition);
  border: 1px solid rgba(0,0,0,0.05);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(26, 54, 93, 0.12);
  border-color: rgba(214, 158, 46, 0.25);
}

.feature-card .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--accent-light);
  box-shadow: 0 4px 16px rgba(26, 54, 93, 0.25);
  transition: var(--transition);
}
.feature-card:hover .icon {
  box-shadow: 0 6px 22px rgba(26, 54, 93, 0.35);
  transform: scale(1.05);
}

.feature-card h3 {
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.feature-card p {
  color: var(--gray);
  font-size: 0.95rem;
}

/* ===== Proje / İşler grid ===== */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}

/* Yaptığımız işler: gruplar */
.project-group {
  margin-bottom: 3.5rem;
}

.project-group:last-child {
  margin-bottom: 0;
}

.project-group-title {
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  color: var(--primary);
  margin-bottom: 0.5rem;
  padding-bottom: 0.35rem;
  border-bottom: 3px solid var(--accent);
  display: inline-block;
}

.project-group-desc {
  color: var(--gray);
  font-size: 1rem;
  margin-bottom: 1.5rem;
  max-width: 640px;
  line-height: 1.5;
}

/* Sarmalayıcı: kart + açılır detay alanı */
.project-card-wrapper {
  border-radius: 12px;
  overflow: visible;
  box-shadow: var(--shadow);
  transition: var(--transition);
  background: var(--white);
}
.project-card-wrapper:hover .project-card {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}
.project-card-wrapper.detay-open .project-card {
  border-radius: 12px 12px 0 0;
}

.project-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  background: var(--white);
  position: relative;
}

.project-card-clickable {
  cursor: pointer;
  border: none;
  width: 100%;
  padding: 0;
  text-align: left;
  font: inherit;
  display: block;
}

/* Detayları Gör tıklanınca açılan alan (kartın altında) */
.project-card-detay {
  padding: 1rem 1.25rem;
  background: #f5f4f1;
  border: 1px solid rgba(0,0,0,0.06);
  border-top: none;
  border-radius: 0 0 12px 12px;
  font-size: 0.875rem;
  color: #555;
  line-height: 1.5;
}
.project-card-detay-list {
  margin: 0;
  padding-left: 1.2rem;
  list-style: disc;
}
.project-card-detay-list li {
  margin-bottom: 0.35rem;
}
.project-card-detay-list li:last-child {
  margin-bottom: 0;
}


/* Detayları Gör – kartın altında, fotoğraftan ayrı profesyonel buton */
.project-card-btn-detay {
  display: block;
  width: calc(100% - 1.5rem);
  max-width: 200px;
  margin: 0 auto 1rem;
  padding: 0.65rem 1.25rem;
  background: linear-gradient(180deg, #a89060 0%, #8b7149 100%);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.25);
  box-shadow: 0 2px 8px rgba(0,0,0,0.12), inset 0 1px 0 rgba(255,255,255,0.15);
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: 0.02em;
}
.project-card-btn-detay:hover {
  background: linear-gradient(180deg, #b49a6a 0%, #957a52 100%);
  box-shadow: 0 4px 14px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.2);
  transform: translateY(-1px);
}
.project-card-btn-detay:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.project-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.project-card:hover img {
  transform: scale(1.05);
}

.project-card .card-content {
  padding: 1.25rem;
}

.project-card h3 {
  color: var(--primary);
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.project-card p {
  color: var(--gray);
  font-size: 0.9rem;
}

/* ===== Lightbox (fotoğraf tıklanınca büyür) ===== */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.lightbox[hidden] {
  display: none !important;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.lightbox-content {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 75vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.lightbox-caption {
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  max-width: 560px;
  text-align: center;
}

.lightbox-caption h3 {
  font-size: 1.15rem;
  color: var(--primary);
  margin-bottom: 0.35rem;
}

.lightbox-caption p {
  font-size: 0.95rem;
  color: var(--gray);
  line-height: 1.5;
  margin: 0;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.05);
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 52px;
  height: 52px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-50%) scale(1.08);
}

.lightbox-prev {
  left: 1.5rem;
}

.lightbox-next {
  right: 1.5rem;
}

@media (max-width: 600px) {
  .lightbox-prev { left: 0.5rem; }
  .lightbox-next { right: 0.5rem; }
  .lightbox-prev,
  .lightbox-next { width: 44px; height: 44px; }
  .lightbox-prev svg,
  .lightbox-next svg { width: 24px; height: 24px; }
}

/* Placeholder resim arka planı */
.placeholder-img {
  width: 100%;
  height: 220px;
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
}

/* ===== İletişim sayfası - modern ===== */
.page-hero-contact {
  padding: 7rem 2rem 4rem;
}

.page-hero-contact .page-hero-inner h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
}

/* Hızlı iletişim kartları */
.contact-cards-section {
  padding-top: 2rem;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-card {
  background: var(--white);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: var(--transition);
  text-decoration: none;
  color: inherit;
  display: block;
}

a.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent);
}

.contact-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  background: var(--light);
}

.contact-card-icon-phone {
  background: rgba(26, 54, 93, 0.1);
  color: var(--primary);
}

.contact-card-icon-whatsapp {
  background: rgba(37, 211, 102, 0.15);
  color: #25d366;
}

.contact-card h3 {
  font-size: 1.1rem;
  color: var(--primary);
  margin-bottom: 0.35rem;
}

.contact-card p {
  font-size: 0.95rem;
  color: var(--gray);
  line-height: 1.5;
  margin: 0;
}

.contact-card-cta {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent);
}

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

.contact-card-info {
  cursor: default;
}

@media (max-width: 768px) {
  .contact-cards {
    grid-template-columns: 1fr;
  }
}

/* Form + bilgi ana blok */
.contact-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.contact-main-info h2 {
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  color: var(--primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.contact-main-info p {
  color: var(--gray);
  margin-bottom: 1.25rem;
  line-height: 1.7;
}

.contact-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-detail-list li {
  margin-bottom: 0.75rem;
  color: var(--gray);
}

.contact-detail-list a {
  color: var(--primary);
  font-weight: 600;
}

.contact-detail-list a:hover {
  color: var(--accent);
}

.contact-form-card {
  background: var(--white);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.contact-form-card h3 {
  font-size: 1.25rem;
  color: var(--primary);
  margin-bottom: 1.5rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 600px) {
  .contact-form-row {
    grid-template-columns: 1fr;
  }
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.contact-field-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary);
}

.contact-form input,
.contact-form textarea {
  padding: 0.9rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-family: inherit;
  font-size: 1rem;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(26, 54, 93, 0.1);
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form select,
.contact-select {
  padding: 0.9rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-family: inherit;
  font-size: 1rem;
  background: var(--white);
  color: var(--dark);
  cursor: pointer;
  transition: border-color var(--transition), box-shadow var(--transition);
  width: 100%;
}

.contact-form select:focus,
.contact-select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(26, 54, 93, 0.1);
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  background: var(--primary);
  color: var(--white);
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition);
  margin-top: 0.25rem;
}

.contact-submit:hover {
  background: var(--primary-light);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.contact-submit svg {
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .contact-main {
    grid-template-columns: 1fr;
  }
}

/* İletişim - Harita */
.contact-map-section {
  padding-top: 2rem;
}

.contact-map-wrap {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0,0,0,0.06);
}

.contact-map-iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: none;
}

.contact-map-note {
  font-size: 0.85rem;
  color: var(--gray);
  text-align: center;
  padding: 0.75rem 1rem;
  background: var(--light);
  margin: 0;
}

@media (max-width: 768px) {
  .contact-map-iframe {
    height: 320px;
  }
}

/* Eski contact-wrap (başka sayfalarda kullanılıyorsa) */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  max-width: 900px;
  margin: 0 auto;
}

.contact-info h3 { color: var(--primary); margin-bottom: 1rem; }
.contact-info p { margin-bottom: 0.5rem; color: var(--gray); }
.contact-info a[href^="tel"] { font-weight: 600; color: var(--primary); }

/* ===== Hakkımızda ===== */
.about-content {
  max-width: 800px;
  margin: 0 auto;
}

.about-content p {
  margin-bottom: 1.25rem;
  color: var(--gray);
  font-size: 1.05rem;
}

.about-content .about-image {
  border-radius: 12px;
  overflow: hidden;
  margin: 2rem 0;
  box-shadow: var(--shadow);
}

.about-content .about-image img {
  width: 100%;
  height: auto;
}

/* ===== Hakkımızda sayfası - modern uzun layout ===== */
.page-hero-about {
  padding: 7rem 2rem 5rem;
  position: relative;
}

.page-hero-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.page-hero-badge {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-light);
  margin-bottom: 0.75rem;
}

.page-hero-about .page-hero-inner h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.page-hero-desc {
  font-size: 1.15rem;
  opacity: 0.92;
  max-width: 480px;
  margin: 0 auto;
}

.about-intro { padding-top: 3rem; }
.about-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.about-intro-media { position: relative; }
.about-img-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-img-wrap img { width: 100%; height: 340px; object-fit: cover; }
.about-img-badge {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  background: var(--primary);
  color: var(--white);
  padding: 0.9rem 1.25rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: var(--shadow-lg);
}
.about-badge-num {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--accent-light);
  line-height: 1.2;
}
.about-badge-txt { font-size: 0.8rem; opacity: 0.95; }
.about-intro-text .lead { font-size: 1.1rem; color: var(--gray); margin-bottom: 1rem; }
.about-intro-text h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  color: var(--primary);
  margin-bottom: 1rem;
  line-height: 1.3;
}
.about-intro-text p { color: var(--gray); margin-bottom: 1rem; font-size: 1.02rem; line-height: 1.7; }
@media (max-width: 900px) {
  .about-intro-grid { grid-template-columns: 1fr; }
  .about-intro-media { order: -1; }
  .about-img-wrap img { height: 280px; }
}

.about-vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
.about-vision-card {
  padding: 2rem;
  background: var(--white);
  border-radius: 16px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,0.06);
  transition: var(--transition);
}
.about-vision-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.about-vision-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.about-vision-card h3 { font-size: 1.25rem; color: var(--primary); margin-bottom: 0.75rem; }
.about-vision-card p { color: var(--gray); font-size: 1rem; line-height: 1.7; }
@media (max-width: 700px) { .about-vision-grid { grid-template-columns: 1fr; } }

.about-values {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}
.about-value-item {
  padding: 1.5rem 1.25rem;
  background: var(--white);
  border-radius: 12px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,0.05);
  text-align: center;
  transition: var(--transition);
}
.about-value-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent);
}
.about-value-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 0.75rem;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--accent-light);
}
.about-value-item h4 { font-size: 1rem; color: var(--primary); margin-bottom: 0.35rem; }
.about-value-item p { font-size: 0.9rem; color: var(--gray); line-height: 1.5; }
@media (max-width: 900px) { .about-values { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .about-values { grid-template-columns: 1fr; } }

.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.about-story-text h2 { font-size: clamp(1.35rem, 2vw, 1.65rem); color: var(--primary); margin-bottom: 1rem; line-height: 1.3; }
.about-story-text p { color: var(--gray); margin-bottom: 1rem; line-height: 1.7; }
.about-story-list { margin-top: 1rem; padding-left: 1.25rem; }
.about-story-list li {
  margin-bottom: 0.5rem;
  color: var(--gray);
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.about-story-list li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.about-story-media { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg); }
.about-story-media img { width: 100%; height: 300px; object-fit: cover; }
@media (max-width: 900px) {
  .about-story-grid { grid-template-columns: 1fr; }
  .about-story-media { order: -1; }
  .about-story-media img { height: 260px; }
}

.about-closing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.about-closing-image { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg); }
.about-closing-image img { width: 100%; height: 280px; object-fit: cover; }
.about-closing-text h2 { font-size: clamp(1.35rem, 2vw, 1.65rem); color: var(--primary); margin-bottom: 1rem; }
.about-closing-text p { color: var(--gray); margin-bottom: 1.25rem; line-height: 1.7; }
.btn-primary {
  display: inline-block;
  padding: 0.85rem 1.75rem;
  background: var(--primary);
  color: var(--white);
  font-weight: 600;
  border-radius: 8px;
  transition: var(--transition);
}
.btn-primary:hover {
  background: var(--primary-light);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  color: var(--white);
}

.btn-outline {
  display: inline-block;
  padding: 0.85rem 1.75rem;
  border: 2px solid var(--primary);
  color: var(--primary);
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: var(--transition);
}
.btn-outline:hover {
  background: var(--primary);
  color: var(--white);
}

@media (max-width: 700px) {
  .about-closing { grid-template-columns: 1fr; }
  .about-closing-image { order: -1; }
  .about-closing-image img { height: 240px; }
}

/* ===== Footer ===== */
.footer {
  background: linear-gradient(180deg, #0c1222 0%, var(--dark) 100%);
  color: var(--white);
  padding: 3rem 2rem 1.5rem;
  margin-top: 4rem;
  position: relative;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent), var(--accent-light), var(--accent), transparent);
  opacity: 0.9;
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer .footer-slogan {
  color: var(--accent-light);
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 0.25rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

/* ===== Footer dolu (5 sütun) ===== */
.footer-full .footer-grid-full {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1.2fr 1fr;
  gap: 2rem 2.5rem;
  margin-bottom: 2.5rem;
  align-items: start;
}

.footer-col-brand {
  max-width: 280px;
}

.footer-logo-link {
  display: inline-block;
  margin-bottom: 1rem;
  transition: opacity var(--transition);
}

.footer-logo-link:hover {
  opacity: 1;
}

.footer-logo-link:hover .footer-logo-img {
  filter: brightness(1.2) saturate(1.25);
}

.footer-logo-img {
  height: 108px;
  width: auto;
  max-width: 460px;
  object-fit: contain;
  transition: filter var(--transition);
}

.footer-desc {
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.88);
  margin-bottom: 1.25rem;
}

.footer-disclaimer {
  font-size: 0.8rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.8);
  background: rgba(0,0,0,0.25);
  padding: 1rem;
  border-radius: 8px;
  margin-top: 1rem;
  border: 1px solid rgba(255,255,255,0.08);
}

.footer-disclaimer strong {
  color: var(--accent-light);
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.85rem;
}

.footer-heading {
  color: var(--accent-light);
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 0.5rem;
}

.footer-links a,
.footer-contact a {
  color: rgba(255,255,255,0.9);
  font-size: 0.95rem;
  transition: color var(--transition);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.5;
}

.footer-contact-icon {
  flex-shrink: 0;
  font-size: 1rem;
  opacity: 0.9;
}

.footer-contact-item a {
  word-break: break-word;
}

.footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}

.footer-bottom .copy {
  margin-bottom: 0.25rem;
}

@media (max-width: 1100px) {
  .footer-full .footer-grid-full {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-col-brand { max-width: none; }
}

@media (max-width: 768px) {
  .footer-full .footer-grid-full {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
  }
}

@media (max-width: 480px) {
  .footer-full .footer-grid-full {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .footer-disclaimer { font-size: 0.78rem; padding: 0.85rem; }
}

.footer h4 {
  color: var(--accent-light);
  margin-bottom: 1rem;
  font-size: 1rem;
}

.footer ul li {
  margin-bottom: 0.5rem;
}

.footer a:hover {
  color: var(--accent-light);
  opacity: 1;
}

.footer-icons {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  transition: var(--transition);
}

.footer-icon:hover {
  background: rgba(255, 255, 255, 0.2);
  color: var(--accent-light);
  transform: translateY(-2px);
}

.footer-icon svg {
  flex-shrink: 0;
}

.footer .copy {
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.9rem;
  opacity: 0.8;
}

.footer .copy-credit {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  opacity: 0.65;
  color: rgba(255,255,255,0.9);
}

/* ===== Sıkça Sorulan Sorular (SSS) ===== */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 0.75rem;
  background: var(--white);
  border-radius: 12px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,0.06);
  overflow: hidden;
  transition: var(--transition);
}

.faq-item:hover {
  border-color: rgba(214, 158, 46, 0.3);
  box-shadow: 0 6px 24px rgba(0,0,0,0.1);
}

.faq-item details {
  display: block;
}

.faq-item summary {
  padding: 1.15rem 1.5rem;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--primary);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: background var(--transition), color var(--transition);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  font-size: 1.35rem;
  color: var(--accent);
  flex-shrink: 0;
  transition: transform var(--transition);
}

.faq-item details[open] summary::after {
  transform: rotate(45deg);
}

.faq-item summary:hover {
  background: var(--light);
  color: var(--primary-light);
}

.faq-answer {
  padding: 0 1.5rem 1.25rem;
}

.faq-answer p {
  margin: 0;
  color: var(--gray);
  font-size: 1rem;
  line-height: 1.75;
  padding-top: 0.25rem;
}

.faq-answer strong {
  color: var(--primary);
}

/* ===== Sabit WhatsApp & Yukarı Butonu ===== */
.floating-actions {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
}

.floating-actions a,
.floating-actions button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
  border: none;
  cursor: pointer;
}

.floating-actions a svg,
.floating-actions button svg {
  flex-shrink: 0;
}

.floating-actions .whatsapp {
  background: #25d366;
  color: var(--white);
  font-size: 1.75rem;
}

.floating-actions .whatsapp:hover {
  transform: scale(1.1);
  background: #20bd5a;
}

.floating-actions .scroll-top {
  background: var(--primary);
  color: var(--white);
  font-size: 1.25rem;
  opacity: 0;
  pointer-events: none;
}

.floating-actions .scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
}

.floating-actions .scroll-top:hover {
  background: var(--primary-light);
  transform: translateY(-3px);
}

/* ===== Animasyonlar (görünür olduğunda) ===== */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Responsive – Tablet ===== */
@media (max-width: 768px) {
  .navbar {
    padding: 0.75rem 1rem;
  }

  .navbar .container {
    padding: 0.5rem 1rem 0.4rem;
  }

  .navbar .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(280px, 85vw);
    height: 100vh;
    background: var(--dark);
    flex-direction: column;
    padding: 5rem 1.25rem 2rem;
    gap: 0;
    transition: right var(--transition);
    box-shadow: -4px 0 20px rgba(0,0,0,0.2);
  }

  .navbar .nav-links a {
    padding: 1rem 0.5rem;
    font-size: 1.1rem;
    min-height: 48px;
    display: flex;
    align-items: center;
    color: #fff;
  }

  .navbar .nav-links a:hover {
    color: var(--accent-light);
  }

  .navbar .nav-links.open {
    right: 0;
  }

  .nav-toggle {
    display: flex;
    z-index: 1001;
    min-width: 44px;
    min-height: 44px;
    padding: 10px;
  }

  .section {
    padding: 3rem 1rem;
  }

  .section-title h2 {
    font-size: clamp(1.35rem, 5vw, 1.75rem);
  }

  .section-subtitle {
    font-size: 1.05rem;
  }
}

/* ===== Mobil (telefon) – rahat okuma ve dokunma ===== */
@media (max-width: 480px) {
  html {
    font-size: 16px;
  }

  body {
    font-size: 1rem;
    line-height: 1.65;
  }

  .navbar .container {
    padding: 0.5rem 0.75rem 0.35rem;
  }

  .slogan-bar {
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    padding: 0.5rem 0.5rem 0.6rem;
  }

  .section {
    padding: 2.5rem 1rem;
  }

  .section-title {
    margin-bottom: 1.75rem;
  }

  .section-title h2 {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .section-label {
    font-size: 0.9rem;
  }

  /* Hero slider – telefonda okunaklı */
  .hero-slide .slide-content h1 {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
    margin-bottom: 0.75rem;
    line-height: 1.25;
  }

  .hero-slide .slide-content p {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }

  .hero-slide .slide-content .btn {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /* Sayfa hero (Hakkımızda, İletişim vb.) */
  .page-hero {
    padding: 6rem 1rem 3rem;
  }

  .page-hero-inner h1 {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .page-hero-desc {
    font-size: 1rem;
  }

  /* Intro, about metin */
  .intro-text h2,
  .about-intro-text h2 {
    font-size: 1.35rem;
  }

  .intro-text .lead,
  .about-intro-text .lead,
  .intro-text p,
  .about-intro-text p {
    font-size: 1rem;
  }

  /* Butonlar – en az 44px dokunma alanı */
  .btn,
  .btn-primary,
  .btn-outline,
  .contact-submit {
    min-height: 48px;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /* İletişim formu – büyük ve rahat */
  .contact-field-label {
    font-size: 1rem;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form select,
  .contact-select {
    font-size: 16px;
    min-height: 48px;
    padding: 1rem;
  }

  .contact-form textarea {
    min-height: 140px;
  }

  .contact-submit {
    min-height: 52px;
    font-size: 1.05rem;
  }

  /* İletişim kartları – tıklanabilir alan */
  .contact-card {
    padding: 1.25rem;
    min-height: auto;
  }

  .contact-card h3 {
    font-size: 1.1rem;
  }

  .contact-card p {
    font-size: 1rem;
  }

  /* SSS – soru satırı rahat tıklansın */
  .faq-item summary {
    padding: 1.25rem 1rem;
    font-size: 1.05rem;
    min-height: 52px;
    align-items: center;
  }

  .faq-answer p {
    font-size: 1rem;
    line-height: 1.7;
  }

  /* Footer – okunaklı */
  .footer {
    padding: 2.5rem 1rem 1.25rem;
  }

  .footer h4 {
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
  }

  .footer a,
  .footer p {
    font-size: 1rem;
  }

  .footer-icons .footer-icon {
    width: 44px;
    height: 44px;
  }

  .footer .copy {
    font-size: 0.9rem;
  }

  .footer .copy-credit {
    font-size: 0.85rem;
  }

  /* Stats / rakamlar */
  .stat-number {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }

  .stat-label {
    font-size: 0.95rem;
  }

  /* Sabit WhatsApp / yukarı – parmakla rahat tıklansın */
  .floating-actions {
    right: 1rem;
    bottom: 1rem;
  }

  .floating-actions a,
  .floating-actions button {
    width: 52px;
    height: 52px;
  }
}
