/* ===== KAY26 — newsletter band + footer ===== */

/* short newsletter band (navy accent) */
.cc_xzyCtGgJDC_DHahFdNJWW .kbf-nl {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #dde7f3 0, rgba(221, 231, 243, 0) 8.5rem),
    linear-gradient(180deg, rgba(205, 216, 232, 0) 70%, #cdd8e8 100%),
    linear-gradient(120deg, #1b375c 0%, #16304f 100%);
  padding: 9.5rem 1.5rem 5.75rem;
  min-height: 20.5rem;
}


/* image bleeds in from the left, frameless, fades out to the right */
.cc_xzyCtGgJDC_DHahFdNJWW .kbf-nl__media {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 58%;
  -webkit-mask:
    linear-gradient(to right, #000 40%, transparent 92%),
    linear-gradient(to bottom, transparent 0%, #000 24%, #000 60%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask:
    linear-gradient(to right, #000 40%, transparent 92%),
    linear-gradient(to bottom, transparent 0%, #000 24%, #000 60%, transparent 100%);
  mask-composite: intersect;
  background:
    radial-gradient(70% 80% at 28% 30%, rgba(150, 190, 236, 0.5) 0%, rgba(150, 190, 236, 0) 60%),
    radial-gradient(70% 80% at 55% 80%, rgba(233, 148, 178, 0.32) 0%, rgba(233, 148, 178, 0) 60%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.02));
  display: flex;
  align-items: center;
  justify-content: center;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-nl__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-nl__media-label {
  color: rgba(255, 255, 255, 0.38);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  transform: translateX(-30%);
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-nl__inner {
  position: relative;
  z-index: 1;
  max-width: 64rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-nl__content {
  width: 50%;
  min-width: 21rem;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-nl__title {
  margin: 0;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-nl__sub {
  margin: 0.3rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-nl__form {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.1rem;
  max-width: 26rem;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-nl__input {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 8px;
  padding: 0.72rem 0.95rem;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-nl__input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-nl__input:focus {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.16);
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-nl__btn {
  border: none;
  background: #ffffff;
  color: #1b375c;
  border-radius: 8px;
  padding: 0.72rem 1.5rem;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s ease, background 0.2s ease;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-nl__btn:hover {
  background: #e9f0f9;
  transform: translateY(-1px);
}

/* footer (light) */
.cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft {
  /* navy bleeds faintly into the top of the footer, then settles to light */
  background: linear-gradient(180deg, #cdd8e8 0%, #eef1f7 26%, #eef1f7 100%);
  padding: 3.5rem 1.5rem 0;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__inner {
  max-width: 64rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 2.5rem 3rem;
  flex-wrap: wrap;
  padding-bottom: 2.75rem;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__brand {
  max-width: 19rem;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__logo {
  width: 12rem;
  height: auto;
  display: block;
  /* drops the logo's white background while keeping the navy mark crisp */
  mix-blend-mode: multiply;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__tag {
  margin: 1.05rem 0 0;
  color: rgba(27, 55, 92, 0.6);
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__social {
  display: flex;
  gap: 0.7rem;
  margin-top: 1.1rem;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 1px solid var(--kay-silver);
  color: var(--kay-navy);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__social a:hover {
  background: var(--kay-navy);
  color: #ffffff;
  border-color: var(--kay-navy);
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__social svg {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__cols {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__col {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__h {
  margin: 0 0 0.35rem;
  color: #1b375c;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__col a {
  color: rgba(27, 55, 92, 0.7);
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s ease;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__col a:hover {
  color: #1b375c;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__bottom {
  max-width: 64rem;
  margin: 0 auto;
  border-top: 1px solid rgba(27, 55, 92, 0.12);
  padding: 1.3rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__bottom span {
  color: rgba(27, 55, 92, 0.55);
  font-size: 0.8rem;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__credit {
  color: rgba(27, 55, 92, 0.55);
  font-size: 0.8rem;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__credit strong {
  font-weight: 600;
  color: rgba(27, 55, 92, 0.72);
  transition: color 0.2s ease;
}

.cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__credit:hover, .cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__credit:hover strong {
  color: var(--kay-navy);
}

@media (max-width: 640px) {
  .cc_xzyCtGgJDC_DHahFdNJWW .kbf-nl__media {
    display: none;
  }
  .cc_xzyCtGgJDC_DHahFdNJWW .kbf-nl__inner {
    justify-content: stretch;
  }
  .cc_xzyCtGgJDC_DHahFdNJWW .kbf-nl__content {
    width: 100%;
    min-width: 0;
  }
  .cc_xzyCtGgJDC_DHahFdNJWW .kbf-nl__form {
    width: 100%;
    max-width: none;
  }
  .cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__inner {
    flex-direction: column;
    gap: 2rem;
  }
  /* alt bar: mobilde 3'ü ALT ALTA, ortalı */
  .cc_xzyCtGgJDC_DHahFdNJWW .kbf-ft__bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.5rem;
    padding: 1.1rem 0;
  }
}
