:root {
  --primary: #1f2937;
  --secondary: #f97316;
  --accent: #0ea5e9;
  --text: #111827;
  --muted: #6b7280;
  --bg: #f3f4f6;
  --white: #ffffff;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.topbar {
  background: var(--primary);
  color: #e5e7eb;
  font-size: 0.95rem;
}

.topbar .container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.4rem;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0;
}

header {
  background: var(--white);
  box-shadow: 0 3px 16px rgba(17, 24, 39, 0.06);
  position: sticky;
  top: 0;
  z-index: 20;
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0;
}

.brand img {
  height: 44px;
  width: auto;
  max-width: min(240px, 52vw);
  display: block;
  object-fit: contain;
}

nav ul {
  display: flex;
  list-style: none;
  gap: 1rem;
  padding: 0;
  margin: 0;
}

nav a {
  font-weight: 600;
  color: #374151;
}

nav a:hover,
nav a.active {
  color: var(--secondary);
}

.menu-btn {
  display: none;
  border: 0;
  background: var(--primary);
  color: #fff;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
}

.hero {
  background: linear-gradient(125deg, #1f2937, #0f172a 45%, #111827);
  color: #fff;
  padding: 5.5rem 0 4.5rem;
}

.hero h1 {
  font-size: clamp(1.8rem, 4.4vw, 3rem);
  line-height: 1.2;
  margin: 0 0 1rem;
}

.hero p {
  color: #d1d5db;
  max-width: 820px;
}

.hero.hero--hakkimizda-hero {
  position: relative;
  background:
    linear-gradient(
      135deg,
      rgba(17, 24, 39, 0.78),
      rgba(15, 23, 42, 0.85) 50%,
      rgba(17, 24, 39, 0.82)
    ),
    url("zemins/hakkimizda.png") center / cover no-repeat #111827;
}

.hero.hero--hizmetler-hero {
  position: relative;
  background:
    linear-gradient(
      135deg,
      rgba(17, 24, 39, 0.78),
      rgba(15, 23, 42, 0.85) 50%,
      rgba(17, 24, 39, 0.82)
    ),
    url("zemins/hizmetler.png") center / cover no-repeat #111827;
}

.hero.hero--blog-hero {
  position: relative;
  background:
    linear-gradient(
      135deg,
      rgba(17, 24, 39, 0.78),
      rgba(15, 23, 42, 0.85) 50%,
      rgba(17, 24, 39, 0.82)
    ),
    url("zemins/blog.png") center / cover no-repeat #111827;
}

.hero.hero--galeri-hero {
  position: relative;
  background:
    linear-gradient(
      135deg,
      rgba(17, 24, 39, 0.78),
      rgba(15, 23, 42, 0.85) 50%,
      rgba(17, 24, 39, 0.82)
    ),
    url("zemins/galeri.png") center / cover no-repeat #111827;
}

.hero.hero--iletisim-hero {
  position: relative;
  background:
    linear-gradient(
      135deg,
      rgba(17, 24, 39, 0.78),
      rgba(15, 23, 42, 0.85) 50%,
      rgba(17, 24, 39, 0.82)
    ),
    url("zemins/iletisim.png") center / cover no-repeat #111827;
}

.home-slider {
  position: relative;
  height: 560px;
  overflow: hidden;
  padding: 0;
}

.home-slider .slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-slider .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 0;
}

.home-slider .slide.active {
  opacity: 1;
  z-index: 1;
}

.home-slider .slide-bg {
  position: absolute;
  inset: -2%;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  will-change: transform;
}

.home-slider .slide.active .slide-bg {
  animation: homeSlideZoom 9s ease-out forwards;
}

.home-slider .slide:not(.active) .slide-bg {
  animation: none;
}

@keyframes homeSlideZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.12);
  }
}

.home-slider .slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.42), rgba(2, 6, 23, 0.72));
}

.home-slider .slide-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  width: min(920px, 92%);
}

.home-slider .slide-content h1 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.home-slider .slide-content p {
  margin: 0 auto;
  color: #e5e7eb;
  max-width: 760px;
  font-size: clamp(0.98rem, 1.8vw, 1.15rem);
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 2;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.dot.active {
  width: 28px;
  background: #fff;
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.1rem;
  border-radius: 10px;
  font-weight: 700;
  border: 2px solid transparent;
}

.btn-primary {
  background: var(--secondary);
  color: #fff;
}

.btn-outline {
  border-color: #cbd5e1;
  color: #fff;
}

section {
  padding: 3.8rem 0;
}

.section-head {
  margin-bottom: 1.3rem;
}

.section-head h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.45rem, 2.7vw, 2rem);
}

.section-head p {
  margin: 0;
  color: var(--muted);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-grid {
  align-items: stretch;
}

.contact-box h2 {
  margin: 0 0 0.75rem;
}

.contact-box p {
  margin: 0 0 0.55rem;
}

.contact-box p.contact-box-note {
  margin-top: 1rem;
}

.map-embed {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #e5e7eb;
  min-height: 280px;
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: min(450px, 55vh);
  min-height: 280px;
}

.contact-form-wrap h2 {
  margin: 0 0 0.4rem;
}

.contact-form-wrap > .small {
  margin: 0 0 1.1rem;
  line-height: 1.5;
}

.contact-form label {
  display: block;
  font-weight: 600;
  font-size: 0.92rem;
  color: #374151;
  margin-bottom: 0.35rem;
}

.contact-form .form-actions {
  margin-top: 0.15rem;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-feedback {
  display: none;
  margin: 0 0 1rem;
  padding: 0.65rem 0.85rem;
  border-radius: 9px;
  font-size: 0.95rem;
}

.form-feedback:not(:empty) {
  display: block;
}

.form-feedback--ok {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #6ee7b7;
}

.form-feedback--err {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.card-media {
  height: 210px;
  background: linear-gradient(135deg, #9ca3af, #4b5563);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

a.card-media {
  display: block;
  color: inherit;
  text-decoration: none;
}

a.card-media:focus-visible {
  outline: 2px solid var(--secondary);
  outline-offset: 2px;
  z-index: 1;
}

.card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(17, 24, 39, 0.65));
}

.card:hover .card-media {
  transform: scale(1.03);
  transition: transform 0.35s ease;
}

.card-content {
  padding: 1rem;
}

.card h3 {
  margin: 0 0 0.45rem;
}

.card h3 a {
  color: inherit;
  text-decoration: none;
}

.card h3 a:hover {
  color: var(--secondary);
  text-decoration: underline;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.list-check {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.55rem;
}

.list-check li::before {
  content: "✔ ";
  color: #059669;
  font-weight: 700;
}

.content-box {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.2rem;
}

.article {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.25rem;
}

.article h2,
.article h3 {
  margin-top: 1.15rem;
}

.article.article--blog-cover {
  padding-top: 0;
  overflow: hidden;
}

.blog-article-cover {
  margin: 0 0 1.15rem;
}

.blog-article-cover img {
  width: 100%;
  height: auto;
  max-height: min(320px, 42vw);
  object-fit: cover;
  display: block;
  border-radius: var(--radius) var(--radius) 0 0;
}

.about-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 1.5rem;
  align-items: start;
}

.about-visual-col {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  min-width: 0;
}

.about-side-content {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  padding: 0 0.15rem;
}

.about-side-block h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
}

.about-side-block p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.about-media {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #e5e7eb;
}

.about-media img {
  width: 100%;
  height: auto;
  display: block;
}

.about-text h2:first-of-type {
  margin-top: 0;
}

form {
  display: grid;
  gap: 0.7rem;
}

input,
textarea,
select {
  width: 100%;
  padding: 0.7rem 0.8rem;
  border-radius: 9px;
  border: 1px solid #d1d5db;
  font: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

footer {
  background: #111827;
  color: #e5e7eb;
  padding: 2.2rem 0 1.4rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
}

.footer-brand-logo {
  display: block;
  width: auto;
  max-width: 200px;
  height: auto;
  max-height: 56px;
  margin-bottom: 0.75rem;
  object-fit: contain;
}

.footer-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.55rem;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.65rem 1.25rem;
  padding-top: 1.35rem;
  margin-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.88rem;
  color: #9ca3af;
}

.footer-bottom a {
  color: #d1d5db;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-bottom a:hover {
  color: #fff;
}

.footer-credit {
  text-align: right;
}

.small {
  color: #9ca3af;
  font-size: 0.95rem;
}

.fixed-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: grid;
  gap: 0.6rem;
  z-index: 1000;
}

.fixed-cta .btn {
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.22);
}

.btn-whatsapp {
  background: #22c55e;
  color: #fff;
}

.breadcrumbs {
  font-size: 0.93rem;
  color: #cbd5e1;
  margin-top: 0.45rem;
}

.muted {
  color: var(--muted);
}

.reviews {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  width: max-content;
  gap: 1rem;
  animation: reviews-marquee 42s linear infinite;
  padding: 0.4rem 0;
}

.review-card {
  width: 320px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1rem;
  border: 1px solid #e5e7eb;
}

.review-stars {
  color: #f59e0b;
  font-size: 0.95rem;
  letter-spacing: 1px;
}

.review-name {
  margin-top: 0.55rem;
  font-weight: 700;
  color: #111827;
}

@keyframes reviews-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 992px) {
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .menu-btn {
    display: inline-block;
  }

  nav {
    position: absolute;
    top: 68px;
    right: 4%;
    left: 4%;
    background: #fff;
    border-radius: 10px;
    box-shadow: var(--shadow);
    padding: 0.7rem;
    display: none;
  }

  nav.open {
    display: block;
  }

  nav ul {
    flex-direction: column;
    gap: 0.4rem;
  }

  .grid-3,
  .grid-2,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-credit {
    text-align: left;
  }

  .brand img {
    height: 38px;
    max-width: min(200px, 62vw);
  }

  .about-split {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 4.3rem 0 3.6rem;
  }

  .home-slider {
    height: 420px;
  }

  .fixed-cta {
    right: 12px;
    bottom: 12px;
    gap: 0.45rem;
  }

  .fixed-cta .btn {
    padding: 0.56rem 0.82rem;
    font-size: 0.86rem;
    border-radius: 8px;
    min-width: 112px;
    box-shadow: 0 5px 14px rgba(17, 24, 39, 0.18);
  }

  .review-card {
    width: 270px;
  }
}
