/* Theme footer — dark ground, brand + contact block on the left,
 * three link columns on the right, payment strip underneath.
 * Palette: #1D1616 ground, #EEEEEE text, #757575-range muted, #D84040 accent. */

.cc_srrpi96w_LDCVhFz5eW .ftr {
  background: var(--ftr-bg, var(--lassori-dark, #1d1616));
  color: var(--ftr-text, var(--lassori-gray-light, #eee));
}

.cc_srrpi96w_LDCVhFz5eW .ftr-inner {
  max-width: 82rem;
  margin: 0 auto;
  padding: 3rem 1rem 2.5rem;
}

.cc_srrpi96w_LDCVhFz5eW .ftr-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

/* ─── Section titles ──────────────────────────────────────── */

.cc_srrpi96w_LDCVhFz5eW .ftr-col-title {
  margin: 0 0 1.75rem;
  font-family: var(--font-body);
  font-size: var(--text-small);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ftr-text, var(--lassori-gray-light, #eee));
}

.cc_srrpi96w_LDCVhFz5eW .ftr-contact-title {
  /* The tagline above ends in a dense block of text and this heading was
   * landing right on top of it. Applies at every width — the desktop footer
   * was just as tight as the phone one. */
  /* Mobile keeps a normal gap; on desktop the block drops far enough to sit
   * level with "BİZİ TAKİP EDİN" in the next column (see the rule below). */
  margin-top: 3.25rem;
  margin-bottom: 1.5rem;
}


/* ─── Brand block ─────────────────────────────────────────── */

.cc_srrpi96w_LDCVhFz5eW .ftr-logo {
  display: block;
  max-width: 10rem;
  height: auto;
  margin-bottom: 1.25rem;
}

.cc_srrpi96w_LDCVhFz5eW .ftr-tagline {
  margin: 1.5rem 0 0;
  max-width: 28rem;
  /* Loosened from 1.9 — long Turkish sentences in a narrow mobile column
   * need the extra leading to stay readable. */
  font-family: var(--font-body);
  font-size: var(--text-small);
  line-height: 1.9;
  color: var(--ftr-muted, #9a9a9a);
}

/* ─── Contact list ────────────────────────────────────────── */

.cc_srrpi96w_LDCVhFz5eW .ftr-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.cc_srrpi96w_LDCVhFz5eW .ftr-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: var(--text-small);
  line-height: 1.4;
  color: var(--ftr-muted, #9a9a9a);
  text-decoration: none;
}

.cc_srrpi96w_LDCVhFz5eW .ftr-contact-link svg {
  flex: 0 0 auto;
  width: 0.875rem;
  height: 0.875rem;
}

.cc_srrpi96w_LDCVhFz5eW .ftr-contact-hours {
  font-family: var(--font-body);
  font-size: var(--text-small);
  color: var(--ftr-muted, #9a9a9a);
}

/* ─── QR ──────────────────────────────────────────────────── */

/* A tight white card with a thin accent border. The badge art needs a light
 * ground to stay legible, so the card stays — it is just sized to the artwork
 * instead of being a large empty rectangle. */
.cc_srrpi96w_LDCVhFz5eW .ftr-qr {
  margin: 2.5rem 0 0;
  display: inline-block;
  padding: 0.4375rem;
  background: var(--lassori-white, #fff);
  border: 1px solid var(--color-accent);
  border-radius: 6px;
  line-height: 0;
}

.cc_srrpi96w_LDCVhFz5eW .ftr-qr-img {
  display: block;
  width: 5.5rem;
  height: auto;
}

.cc_srrpi96w_LDCVhFz5eW .ftr-qr-caption {
  margin-top: 0.25rem;
  font-family: var(--font-body);
  font-size: 0.625rem;
  color: var(--lassori-accent, #d84040);
}

/* ─── Link columns ────────────────────────────────────────── */

.cc_srrpi96w_LDCVhFz5eW .ftr-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.cc_srrpi96w_LDCVhFz5eW .ftr-col-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cc_srrpi96w_LDCVhFz5eW .ftr-link {
  font-family: var(--font-body);
  font-size: var(--text-small);
  line-height: 1.5;
  color: var(--ftr-muted, #9a9a9a);
  text-decoration: none;
  transition: color 200ms ease;
}

.cc_srrpi96w_LDCVhFz5eW .ftr-link:hover, .cc_srrpi96w_LDCVhFz5eW .ftr-link:focus-visible {
  color: var(--ftr-text, var(--lassori-gray-light, #eee));
}

.cc_srrpi96w_LDCVhFz5eW .ftr-link:focus-visible, .cc_srrpi96w_LDCVhFz5eW .ftr-social-link:focus-visible {
  outline: 2px solid var(--lassori-accent, #d84040);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ─── Social row ──────────────────────────────────────────── */

.cc_srrpi96w_LDCVhFz5eW .ftr-social {
  margin-top: 2.5rem;
}

.cc_srrpi96w_LDCVhFz5eW .ftr-social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  /* Keep every icon on one line — the location pin was dropping to a second
   * row on its own, which read as a mistake. */
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
}

.cc_srrpi96w_LDCVhFz5eW .ftr-social-link {
  display: inline-flex;
  color: var(--ftr-muted, #9a9a9a);
  transition: color 200ms ease;
}

.cc_srrpi96w_LDCVhFz5eW .ftr-social-link:hover {
  color: var(--ftr-text, var(--lassori-gray-light, #eee));
}

.cc_srrpi96w_LDCVhFz5eW .ftr-social-link svg {
  width: 1.125rem;
  height: 1.125rem;
}

/* ─── Payment strip ───────────────────────────────────────── */

.cc_srrpi96w_LDCVhFz5eW .ftr-payments {
  background: var(--ftr-bar-bg, var(--ftr-bg, var(--lassori-dark, #1d1616)));
  padding: 1.5rem 1rem 2rem;
}

.cc_srrpi96w_LDCVhFz5eW .ftr-payments-row {
  max-width: 60rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.25rem;
}

.cc_srrpi96w_LDCVhFz5eW .ftr-payment-logo {
  height: 1.375rem;
  width: auto;
  display: block;
  object-fit: contain;
}

/* ─── Bottom bar ──────────────────────────────────────────── */

.cc_srrpi96w_LDCVhFz5eW .ftr-bottom {
  /* Extra room at the bottom so the pinned ticker cannot cover the
   * copyright line. */
  padding: 1rem 1rem 3.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cc_srrpi96w_LDCVhFz5eW .ftr-copyright {
  margin: 0;
  text-align: center;
  font-family: var(--font-body);
  font-size: var(--text-label);
  color: var(--ftr-muted, #9a9a9a);
}

/* ─── Breakpoints ─────────────────────────────────────────── */

@media (min-width: 640px) {
  .cc_srrpi96w_LDCVhFz5eW .ftr-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .cc_srrpi96w_LDCVhFz5eW .ftr-inner {
    padding: 4rem 2rem 3rem;
  }

  /* Wide brand column, then the link columns — matches the reference. */
  .cc_srrpi96w_LDCVhFz5eW .ftr-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 2fr);
    gap: 5rem;
  }

  .cc_srrpi96w_LDCVhFz5eW .ftr-cols {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    align-items: start;
  }

  .cc_srrpi96w_LDCVhFz5eW .ftr-payment-logo {
    height: 1.625rem;
  }
}

/* ─── Designer credit ─────────────────────────────────────
 * Deliberately more legible than the copyright line beside it. */

.cc_srrpi96w_LDCVhFz5eW .ftr-designer {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: var(--text-small);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ftr-text, var(--lassori-white, #fff));
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.cc_srrpi96w_LDCVhFz5eW .ftr-designer:hover, .cc_srrpi96w_LDCVhFz5eW .ftr-designer:focus-visible {
  color: var(--color-accent);
}

.cc_srrpi96w_LDCVhFz5eW .ftr-qr-link {
  display: inline-block;
}

/* ─── Mobile breathing room ───────────────────────────────
 * Everything in the footer collapses into one narrow column on a phone,
 * where the default spacing reads as cramped. */

@media (max-width: 767px) {
  .cc_srrpi96w_LDCVhFz5eW .ftr-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .cc_srrpi96w_LDCVhFz5eW .ftr-tagline {
    line-height: 2;
  }

}

/* ─── ETBİS column ────────────────────────────────────────
 * Its own grid cell rather than a tail on the contact list. */

.cc_srrpi96w_LDCVhFz5eW .ftr-qr-col {
  display: flex;
  justify-content: flex-start;
  /* Without this the figure stretches to the row height and the white card
   * becomes a tall empty box below the badge. */
  align-items: flex-start;
}

@media (min-width: 1024px) {
  /* brand | links | badge */
  .cc_srrpi96w_LDCVhFz5eW .ftr-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 2fr) auto;
  }

  .cc_srrpi96w_LDCVhFz5eW .ftr-qr-col {
    justify-content: flex-end;
  }
}


@media (min-width: 1024px) {
  /* Drops the contact block down the first column so its heading lines up
   * with "BİZİ TAKİP EDİN" in the links column beside it. */
  .cc_srrpi96w_LDCVhFz5eW .ftr-contact-title {
    margin-top: 7.5rem;
  }
}
