/* Imported from: ../../sub-components/Accordion/styles.css */
.cc_jtahuabn_AOqqfOMprH .accordion-item {
  border-top: 1px solid var(--pi-color-border, #e5e5e5);
}

.cc_jtahuabn_AOqqfOMprH .accordion-item:last-child {
  border-bottom: 1px solid var(--pi-color-border, #e5e5e5);
}

.cc_jtahuabn_AOqqfOMprH .accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--pi-space-md, 12px);
  padding: var(--pi-space-md, 16px) 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  color: inherit;
}

.cc_jtahuabn_AOqqfOMprH .accordion-title {
  font-size: var(--pi-font-label, 12px);
  font-weight: var(--font-weight-base, 500);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pi-color-text, #1a1a1a);
}

.cc_jtahuabn_AOqqfOMprH .accordion-icon {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  color: var(--pi-color-text, #1a1a1a);
}

.cc_jtahuabn_AOqqfOMprH .accordion-content {
  display: none;
  padding: 0 0 var(--pi-space-lg, 20px);
  font-size: var(--pi-font-body, 14px);
  line-height: 1.6;
  color: var(--pi-color-text, #1a1a1a);
}

.cc_jtahuabn_AOqqfOMprH .accordion-item.is-open .accordion-content {
  display: block;
}

.cc_jtahuabn_AOqqfOMprH .accordion-content p {
  margin: 0 0 10px;
}

/* ---- forceOpenOnDesktop variant ----
   Used by Footer's link-group columns: on desktop this renders as a plain
   always-visible column (no border, no icon, no padding added by the
   accordion chrome) so the desktop layout is pixel-identical to a static
   column. Below the mobile breakpoint it becomes a real collapsible
   accordion with the usual border/icon/open-close behavior. */
.cc_jtahuabn_AOqqfOMprH .accordion-item-force-open-desktop {
  border-top: none;
}

.cc_jtahuabn_AOqqfOMprH .accordion-item-force-open-desktop:last-child {
  border-bottom: none;
}

.cc_jtahuabn_AOqqfOMprH .accordion-item-force-open-desktop .accordion-header {
  padding: 0;
  cursor: default;
}

.cc_jtahuabn_AOqqfOMprH .accordion-item-force-open-desktop .accordion-icon {
  display: none;
}

.cc_jtahuabn_AOqqfOMprH .accordion-item-force-open-desktop .accordion-content {
  display: block;
  padding: 0;
}

@media (max-width: 768px) {
  .cc_jtahuabn_AOqqfOMprH .accordion-item-force-open-desktop {
    border-top: 1px solid var(--pi-color-border, #e5e5e5);
  }

  .cc_jtahuabn_AOqqfOMprH .accordion-item-force-open-desktop:last-child {
    border-bottom: 1px solid var(--pi-color-border, #e5e5e5);
  }

  .cc_jtahuabn_AOqqfOMprH .accordion-item-force-open-desktop .accordion-header {
    padding: var(--pi-space-md, 16px) 0;
    cursor: pointer;
  }

  .cc_jtahuabn_AOqqfOMprH .accordion-item-force-open-desktop .accordion-icon {
    display: block;
  }

  .cc_jtahuabn_AOqqfOMprH .accordion-item-force-open-desktop .accordion-content {
    display: none;
    padding: 0 0 var(--pi-space-lg, 20px);
  }

  .cc_jtahuabn_AOqqfOMprH .accordion-item-force-open-desktop.is-open .accordion-content {
    display: block;
  }
}

/* End import: ../../sub-components/Accordion/styles.css */

.cc_jtahuabn_AOqqfOMprH .footer {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding: 64px 24px 48px;
  font-family: var(--font-family, system-ui, -apple-system, sans-serif);
}

.cc_jtahuabn_AOqqfOMprH .footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1.5fr;
  gap: 32px;
}

.cc_jtahuabn_AOqqfOMprH .footer-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

/* Brand column */

.cc_jtahuabn_AOqqfOMprH .footer-brand {
  font-size: 20px;
  font-weight: var(--font-weight-base, 500);
  letter-spacing: 0.02em;
}

.cc_jtahuabn_AOqqfOMprH .footer-logo-img {
  display: block;
  height: 32px;
  max-width: 160px;
  width: auto;
  object-fit: contain;
}

.cc_jtahuabn_AOqqfOMprH .footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cc_jtahuabn_AOqqfOMprH .footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.15s ease, color 0.15s ease;
}

.cc_jtahuabn_AOqqfOMprH .footer-social-link:hover {
  opacity: 1;
  color: var(--footer-accent, #000000);
}

.cc_jtahuabn_AOqqfOMprH .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}

.cc_jtahuabn_AOqqfOMprH .footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  opacity: 0.8;
  transition: opacity 0.15s ease, color 0.15s ease;
}

.cc_jtahuabn_AOqqfOMprH .footer-contact-link:hover {
  opacity: 1;
  color: var(--footer-accent, #000000);
}

/* Link columns — rendered via the shared Accordion component
   (forceOpenOnDesktop): plain always-open columns on desktop, real
   collapsible accordions on mobile. These overrides keep the desktop
   title typography identical to the previous static column look. */

.cc_jtahuabn_AOqqfOMprH .accordion-item-force-open-desktop {
  min-width: 0;
}

.cc_jtahuabn_AOqqfOMprH .accordion-item-force-open-desktop .accordion-title {
  font-size: 13px;
  letter-spacing: 0.04em;
}

.cc_jtahuabn_AOqqfOMprH .footer-col-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cc_jtahuabn_AOqqfOMprH .footer-link {
  color: inherit;
  opacity: 0.75;
  text-decoration: none;
  font-size: 14px;
  width: fit-content;
  transition: opacity 0.15s ease, color 0.15s ease;
}

.cc_jtahuabn_AOqqfOMprH .footer-link:hover {
  opacity: 1;
  color: var(--footer-accent, #000000);
}

/* Newsletter column */

.cc_jtahuabn_AOqqfOMprH .footer-newsletter-title {
  margin: 0;
  font-size: 15px;
  font-weight: var(--font-weight-base, 500);
  line-height: 1.4;
}

.cc_jtahuabn_AOqqfOMprH .footer-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cc_jtahuabn_AOqqfOMprH .footer-newsletter-input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  font-size: 14px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  background: #ffffff;
  color: #1a1a1a;
  font-family: inherit;
}

.cc_jtahuabn_AOqqfOMprH .footer-newsletter-input:focus {
  outline: none;
  border-color: var(--footer-accent, #000000);
}

/* Border/hover-fill/uppercase come from the shared .cta-button class
   (src/global.css), colored per-instance via --cta-color (set inline from
   the newsletterButtonColor prop); only the full-width override lives
   here. */
.cc_jtahuabn_AOqqfOMprH .footer-newsletter-submit {
  width: 100%;
}

.cc_jtahuabn_AOqqfOMprH .footer-newsletter-error {
  font-size: 12px;
  color: var(--footer-accent, #000000);
}

.cc_jtahuabn_AOqqfOMprH .footer-newsletter-success {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

/* Bottom bar (copyright) */

.cc_jtahuabn_AOqqfOMprH .footer-bottom {
  max-width: 1280px;
  margin: 24px auto 0;
  padding-top: 24px;
  border-top: 1px solid #eeeeee;
  text-align: center;
  font-size: 11px;
  font-weight: var(--font-weight-base, 500);
  letter-spacing: 0.4px;
  color: #9b9b9b;
}

.cc_jtahuabn_AOqqfOMprH .footer-bottom p {
  margin: 0;
}

/* Theme breakpoint: "Tablet/Mobile (1024px)" — stack columns vertically */
@media (max-width: 1024px) {
  .cc_jtahuabn_AOqqfOMprH .footer-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

/* Theme breakpoint: "Tablet/Mobile (768px)" — tighten spacing, center the
   brand/social block, and reorder to: logo+socials -> newsletter ->
   link accordions. Desktop DOM order and alignment are untouched; this
   only takes effect at this breakpoint via flex `order`. */
@media (max-width: 768px) {
  .cc_jtahuabn_AOqqfOMprH .footer {
    padding: 48px 16px 32px;
  }

  .cc_jtahuabn_AOqqfOMprH .footer-inner {
    gap: 32px;
  }

  .cc_jtahuabn_AOqqfOMprH .footer-col-brand {
    order: 1;
    align-items: center;
    text-align: center;
  }

  .cc_jtahuabn_AOqqfOMprH .footer-socials {
    justify-content: center;
  }

  .cc_jtahuabn_AOqqfOMprH .footer-col-newsletter {
    order: 2;
  }

  .cc_jtahuabn_AOqqfOMprH .accordion-item-force-open-desktop {
    order: 3;
  }

  .cc_jtahuabn_AOqqfOMprH .footer-bottom {
    margin-top: 20px;
    padding-top: 20px;
  }
}

/* Above the mobile breakpoint, all 5 grid columns start at the same row
   top, so the DESTEK/MARKA/YASAL and newsletter titles sit right at the
   row edge while the brand column's logo carries its own visual weight —
   making the titles look too close to the logo/social row. Add breathing
   room above just the titles here (not inside the ≤768px query above,
   where Accordion's own mobile header padding — and the column reflow —
   already give it enough separation). */
@media (min-width: calc(768px + 1px)) {
  .cc_jtahuabn_AOqqfOMprH .accordion-item-force-open-desktop .accordion-header {
    padding-top: 16px;
  }

  /* Accordion's own force-open-desktop variant zeroes out .accordion-content's
     padding entirely on desktop (it assumes a plain static column with no
     chrome), which left the title sitting flush against the first link.
     Add the gap back here instead of editing the shared Accordion file. */
  .cc_jtahuabn_AOqqfOMprH .accordion-item-force-open-desktop .accordion-content {
    padding-top: 18px;
  }

  .cc_jtahuabn_AOqqfOMprH .footer-newsletter-title {
    margin-top: 16px;
    margin-bottom: 4px;
  }
}
