:root {
  --bg: #155984;
  --panel: #155984;
  --panel-soft: #0f4c73;
  --text: #f8fafc;
  --muted: #cfe6f1;
  --brand: #0CB4A7;
  --brand-dark: #089488;
  --line: rgba(255,255,255,.12);
  --white: #ffffff;
  --dark: #020617;
  --success: #22c55e;
  --danger: #ef4444;
  --shadow: 0 24px 70px rgba(2, 6, 23, .35);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #f4f7fb;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.topbar {
  background: #0CB4A7;
  color: #ffffff;
  font-size: 14px;
}




.price-row {
  display: flex !important;
  justify-content: center !important;
}





.topbar-inner {
  min-height: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.topbar strong { color: var(--brand); }

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(21, 89, 132, .95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: .4px;
}

.logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--brand), #d8fffb);
  color: var(--dark);
  font-weight: 900;
}

.menu {
  display: flex;
  gap: 22px;
  align-items: center;
  color: #e2e8f0;
  font-weight: 600;
  font-size: 14px;
}

.menu a:hover { color: var(--brand); }

.mobile-menu-btn {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--white);
  border-radius: 12px;
  padding: 10px 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 8px; /* 🔥 daha normal köşe */
  border: 0;
  cursor: pointer;
  font-weight: 600;
  transition: .2s ease;
}

.btn-primary { background: var(--brand); color: var(--dark); }
.btn-primary:hover { background: #14cfc1; transform: translateY(-1px); }
.btn-outline { border: 1px solid rgba(255,255,255,.24); color: var(--white); background: rgba(255,255,255,.06); }
.btn-outline:hover { border-color: var(--brand); color: var(--brand); }
.btn-dark { background: var(--bg); color: var(--white); }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(12,180,167,.25), transparent 28%),
    linear-gradient(135deg, #155984 0%, #111827 58%, #1f2937 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -35% -10%;
  height: 260px;
  background: #f4f7fb;
  transform: rotate(-3deg);
  transform-origin: center;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: center;
  padding: 82px 0 120px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #d8fffb;
  background: rgba(12,180,167,.12);
  border: 1px solid rgba(12,180,167,.35);
  font-size: 14px;
  font-weight: 700;
}

h1 {
  margin: 20px 0 18px;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.02;
  letter-spacing: -2px;
}

.hero p { color: #cbd5e1; font-size: 18px; max-width: 660px; }

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
  max-width: 620px;
}

.stat {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.06);
}

.stat b {
  display: block;
  color: var(--white);
  font-size: 28px;
  line-height: 1;
}

.stat span {
  color: var(--muted);
  font-size: 13px;
}

.hero-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 32px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.machine-visual {
  min-height: 430px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(12,180,167,.9), rgba(21,89,132,.92)),
    url('https://images.unsplash.com/photo-1517089596392-fb9a9033e05c?auto=format&fit=crop&w=1200&q=80');
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 36px;
  position: relative;
  overflow: hidden;
}

.machine-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(2,6,23,.78), rgba(2,6,23,.38) 45%, transparent 85%);
}

.visual-content {
  position: relative;
  z-index: 1;
  max-width: 90%;
}

.visual-content h2 {
  margin: 0 0 8px;
  font-size: 30px;
}

.visual-content p {
  margin: 0;
  color: #e2e8f0;
}

section { padding: 10px 0; }


section {
  padding: 10px 0;
}

/* Tablet ve mobil */
@media (max-width: 768px) {
  section {
    padding: 5px 0;
  }
}

/* Küçük mobil */
@media (max-width: 480px) {
  section {
    padding: 3px 0;
  }
}












.section-title {
  color: #155984;
  text-align: center;
  margin: 0 auto 42px;
  max-width: 760px;
}

.section-title .eyebrow {
  color: var(--brand-dark);
  background: #eefdfa;
  border-color: #b8f4ee;
}

.section-title h2 {
  margin: 14px 0 10px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  letter-spacing: -1px;
}

.section-title p {
  color: #64748b;
  margin: 0;
}

.categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.category {
  background: var(--white);
  color: #155984;
  border-radius: var(--radius);
  padding: 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
  transition: .2s ease;
}

.category:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(15,23,42,.12);
}

.icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #eefdfa;
  color: var(--brand-dark);
  font-size: 26px;
  margin-bottom: 16px;
}

.category h3 { margin: 0 0 8px; }

.category p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
}

.filter-bar {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr) auto;
  gap: 12px;
  padding: 16px;
  background: var(--white);
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15,23,42,.08);
  margin-bottom: 26px;
}

input, select, textarea {
  width: 100%;
  border: 1px solid #dbe4ef;
  background: #f8fafc;
  color: #155984;
  min-height: 46px;
  padding: 12px 14px;
  border-radius: 14px;
  outline: none;
  font: inherit;
}

input:focus, select:focus, textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(12,180,167,.12);
}

.listings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.listing-card {
  
  background: var(--white);
  color: #155984;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 16px 40px rgba(15,23,42,.08);
}



.badge.sold { background: var(--danger); }

.listing-body { padding: 20px; }

.listing-body h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.meta span {
  background: #f1f5f9;
  color: #475569;
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  border-top: 1px solid #e2e8f0;
  padding-top: 16px;
}

.price {
  color: var(--brand-dark);
  font-size: 20px;
  font-weight: 900;
}

.about { background: var(--white); }

.about-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

.about-box {
  min-height: 430px;
  border-radius: 32px;
  background: linear-gradient(135deg, #155984, #0f4c73);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow);
}

.check-list {
  display: grid;
  gap: 14px;
  color: #155984;
}

.check-list div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 10px;
  border-radius: 18px;
}

.check-list b { color: #155984; }
.check-list span { color: #64748b; display: block; }

.cta {
  background: linear-gradient(135deg, #155984, #155984);
  color: var(--white);
}

.cta-card {
  display: flex;
  align-items: center;       /* dikey ortalar */
  justify-content: space-between; /* sa�-sol dengeler */
  flex-wrap: wrap;           /* k���k ekranda alt alta ge�er */
  gap: 15px;
}

.cta h2 {
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 24px);
}

.cta p {
  margin: 0;
  color: #cbd5e1;
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
}

.contact-card, .form-card {
  background: var(--white);
  color: #155984;
  border-radius: 28px;
  border: 1px solid #e2e8f0;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(15,23,42,.08);
}

.contact-line {
  padding: 16px 0;
  border-bottom: 1px solid #e2e8f0;
}

.contact-line:last-child { border-bottom: 0; }
.contact-line b { display: block; }
.contact-line span { color: #64748b; }

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-grid .full { grid-column: 1 / -1; }

textarea {
  min-height: 130px;
  resize: vertical;
}

footer {
  background: var(--dark);
  color: #94a3b8;
  padding: 34px 0;
  text-align: center;
}

footer b {
  color: #D8D4D4;
}

.whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #22c55e;
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 28px;
  box-shadow: 0 14px 34px rgba(34,197,94,.35);
}

@media (max-width: 980px) {
  .hero-grid, .about-grid, .contact-grid, .cta-card {
    grid-template-columns: 1fr;
  }

  .categories {
    grid-template-columns: repeat(2, 1fr);
  }

  .listings {
    grid-template-columns: repeat(2, 1fr);
  }

  .filter-bar {
    grid-template-columns: 1fr 1fr;
  }

  .menu {
    display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    flex-direction: column;
    align-items: stretch;
    background: #155984;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid var(--line);
  }

  .menu.open { display: flex; }
  .mobile-menu-btn { display: inline-flex; }
}

@media (max-width: 640px) {
  .topbar-inner {
    justify-content: center;
    text-align: center;
    padding: 3px 0;
  }

  .hero-grid {
    padding: 56px 0 90px;
  }

  .stats, .categories, .listings, .filter-bar, .form-grid {
    grid-template-columns: 1fr;
  }

  .machine-visual {
    min-height: 320px;
  }

  .price-row {
    flex-direction: column;
    align-items: flex-start;
  }

  section {
    padding: 1px 0;
  }
}





.listing-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.listing-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* şık ama az kırpabilir */
}


.listings {
  gap: 30px; /* satırlar ve sütunlar arası boşluk */
}








.right-box {
  background: linear-gradient(135deg, #155984, #155984);
  padding: 30px;
  border-radius: 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.right-box p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 12px;
}








/* Preloader kapsay�c� */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* arka plan rengi */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

/* Y�klenme animasyonu */
.loader {
  border: 8px solid #000; /* a��k gri �er�eve */
  border-top: 8px solid #0CB4A7; /* mavi d�nen k�s�m */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

/* D�nen animasyon */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Preloader kaybolma efekti */
#preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}






/* Hijyen renkleri ve üst sosyal ikon düzeni */
.topbar-left {
  font-weight: 600;
}

.topbar-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.topbar-social a {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0CB4A7;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-size: 15px;
}

.topbar-social a:hover {
  background: #ffffff;
  color: #155984;
}

@media (max-width: 640px) {
  .topbar-inner {
    flex-direction: row !important;
    justify-content: center;
    gap: 10px;
  }

  .topbar-left {
    font-size: 13px;
  }

  .topbar-social {
    display: flex !important;
  }
}


/* SADECE ÜST BAR RENK DÜZELTME */
/* Genel tema renklerine dokunmaz. Sadece en üst alanı değiştirir. */
.topbar {
  background: #0CB4A7 !important;
  color: #ffffff !important;
}

.topbar strong {
  color: #ffffff !important;
}

.topbar-left {
  color: #ffffff !important;
  font-weight: 600;
}

.topbar-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.topbar-social a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #155984 !important;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-size: 15px;
}

.topbar-social a:hover {
  background: #ffffff !important;
  color: #155984 !important;
}

@media (max-width: 640px) {
  .topbar-inner {
    flex-direction: row !important;
    justify-content: center;
    gap: 10px;
  }

  .topbar-left {
    font-size: 13px;
  }

  .topbar-social {
    display: flex !important;
  }
}


@media (max-width: 768px) {

  .topbar {
    padding: 3px 0 !important;
    min-height: auto !important;
  }

  .topbar .container,
  .topbar .row {
    min-height: auto !important;
    align-items: center;
  }

  .topbar-social a {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }

  .topbar-social {
    gap: 3px;
  }

}

.topbar-social {
  display: flex;
  align-items: center;
  gap: 6px;
}

.topbar-social a {
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.topbar-social a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}