/* Birmont — kurumsal / teknik çizim estetiği */

:root {
  --red: #e31e24;
  --red-dark: #c41e24;
  --black: #0d0d0d;
  --grey-100: #f4f6f8;
  --grey-200: #e8ecf0;
  --header-bg: #ffffff;
  --header-rule: #e3e6ea;
  --nav-text: #3d4450;
  --nav-hover: #141820;
  --text: #1a1a1a;
  --muted: #5c6570;
  --font: "Montserrat", system-ui, sans-serif;
  --shadow-card: 0 12px 40px rgba(15, 23, 42, 0.08);
  --header-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
  --radius: 12px;
  --container: min(1180px, 100% - 2rem);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.55;
  color: var(--text);
  background: var(--grey-100);
  -webkit-font-smoothing: antialiased;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

/* ——— Üst iletişim şeridi ——— */
.site-head {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--header-bg);
  box-shadow: var(--header-shadow);
}

.top-strip {
  background: var(--header-bg);
  border-bottom: 1px solid var(--header-rule);
}

.top-strip-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 42px;
}

.top-contacts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem 1.75rem;
  padding: 0.35rem 0;
}

.top-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--nav-text);
  letter-spacing: 0.01em;
}

.top-link:hover {
  color: var(--nav-hover);
}

.top-link:hover .top-ico {
  color: var(--red);
  border-color: rgba(227, 30, 36, 0.28);
  background: rgba(227, 30, 36, 0.05);
}

.top-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid var(--header-rule);
  background: #f8f9fb;
  color: #5d6574;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.top-ico svg {
  display: block;
  flex-shrink: 0;
}

.top-social-wrap {
  display: flex;
  align-items: center;
  padding-right: max(0px, env(safe-area-inset-right));
}

.top-social-skew {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0 0.25rem 1.25rem;
  margin: -0.35rem 0;
  border-left: 1px solid var(--header-rule);
  background: transparent;
}

.top-social-skew .soc {
  transform: none;
}

.soc {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--header-rule);
  display: grid;
  place-items: center;
  transition: border-color 0.2s, background 0.2s;
}

.soc:hover {
  border-color: #cfd4da;
  background: #fafbfc;
}

.soc span {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: var(--black);
  opacity: 0.85;
}

.soc-fb span {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.soc-tw span {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.soc-ig span {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='20' height='20' x='2' y='2' rx='5' ry='5' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='12' cy='12' r='4' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='17.5' cy='6.5' r='1.5' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='20' height='20' x='2' y='2' rx='5' ry='5' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='12' cy='12' r='4' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='17.5' cy='6.5' r='1.5' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
}

.soc-yt span {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z'/%3E%3Cpolygon fill='white' points='9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z'/%3E%3Cpolygon fill='white' points='9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02'/%3E%3C/svg%3E") center/contain no-repeat;
}

@media (max-width: 720px) {
  .top-strip-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .top-social-wrap {
    width: 100%;
    justify-content: center;
  }

  .top-social-skew {
    justify-content: center;
    padding: 0.5rem 0;
    margin: 0;
    border-left: none;
    border-top: 1px solid var(--header-rule);
    width: 100%;
  }

  .soc:hover {
    transform: none;
  }
}

/* ——— Ana header (beyaz / kurumsal) ——— */
.main-header {
  background: var(--header-bg);
  position: relative;
  border-bottom: 1px solid var(--header-rule);
}

.header-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  min-height: 76px;
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

.brand-logo {
  height: clamp(48px, 5.8vw, 62px);
  width: auto;
  display: block;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 420px) {
  .brand-logo {
    height: 38px;
    max-width: min(230px, 64vw);
  }
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.nav-list a {
  display: block;
  padding: 0.5rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: var(--nav-text);
  white-space: nowrap;
  border-radius: 4px;
  transition: color 0.15s ease, background 0.15s ease;
}

.nav-list a:hover {
  color: var(--nav-hover);
  background: rgba(15, 23, 42, 0.04);
}

.nav-buy {
  color: var(--red) !important;
}

.nav-buy:hover {
  color: var(--red-dark) !important;
  background: rgba(227, 30, 36, 0.06) !important;
}

.search-btn {
  width: 40px;
  height: 40px;
  margin-left: 0.35rem;
  border: 1px solid var(--header-rule);
  border-radius: 4px;
  background: #fff;
  color: var(--nav-text);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: border-color 0.2s, background 0.2s, color 0.2s, transform 0.15s;
}

.search-btn:hover {
  background: #fafbfc;
  border-color: #cfd4da;
  color: var(--nav-hover);
}

.search-btn:active {
  transform: scale(0.97);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--header-rule);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  width: 20px;
  margin: 0 auto;
  background: var(--nav-hover);
  border-radius: 2px;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: flex;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--header-bg);
    flex-direction: column;
    align-items: stretch;
    padding: 0.5rem 1rem 1rem;
    border-top: 1px solid var(--header-rule);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.35s ease, opacity 0.25s ease, visibility 0.25s;
  }

  .main-nav.is-open {
    max-height: 420px;
    opacity: 1;
    visibility: visible;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .nav-list a {
    padding: 0.75rem 0.35rem;
    border-bottom: 1px solid rgba(227, 230, 234, 0.85);
  }

  .nav-list a:hover {
    background: transparent;
  }

  .search-btn {
    margin: 0.75rem 0 0;
    width: 100%;
    border-radius: 6px;
    height: 44px;
  }
}

/* ——— Yüzen iletişim ——— */
.float-rail {
  position: fixed;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rail-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}

.rail-btn:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.rail-call {
  background: linear-gradient(145deg, #3b82f6, #2563eb);
}

.rail-wa {
  background: linear-gradient(145deg, #22c55e, #16a34a);
}

.rail-mail {
  background: linear-gradient(145deg, #38bdf8, #0ea5e9);
}

.rail-ig {
  background: linear-gradient(145deg, #f97316, #ec4899);
}

.rail-ico {
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 4px;
  opacity: 0.95;
}

.rail-call .rail-ico {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.rail-wa .rail-ico {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.881 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.881 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.rail-mail .rail-ico {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.rail-ig .rail-ico {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E") center/contain no-repeat;
}

@media (max-width: 768px) {
  .float-rail {
    display: none;
  }

}

/* ——— Hero slider ——— */
.hero-slider {
  position: relative;
  background: #111;
}

.hero-track {
  position: relative;
  min-height: min(78vh, 720px);
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s;
}

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

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.hero-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(15, 23, 42, 0.92) 0%,
    rgba(30, 41, 59, 0.78) 45%,
    rgba(227, 30, 36, 0.55) 100%
  );
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: min(78vh, 720px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 0 5rem;
  max-width: 640px;
}

.hero-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4.5vw, 3rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.15;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.hero-sub {
  margin: 0 0 1.75rem;
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.02em;
}

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 0.65rem 1.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  background: transparent;
  transition: background 0.2s, color 0.2s;
}

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

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 52px;
  border: none;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.hero-arrow:hover {
  background: rgba(0, 0, 0, 0.75);
}

.hero-prev {
  left: 0;
  border-radius: 0 6px 6px 0;
}

.hero-next {
  right: 0;
  border-radius: 6px 0 0 6px;
}

.hero-prev::after,
.hero-next::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.hero-prev::after {
  transform: rotate(45deg);
  margin-left: 14px;
}

.hero-next::after {
  transform: rotate(-135deg);
  margin-right: 14px;
}

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

.hero-dot {
  width: 36px;
  height: 4px;
  padding: 0;
  border: none;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: background 0.25s, transform 0.25s;
}

.hero-dot.is-active {
  background: var(--red);
  transform: scaleY(1.4);
}

@media (max-width: 600px) {
  .hero-arrow {
    width: 36px;
    height: 44px;
  }
}

/* ——— Öne çıkan ürünler ——— */
.featured {
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 4.5rem);
  background: var(--grey-100);
}

.feat-head {
  text-align: center;
  margin-bottom: 2.25rem;
}

.feat-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 800;
  color: var(--text);
  letter-spacing: 0.02em;
}

.feat-line {
  display: block;
  width: 52px;
  height: 3px;
  margin: 0 auto;
  background: var(--red);
  border-radius: 2px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.product-card {
  position: relative;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  padding: 0 0 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.25s, transform 0.25s;
}

.product-card:hover {
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.12);
  transform: translateY(-4px);
}

.badge-new {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 0.28rem 0.65rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--black);
  border-radius: 3px;
}

.product-img-wrap {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
  background: #fff;
}

.product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-name {
  margin: 1rem 1rem 0.85rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
  flex: 1;
}

.btn-buy {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1.1rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text);
  border: 1px solid var(--grey-200);
  border-radius: 6px;
  background: #fff;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.btn-buy::before {
  content: "";
  width: 14px;
  height: 14px;
  opacity: 0.65;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'/%3E%3Cpath fill='black' d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'/%3E%3Cpath fill='black' d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'/%3E%3C/svg%3E") center/contain no-repeat;
}

.btn-buy:hover {
  border-color: var(--red);
  color: var(--red);
}

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

@media (max-width: 520px) {
  .product-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-inline: auto;
  }
}

/* ——— Alt şerit ——— */
.bottom-cta {
  background: #fff;
  border-top: 1px solid var(--grey-200);
  padding: 1.35rem 0;
}

.bottom-cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
}

.bottom-cta-links a {
  color: var(--red);
  font-weight: 600;
}

.bottom-cta-links a:hover {
  text-decoration: underline;
}

.dot {
  color: var(--muted);
  font-weight: 400;
}

/* ——— Footer ——— */
.site-footer {
  background: var(--black);
  color: rgba(255, 255, 255, 0.65);
  padding: 1.25rem 0;
}

.footer-inner {
  text-align: center;
}

.footer-copy {
  margin: 0;
  font-size: 0.8rem;
}

/* ——— Kurumsal dropdown ——— */
.nav-has-dropdown {
  position: relative;
}

.nav-dropdown-trigger {
  display: block;
  padding: 0.5rem 0.7rem;
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: var(--nav-text);
  background: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.15s ease, background 0.15s ease;
}

.nav-dropdown-trigger:hover,
.nav-has-dropdown.is-open .nav-dropdown-trigger {
  color: var(--red);
  background: rgba(227, 30, 36, 0.06);
}

.nav-dropdown {
  list-style: none;
  margin: 0;
  padding: 0.35rem 0;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 220px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 120;
}

.nav-has-dropdown.is-open .nav-dropdown,
.nav-has-dropdown:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown a {
  display: block;
  padding: 0.65rem 1.1rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #3d4a5c;
  border-bottom: 1px solid rgba(227, 230, 234, 0.7);
  transition: color 0.15s, background 0.15s;
}

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

.nav-dropdown a:hover {
  color: var(--red);
  background: rgba(227, 30, 36, 0.04);
}

.soc-wa span {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.881 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.881 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* ——— Referanslarımız şeridi ——— */
.refs-strip,
.clients-marquee {
  background: linear-gradient(180deg, #fff 0%, #f8f9fb 100%);
  border-block: 1px solid var(--grey-200);
  padding: 0.85rem 0;
  overflow: hidden;
}

.refs-strip-title,
.clients-label {
  margin: 0 0 0.6rem;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.marquee-viewport {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: marquee-scroll 38s linear infinite;
}

.marquee-item {
  flex-shrink: 0;
  padding: 0;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #2d3748;
  white-space: nowrap;
  border: none;
  border-radius: 0;
  background: transparent;
}

.marquee-dot {
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  margin: 0 1rem;
  border-radius: 50%;
  background: var(--red);
  opacity: 0.55;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: var(--container);
    margin-inline: auto;
    padding: 0 1rem;
    gap: 0.65rem;
  }
}

.featured-more {
  text-align: center;
  margin: 2rem 0 0;
}

.btn-market {
  display: inline-flex;
  padding: 0.7rem 1.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  background: var(--red);
  border-radius: 6px;
  transition: background 0.2s;
}

.btn-market:hover {
  background: var(--red-dark);
}

/* ——— Hakkımızda ——— */
.about-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #fff url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='1' fill='%23d8dee6'/%3E%3C/svg%3E") repeat;
}

.about-grid {
  display: grid;
  gap: 2rem;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
}

.kicker-line {
  width: 36px;
  height: 3px;
  background: var(--red);
  border-radius: 2px;
}

.section-title {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  color: var(--text);
  line-height: 1.15;
}

.about-body p {
  margin: 0 0 1.15rem;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--muted);
  text-align: justify;
}

.about-body p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .about-grid {
    grid-template-columns: minmax(200px, 280px) 1fr;
    gap: 3rem;
    align-items: start;
  }
}

/* ——— Genel sayfa bölümleri ——— */
.page-section {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: #fff;
}

.page-section-alt {
  background: var(--grey-100);
}

.section-head-center {
  text-align: center;
  margin-bottom: 2rem;
}

.section-head-center .section-title {
  margin-bottom: 0.65rem;
}

.container.narrow {
  max-width: min(720px, var(--container));
}

.info-card {
  text-align: center;
  padding: 2rem;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}

.page-section-alt .info-card {
  background: #fff;
}

.info-card p {
  margin: 0 0 1.25rem;
  color: var(--muted);
  line-height: 1.7;
}

.info-card p:last-child {
  margin-bottom: 0;
}

.btn-primary {
  display: inline-flex;
  padding: 0.7rem 1.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  background: var(--red);
  border-radius: 6px;
  transition: background 0.2s;
}

.btn-primary:hover {
  background: var(--red-dark);
}

/* ——— Haberler ——— */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.news-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
}

.page-section-alt .news-card {
  background: #fff;
}

.news-card time {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--red);
  letter-spacing: 0.04em;
}

.news-card h3 {
  margin: 0.65rem 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.news-card p {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
  flex: 1;
}

.news-card a {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--red);
}

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

/* ——— SSS ——— */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.faq-item {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.page-section-alt .faq-item {
  background: #fff;
}

.faq-item summary {
  padding: 1rem 1.25rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

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

.faq-item p {
  margin: 0;
  padding: 0 1.25rem 1.15rem;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.65;
}

/* ——— Galeri ——— */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.gallery-grid figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-card);
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ——— Yorumlar ——— */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.review-card {
  margin: 0;
  padding: 1.5rem;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  border-left: 4px solid var(--red);
}

.review-card p {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  font-style: italic;
  color: var(--muted);
  line-height: 1.65;
}

.review-card footer {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text);
}

.bank-card {
  text-align: center;
  padding: 2rem;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}

.bank-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.bank-card a {
  color: var(--red);
  font-weight: 600;
}

/* ——— İletişim ——— */
.contact-section {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: #eef2f6 url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='1.5' fill='%23c5d4e8'/%3E%3C/svg%3E") repeat;
}

.contact-grid {
  display: grid;
  gap: 2rem;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.contact-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow-card);
  text-align: center;
}

.contact-card h3 {
  margin: 0.75rem 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 700;
}

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

.contact-card a {
  color: var(--text);
  font-weight: 600;
}

.contact-card a:hover {
  color: var(--red);
}

.contact-icon {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  border-radius: 10px;
  border: 2px solid rgba(227, 30, 36, 0.35);
  background: rgba(227, 30, 36, 0.08);
}

.btn-wa {
  display: inline-flex;
  margin-top: 0.75rem;
  padding: 0.45rem 1rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #fff;
  background: #16a34a;
  border-radius: 6px;
}

.btn-wa:hover {
  background: #15803d;
}

.hours-card {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
  padding: 2.5rem 1.75rem 1.75rem;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  text-align: center;
}

.hours-icon {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 2px solid var(--red);
  background: #fff;
}

.hours-icon::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 2px solid var(--red);
  box-shadow: inset 0 0 0 2px #fff;
}

.hours-card h3 {
  margin: 0.5rem 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.hours-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.hours-closed {
  margin-top: 0.35rem !important;
  font-weight: 600;
  color: var(--text) !important;
}

@media (min-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

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

  .hours-card {
    margin: 0;
  }
}

/* ——— Footer genişletilmiş ——— */
.site-footer {
  padding: 2.5rem 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 2rem;
  padding-bottom: 2rem;
  text-align: left;
}

.footer-logo {
  height: 52px;
  width: auto;
  margin-bottom: 0.75rem;
  opacity: 1;
}

.footer-tagline {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.55;
  max-width: 280px;
}

.footer-col h4 {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin-bottom: 0.45rem;
}

.footer-col a {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s;
}

.footer-col a:hover {
  color: #fff;
}

.footer-address {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
}

.footer-market {
  display: inline-block;
  margin-top: 0.65rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--red) !important;
}

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

.footer-bottom .footer-copy {
  text-align: center;
}

/* ——— Mobil: nav dropdown ——— */
@media (max-width: 980px) {
  .main-nav.is-open {
    max-height: min(85vh, 640px);
    overflow-y: auto;
  }

  .nav-has-dropdown {
    width: 100%;
  }

  .nav-dropdown-trigger {
    width: 100%;
    text-align: left;
    padding: 0.75rem 0.35rem;
    border-bottom: 1px solid rgba(227, 230, 234, 0.85);
  }

  .nav-dropdown {
    position: static;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    min-width: 0;
    padding: 0;
    background: var(--grey-100);
    border-radius: 6px;
    margin: 0.25rem 0 0.5rem;
  }

  .nav-has-dropdown.is-open .nav-dropdown {
    display: block;
  }

  .nav-has-dropdown:hover .nav-dropdown {
    display: none;
  }

  .nav-has-dropdown.is-open:hover .nav-dropdown {
    display: block;
  }

  .nav-dropdown a {
    padding: 0.65rem 1rem;
    font-size: 0.8rem;
  }

  .news-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

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

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-tagline,
  .footer-address {
    max-width: none;
    margin-inline: auto;
  }

  .footer-logo {
    margin-inline: auto;
  }

  .marquee-item {
    font-size: 0.78rem;
    padding: 0.4rem 0.9rem;
  }
}
