.cc_9w18tgsw_9OLgFpWt5H .newsletter-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter-inner {
  width: 100%;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter {
  width: 100%;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 24px;
  box-shadow:
    0px 0px 0px 1px rgba(var(--alptekin-shadow-color), 0.06),
    0px 1px 1px -0.5px rgba(var(--alptekin-shadow-color), 0.06),
    0px 3px 3px -1.5px rgba(var(--alptekin-shadow-color), 0.06),
    0px 6px 6px -3px rgba(var(--alptekin-shadow-color), 0.06),
    0px 12px 12px -6px rgba(var(--alptekin-shadow-color), 0.06),
    0px 24px 24px -12px rgba(var(--alptekin-shadow-color), 0.06);
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter--center {
  align-items: center;
  justify-content: center;
  padding: 56px 24px;
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__col {
  flex: 1 1 50%;
  min-width: 0;
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__col--text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 40px;
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__col--media {
  position: relative;
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 560px;
  text-align: center;
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__subtitle {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.2px;
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__title {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.2px;
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__description {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: 8px;
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__field {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 6px 6px 18px;
  border: 1px solid var(--alptekin-gray-200);
  border-radius: 40px;
  background: var(--alptekin-white);
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__field:focus-within {
  border-color: var(--alptekin-gray-400);
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__field[data-state="error"] {
  border-color: var(--alptekin-error);
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-family: inherit;
  letter-spacing: -0.2px;
  padding: 10px 0;
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__input::placeholder {
  color: var(--alptekin-gray-400);
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__submit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  padding: 12px 22px;
  border-radius: 40px;
  font-size: 14px;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: -0.32px;
  box-shadow: inset 0px -10px 15px 0px rgba(var(--alptekin-shadow-color), 0.35);
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__submit:disabled {
  cursor: default;
  opacity: 0.7;
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.1px;
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__consent input {
  flex: 0 0 auto;
  margin: 2px 0 0;
  width: 16px;
  height: 16px;
  accent-color: var(--alptekin-gray-900);
  cursor: pointer;
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__error {
  margin: 0;
  width: 100%;
  text-align: left;
  font-size: 12px;
  letter-spacing: -0.1px;
  color: var(--alptekin-error);
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__content--success {
  gap: 12px;
}

.cc_9w18tgsw_9OLgFpWt5H .newsletter__success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--alptekin-success);
  background: var(--alptekin-success-bg);
}

@media (max-width: 768px) {
  .cc_9w18tgsw_9OLgFpWt5H .newsletter {
    flex-direction: column;
  }

  .cc_9w18tgsw_9OLgFpWt5H .newsletter--center {
    padding: 40px 20px;
  }

  .cc_9w18tgsw_9OLgFpWt5H .newsletter__col--media {
    min-height: 260px;
  }

  .cc_9w18tgsw_9OLgFpWt5H .newsletter__col--text {
    padding: 32px 20px;
  }

  .cc_9w18tgsw_9OLgFpWt5H .newsletter__title {
    font-size: 22px;
    letter-spacing: -0.6px;
  }

  .cc_9w18tgsw_9OLgFpWt5H .newsletter__subtitle, .cc_9w18tgsw_9OLgFpWt5H .newsletter__description {
    font-size: 12px;
  }

  .cc_9w18tgsw_9OLgFpWt5H .newsletter__field {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 8px;
    border-radius: 20px;
  }

  .cc_9w18tgsw_9OLgFpWt5H .newsletter__input {
    padding: 10px 12px;
    text-align: left;
  }

  .cc_9w18tgsw_9OLgFpWt5H .newsletter__submit {
    width: 100%;
  }
}
