
.cc_9lb8i3va_footer .liman-footer {
  --footer-text: rgba(255, 255, 255, 0.92);
  --footer-text-muted: rgba(255, 255, 255, 0.8);
  width: 100%;
  background: var(--camsel-dark);
  color: var(--liman-white);
  border-top: 3px solid var(--camsel-primary);
}

.cc_9lb8i3va_footer .liman-footer__wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.cc_9lb8i3va_footer .liman-footer__top {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.cc_9lb8i3va_footer .liman-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cc_9lb8i3va_footer .liman-footer__logo-wrap, .cc_9lb8i3va_footer .liman-footer__payment {
  box-sizing: border-box;
  min-height: 3.25rem;
  padding: 0.5rem 0.875rem;
  background: var(--liman-white);
  border-radius: var(--camsel-radius);
  display: inline-flex;
  align-items: center;

  align-self: flex-start;
  max-width: 100%;
}

.cc_9lb8i3va_footer .liman-footer__logo-img, .cc_9lb8i3va_footer .liman-footer__payment-img {
  height: 2.25rem;
  width: auto;

  max-width: 100%;
  object-fit: contain;
  display: block;
}

.cc_9lb8i3va_footer .liman-footer__desc {
  margin: 0;
  color: var(--footer-text);
  max-width: 21.5rem;
}

.cc_9lb8i3va_footer .liman-footer__socials {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 1.25rem;
}

.cc_9lb8i3va_footer .liman-footer__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.cc_9lb8i3va_footer .liman-footer__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

.cc_9lb8i3va_footer .liman-footer__col-title {
  margin: 0;
  color: var(--liman-white);

  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cc_9lb8i3va_footer .liman-footer__col-address {
  margin: 0;
  color: var(--footer-link-color, var(--footer-text));
}

.cc_9lb8i3va_footer .liman-footer__col-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cc_9lb8i3va_footer .liman-footer__col-link {
  color: var(--footer-link-color, var(--footer-text));
  text-decoration: none;
  transition: color 0.15s ease;
  width: fit-content;
}

.cc_9lb8i3va_footer .liman-footer__col-link:hover {
  color: var(--footer-link-hover-color, var(--liman-white));
}

.cc_9lb8i3va_footer .liman-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cc_9lb8i3va_footer .liman-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}

.cc_9lb8i3va_footer .liman-footer__bottom-link {
  color: var(--footer-text-muted);
  text-decoration: none;
  transition: color 0.15s ease;
}

.cc_9lb8i3va_footer .liman-footer__bottom-link:hover {
  color: var(--footer-link-hover-color, var(--liman-white));
}

.cc_9lb8i3va_footer .liman-footer__kunye {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  flex-basis: 100%;
}

.cc_9lb8i3va_footer .liman-footer__kunye-title {
  margin: 0;
  color: var(--footer-text);
}

.cc_9lb8i3va_footer .liman-footer__kunye-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
  margin: 0;
}

.cc_9lb8i3va_footer .liman-footer__kunye-item {
  display: flex;
  gap: 0.25rem;
}

.cc_9lb8i3va_footer .liman-footer__kunye-label {
  color: var(--footer-text-muted);
}

.cc_9lb8i3va_footer .liman-footer__kunye-value {
  margin: 0;
  color: var(--footer-text);
  overflow-wrap: anywhere;
}

.cc_9lb8i3va_footer .liman-footer__copyright {
  margin: 0;
  color: var(--footer-text-muted);
}

.cc_9lb8i3va_footer .liman-footer__badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--camsel-radius-sm);
  width: fit-content;
}

.cc_9lb8i3va_footer .liman-footer__badge-logo {
  width: 42px;
  height: auto;
  color: var(--liman-white);
}

.cc_9lb8i3va_footer .liman-footer__badge-text {
  color: var(--liman-white);
  white-space: nowrap;
}

@media (min-width: 660px) {
  .cc_9lb8i3va_footer .liman-footer__columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .cc_9lb8i3va_footer .liman-footer__socials {
    gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .cc_9lb8i3va_footer .liman-footer__wrapper {
    padding-top: 3rem;
  }

  .cc_9lb8i3va_footer .liman-footer__top {
    flex-direction: column;
    gap: 2.5rem;
  }

  .cc_9lb8i3va_footer .liman-footer__brand {
    width: 100%;
    padding-top: 2rem;
    border-top: 1px solid var(--footer-border, rgba(255, 255, 255, 0.12));
  }

  .cc_9lb8i3va_footer .liman-footer__columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .cc_9lb8i3va_footer .liman-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .cc_9lb8i3va_footer .liman-footer__bottom-links {
    flex-basis: 100%;
  }
}

.cc_9lb8i3va_footer .liman-footer__col--stacked {
  gap: 1.75rem;
}

.cc_9lb8i3va_footer .liman-footer__stack-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {

  .cc_9lb8i3va_footer .liman-footer__brand {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
  }

  .cc_9lb8i3va_footer .liman-footer__payment {
    margin-left: auto;
  }
}

.cc_9lb8i3va_footer .liman-footer__newsletter {
  padding: 1.25rem 0;
  border-top: 1px solid var(--liman-gray-200);
  border-bottom: 1px solid var(--liman-gray-200);
  margin-top: 1.25rem;
}

.cc_9lb8i3va_footer .liman-footer .liman-newsletter__title {
  color: var(--liman-white);
}

.cc_9lb8i3va_footer .liman-footer .liman-newsletter__desc, .cc_9lb8i3va_footer .liman-footer .liman-newsletter__consent {
  color: var(--footer-text-muted);
}

.cc_9lb8i3va_footer .liman-footer .liman-newsletter__consent a {
  color: var(--footer-text);
}

.cc_9lb8i3va_footer .liman-footer__cookie-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: inherit;
  text-align: inherit;
}

/* LiveSupport alt bileşeni: components/LiveSupport/styles.css */

.cc_9lb8i3va_footer .liman-newsletter {
  max-width: 26rem;
}

.cc_9lb8i3va_footer .liman-newsletter__title {
  margin: 0 0 0.25rem;
  color: var(--liman-gray-900);
}

.cc_9lb8i3va_footer .liman-newsletter__desc {
  margin: 0 0 0.75rem;
  color: var(--liman-gray-500);
}

.cc_9lb8i3va_footer .liman-newsletter__form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}

.cc_9lb8i3va_footer .liman-newsletter__form > *:first-child {
  width: 100%;
}

.cc_9lb8i3va_footer .liman-newsletter__btn {
  white-space: nowrap;
}

.cc_9lb8i3va_footer .liman-newsletter__consent {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin-top: 0.625rem;
  color: var(--liman-gray-500);
  cursor: pointer;
}

.cc_9lb8i3va_footer .liman-newsletter__consent input {
  margin-top: 0.125rem;
  accent-color: var(--liman-gray-900);
}

@media (min-width: 480px) {
  .cc_9lb8i3va_footer .liman-newsletter__form {
    flex-direction: row;
    align-items: flex-start;
  }

  .cc_9lb8i3va_footer .liman-newsletter__form > *:first-child {
    flex: 1;
  }
}

/* Canlı Destek balonu — Footer içinden tüm sayfalarda sağ altta sabit durur. */
.cc_9lb8i3va_footer .liman-live-support {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: var(--liman-z-overlay);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.875rem;
}

/* --- Tetikleyici (kapalı hâl) --- */
.cc_9lb8i3va_footer .liman-live-support__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.3125rem;
  border: none;
  border-radius: 999px;
  background: var(--camsel-primary);
  color: var(--liman-white);
  cursor: pointer;
  box-shadow: var(--camsel-shadow-lg);
  transition: transform 0.15s ease, background-color 0.15s ease;
}

.cc_9lb8i3va_footer .liman-live-support__trigger:hover {
  background: var(--camsel-primary-dark);
  transform: translateY(-2px);
}

.cc_9lb8i3va_footer .liman-live-support__trigger:focus-visible {
  outline: 2px solid var(--camsel-primary-dark);
  outline-offset: 2px;
}

.cc_9lb8i3va_footer .liman-live-support__trigger-text {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  white-space: nowrap;
}

.cc_9lb8i3va_footer .liman-live-support__trigger-text > :last-child {
  opacity: 0.85;
}

.cc_9lb8i3va_footer .liman-live-support__trigger-icon {
  display: none;
  align-items: center;
  font-size: 1.375rem;
  padding-right: 0.625rem;
  opacity: 0.95;
}

/* --- Avatar --- */
.cc_9lb8i3va_footer .liman-live-support__avatar {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  border-radius: 999px;
}

.cc_9lb8i3va_footer .liman-live-support__avatar--sm {
  width: 3rem;
  height: 3rem;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
}

.cc_9lb8i3va_footer .liman-live-support__avatar--lg {
  width: 3.75rem;
  height: 3.75rem;
  box-shadow: 0 0 0 3px var(--camsel-primary-light);
}

.cc_9lb8i3va_footer .liman-live-support__avatar img, .cc_9lb8i3va_footer .liman-live-support__avatar-art {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
}

/* Saydam PNG ikonlar mavi tetikleyici üstünde de okunsun diye açık zemin. */
.cc_9lb8i3va_footer .liman-live-support__avatar img {
  background: var(--camsel-primary-light);
}

.cc_9lb8i3va_footer .liman-live-support__dot {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  background: var(--liman-success);
  border: 2px solid var(--liman-white);
}

/* Kapalıyken avatarın etrafında yumuşak nabız halkası — dikkat çekici ama rahatsız etmez. */
.cc_9lb8i3va_footer .liman-live-support__trigger .liman-live-support__avatar::before {
  content: "";
  position: absolute;
  inset: -0.25rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  animation: cc_9lb8i3va_footer_liman-live-support-pulse 2.2s ease-out infinite;
  pointer-events: none;
}

.cc_9lb8i3va_footer .liman-live-support__trigger--open .liman-live-support__avatar::before {
  display: none;
}

@keyframes cc_9lb8i3va_footer_liman-live-support-pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

/* --- Mini pop-up kart --- */
.cc_9lb8i3va_footer .liman-live-support__card {
  position: relative;
  width: min(20rem, calc(100vw - 2rem));
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  border-radius: 1rem;
  background: var(--liman-white);
  border: 1px solid var(--camsel-border);
  box-shadow: var(--camsel-shadow-xl);
  transform-origin: bottom right;
  animation: cc_9lb8i3va_footer_liman-live-support-in 0.25s ease-out;
}

.cc_9lb8i3va_footer .liman-live-support__card::after {
  content: "";
  position: absolute;
  right: 1.75rem;
  bottom: -0.5rem;
  width: 1rem;
  height: 1rem;
  background: var(--liman-white);
  border-right: 1px solid var(--camsel-border);
  border-bottom: 1px solid var(--camsel-border);
  transform: rotate(45deg);
}

/* Author display:flex, UA [hidden] kuralını ezer; kapalıyken kartı kesin gizle. */
.cc_9lb8i3va_footer .liman-live-support__card[hidden] {
  display: none;
}

@keyframes cc_9lb8i3va_footer_liman-live-support-in {
  from {
    opacity: 0;
    transform: translateY(0.5rem) scale(0.96);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.cc_9lb8i3va_footer .liman-live-support__close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: var(--liman-gray-100);
  color: var(--liman-gray-700);
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.cc_9lb8i3va_footer .liman-live-support__close:hover {
  background: var(--liman-gray-200);
}

.cc_9lb8i3va_footer .liman-live-support__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-right: 1.75rem;
}

.cc_9lb8i3va_footer .liman-live-support__who {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  min-width: 0;
}

.cc_9lb8i3va_footer .liman-live-support__name {
  margin: 0;
  color: var(--camsel-text);
}

.cc_9lb8i3va_footer .liman-live-support__status {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: var(--liman-success);
}

.cc_9lb8i3va_footer .liman-live-support__status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--liman-success);
  box-shadow: 0 0 0 3px rgba(18, 183, 106, 0.18);
}

.cc_9lb8i3va_footer .liman-live-support__body {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.cc_9lb8i3va_footer .liman-live-support__title {
  margin: 0;
  color: var(--camsel-text);
}

.cc_9lb8i3va_footer .liman-live-support__message {
  margin: 0;
  color: var(--camsel-text-light);
}

.cc_9lb8i3va_footer .liman-live-support__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cc_9lb8i3va_footer .liman-live-support__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.375rem 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: var(--camsel-radius);
  text-decoration: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.cc_9lb8i3va_footer .liman-live-support__btn:hover {
  transform: translateY(-1px);
}

.cc_9lb8i3va_footer .liman-live-support__btn .liman-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
}

.cc_9lb8i3va_footer .liman-live-support__btn--call {
  background: var(--camsel-accent);
  color: var(--liman-white);
}

.cc_9lb8i3va_footer .liman-live-support__btn--call:hover {
  background: var(--camsel-accent-dark);
}

.cc_9lb8i3va_footer .liman-live-support__btn-number {
  opacity: 0.9;
}

.cc_9lb8i3va_footer .liman-live-support__btn--wa {
  background: var(--liman-white);
  color: var(--camsel-text);
  border: 1px solid var(--camsel-border);
}

.cc_9lb8i3va_footer .liman-live-support__btn--wa .liman-icon {
  color: #25d366;
}

.cc_9lb8i3va_footer .liman-live-support__btn--wa:hover {
  background: var(--liman-gray-50);
  border-color: var(--liman-gray-300);
}

.cc_9lb8i3va_footer .liman-live-support__hours {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: var(--camsel-muted);
}

.cc_9lb8i3va_footer .liman-live-support__hours .liman-icon {
  font-size: 0.875rem;
  flex-shrink: 0;
}

/* Mobil: yalnızca avatar ikon, daha kompakt kart, büyük kapatma hedefi */
@media (max-width: 767px) {
  .cc_9lb8i3va_footer .liman-live-support {
    right: 0.75rem;
    bottom: 0.75rem;
    gap: 0.625rem;
  }

  .cc_9lb8i3va_footer .liman-live-support__avatar--sm {
    width: 2.75rem;
    height: 2.75rem;
  }

  .cc_9lb8i3va_footer .liman-live-support__avatar--lg {
    width: 3rem;
    height: 3rem;
  }

  .cc_9lb8i3va_footer .liman-live-support__card {
    width: min(17.5rem, calc(100vw - 1.5rem));
    padding: 1rem;
    gap: 0.625rem;
    border-radius: 0.75rem;
  }

  .cc_9lb8i3va_footer .liman-live-support__close {
    width: 2.25rem;
    height: 2.25rem;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 1rem;
  }

  .cc_9lb8i3va_footer .liman-live-support__head {
    padding-right: 2.25rem;
  }

  .cc_9lb8i3va_footer .liman-live-support__btn {
    padding: 0.625rem 0.875rem;
  }
}

@media (min-width: 768px) {
  .cc_9lb8i3va_footer .liman-live-support {
    right: 1.5rem;
    bottom: 1.5rem;
  }

  .cc_9lb8i3va_footer .liman-live-support__trigger {
    padding: 0.3125rem 0.25rem 0.3125rem 0.3125rem;
  }

  .cc_9lb8i3va_footer .liman-live-support__trigger-text, .cc_9lb8i3va_footer .liman-live-support__trigger-icon {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .cc_9lb8i3va_footer .liman-live-support {
    right: 2rem;
    bottom: 2rem;
  }
}

/* --- Mesai dışı hâli: yeşil yerine gri durum, e-posta butonu birincil --- */
.cc_9lb8i3va_footer .liman-live-support--offline .liman-live-support__dot, .cc_9lb8i3va_footer .liman-live-support--offline .liman-live-support__status-dot {
  background: var(--liman-gray-400);
  box-shadow: none;
}

.cc_9lb8i3va_footer .liman-live-support--offline .liman-live-support__status {
  color: var(--camsel-text-light);
}

.cc_9lb8i3va_footer .liman-live-support--offline .liman-live-support__trigger .liman-live-support__avatar::before {
  display: none;
}

.cc_9lb8i3va_footer .liman-live-support__btn--email {
  background: var(--camsel-primary);
  color: var(--liman-white);
}

.cc_9lb8i3va_footer .liman-live-support__btn--email:hover {
  background: var(--camsel-primary-dark);
}
