/*
Theme Name: Servconseption Pro Theme
Theme URI: https://servconseption.com
Author: Servconseption & ChatGPT
Description: Şık, modern ve profesyonel kurumsal tema. Açık büfe, endüstriyel nötr grup ve masa & sandalye çözümleri için tasarlanmıştır.
Version: 1.0
Text Domain: servconseption-pro
*/

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #1b2430;
  background-color: #f5f6fa;
  line-height: 1.6;
}

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

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

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

/* HEADER */
.site-header {
  background-color: #050c18;
  color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.site-logo {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-logo span {
  color: #33c3ff;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 26px;
  font-size: 0.95rem;
}

.main-navigation a {
  color: #e6ecf5;
  position: relative;
  padding-bottom: 4px;
}

.main-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #33c3ff, #c6a667);
  border-radius: 999px;
  transition: width 0.25s ease;
}

.main-navigation a:hover::after,
.main-navigation .current-menu-item > a::after {
  width: 100%;
}

/* Mobil menü */
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid #24344d;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 0.85rem;
}

/* HERO */
.hero {
  background: radial-gradient(circle at top left, #243b55 0, #050c18 45%, #050c18 100%);
  color: #ffffff;
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -150px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(51,195,255,0.18), transparent 60%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  color: #9adfff;
  margin-bottom: 12px;
}

.hero-title {
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  margin: 0 0 14px;
}

.hero-title span {
  color: #33c3ff;
}

.hero-subtitle {
  max-width: 520px;
  font-size: 0.98rem;
  color: #d0d7e6;
  margin-bottom: 24px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease, color 0.2s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #33c3ff, #3dd5c0);
  color: #050c18;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}

.btn-outline {
  background: transparent;
  color: #e6ecf5;
  border: 1px solid rgba(230,236,245,0.35);
}

.btn-outline:hover {
  background: rgba(255,255,255,0.06);
}

.hero-meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 0.8rem;
  color: #a8b5cc;
}

.hero-meta-item strong {
  display: block;
  font-size: 1rem;
  color: #ffffff;
}

/* Hero görsel alanı */
.hero-visual {
  background: linear-gradient(145deg, #101829, #050c18);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 22px 50px rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.04);
}

.hero-visual-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-size: 0.75rem;
  color: #c8d2e6;
}

.hero-pill {
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(51,195,255,0.12);
  color: #9adfff;
}

.hero-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hero-card {
  background: radial-gradient(circle at top, #1f3049, #070c15);
  border-radius: 16px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.06);
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-card-title {
  font-size: 0.8rem;
  color: #e6ecf5;
  margin-bottom: 4px;
}

.hero-card-tag {
  font-size: 0.72rem;
  color: #99a8c9;
}

.hero-card-badge {
  align-self: flex-start;
  margin-top: 10px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.7rem;
  background: rgba(198,166,103,0.18);
  color: #f1e1b8;
}

/* BÖLÜM GENEL */
.section {
  padding: 70px 0 60px;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  color: #7785a0;
}

.section-title {
  font-size: 1.7rem;
  margin: 8px 0;
}

.section-subtitle {
  max-width: 620px;
  margin: 0 auto;
  font-size: 0.96rem;
  color: #6c7a93;
}

/* KATEGORİ KARTLARI */
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.category-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 22px;
  box-shadow: 0 14px 35px rgba(15,30,58,0.08);
  border: 1px solid #e3e8f0;
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.2s ease;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(51,195,255,0.18), transparent 55%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(15,30,58,0.16);
  border-color: #c5d2e6;
}

.category-card:hover::after {
  opacity: 1;
}

.category-icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: linear-gradient(135deg, #33c3ff, #3dd5c0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #050c18;
  margin-bottom: 16px;
}

.category-name {
  font-weight: 600;
  margin-bottom: 8px;
}

.category-text {
  font-size: 0.9rem;
  color: #6b758c;
  margin-bottom: 14px;
}

.category-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1b6fff;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* İKİLİ GRID (Kurumsal / Projeler vs) */
.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.card-soft {
  background: #ffffff;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 14px 35px rgba(15,30,58,0.06);
  border: 1px solid #e2e7f0;
}

.list-check {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  font-size: 0.9rem;
  color: #5d6b84;
}

.list-check li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #33c3a8;
  font-size: 0.9rem;
}

/* PROJE GRID */
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.project-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 18px 20px;
  box-shadow: 0 12px 30px rgba(15,30,58,0.06);
  border: 1px solid #e2e6f0;
}

.project-tag {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #8a96ad;
  margin-bottom: 6px;
}

.project-title {
  font-weight: 600;
  font-size: 0.98rem;
  margin-bottom: 6px;
}

.project-meta {
  font-size: 0.8rem;
  color: #808aa0;
}

/* REFERANSLAR */
.logo-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  justify-content: center;
  margin-top: 22px;
  font-size: 0.85rem;
  color: #7b8498;
}

/* KATALOG ÇAĞRISI */
.catalog-section {
  background: linear-gradient(135deg, #050c18, #1b2b46);
  color: #ffffff;
  padding: 55px 0;
}

.catalog-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.catalog-text h2 {
  margin: 0 0 10px;
  font-size: 1.4rem;
}

.catalog-text p {
  margin: 0;
  font-size: 0.94rem;
  color: #c2d0ea;
}

/* FOOTER */
.site-footer {
  background: #050c18;
  color: #a9b6cf;
  padding: 40px 0 26px;
  font-size: 0.85rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1fr;
  gap: 30px;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #e6ecf5;
}

.footer-logo {
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.footer-note {
  max-width: 360px;
}

.footer-bottom {
  margin-top: 28px;
  border-top: 1px solid #202a3b;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

/* SAYFA GENEL STİLİ */
.page-header {
  background: #050c18;
  color: #ffffff;
  padding: 50px 0 40px;
  text-align: center;
}

.page-header h1 {
  margin: 0;
  font-size: 1.8rem;
}

.page-header p {
  margin-top: 10px;
  color: #c2cbe2;
  font-size: 0.95rem;
}

.page-main {
  padding: 50px 0;
}

.page-content {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 14px 35px rgba(15,30,58,0.06);
  border: 1px solid #e2e7f0;
}

.page-content h2 {
  margin-top: 0;
  font-size: 1.3rem;
}

.page-content p {
  margin-bottom: 14px;
  font-size: 0.95rem;
  color: #4a566d;
}

/* FORM (İletişim) */
.form-group {
  margin-bottom: 14px;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 4px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 9px 11px;
  border-radius: 10px;
  border: 1px solid #ccd4e2;
  font-family: inherit;
  font-size: 0.9rem;
}

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

/* RESPONSIVE */
@media (max-width: 960px) {
  .hero-grid,
  .split-grid,
  .footer-grid,
  .catalog-inner {
    grid-template-columns: 1fr !important;
    display: grid;
  }

  .hero {
    padding-top: 60px;
  }

  .hero-visual {
    margin-top: 20px;
  }

  .project-grid,
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-inner {
    gap: 14px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-navigation {
    display: none;
    width: 100%;
    margin-top: 10px;
  }

  .main-navigation.open {
    display: block;
  }

  .main-navigation ul {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .project-grid,
  .category-grid {
    grid-template-columns: 1fr;
  }

  .page-header {
    padding: 38px 0 30px;
  }
}
