.public-about-newsletter,
.public-about-simple-text {
  padding: 0;
}

.public-about-dynamic-root {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #f8fafc;
}

.public-about-section-head {
  text-align: left;
}

.public-about-section-title {
  margin: 0;
}

.public-about-section-subtitle {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.public-about-dynamic-section {
  margin: 0 !important;
  background: var(--about-section-bg, #ffffff);
  color: var(--about-section-text, #111827);
  border: var(--about-section-border, 1px solid #e5e7eb);
  border-radius: 12px !important;
  box-shadow: var(--about-section-shadow, 0 1px 2px rgba(0, 0, 0, 0.06));
  overflow-x: hidden !important;
  overflow-y: visible !important;
  height: auto !important;
  max-height: none !important;
}

.public-about-newsletter__card {
  border: 0;
  border-radius: 14px;
  background: #fcfcfd;
  padding: 10px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px 16px;
  align-items: center;
}

.public-about-newsletter__icon-wrap {
  align-self: start;
}

.public-about-newsletter__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 0;
  background: #f8fafc;
  color: #334155;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.public-about-newsletter__icon svg {
  width: 22px;
  height: 22px;
}

.public-about-newsletter__copy {
  min-width: 0;
}

.public-about-newsletter__heading {
  margin-right: 0;
}

.public-about-newsletter__eyebrow {
  grid-column: 1 / -1;
  display: inline-block;
  margin: 0 0 2px;
  padding: 0;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.public-about-newsletter__title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.5rem, 2vw, 2.15rem);
  line-height: 1.2;
  font-weight: 800;
}

.public-about-newsletter__subtitle {
  margin: 10px 0 0;
  color: #334155;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 70ch;
}

.public-about-newsletter__form {
  margin: 16px 0 0;
}

.public-about-newsletter__form-shell {
  display: flex;
  align-items: stretch;
  border: 0;
  border-radius: 12px;
  background: #ffffff;
  padding: 4px;
  gap: 6px;
}

.public-about-newsletter__input {
  flex: 1 1 auto;
  min-width: 0;
  height: 44px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: #0f172a;
  font-size: 15px;
  line-height: 1;
}

.public-about-newsletter__input::placeholder {
  color: #94a3b8;
}

.public-about-newsletter__input:focus {
  outline: none;
}

.public-about-newsletter__button {
  flex: 0 0 auto;
  height: 44px;
  padding: 0 18px;
  border: 1px solid var(--newsletter-accent, #10b981);
  border-radius: 10px;
  background: var(--newsletter-accent, #10b981);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.public-about-newsletter__button:hover {
  filter: brightness(0.94);
  transform: translateY(-1px);
}

.public-about-newsletter__hint {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.4;
}

.public-about-newsletter__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.public-about-simple-text__card {
  border: 0;
  border-radius: 14px;
  padding: 10px;
}

.public-about-simple-text__card--filled {
  background: #ffffff;
}

.public-about-simple-text__card--plain {
  background: #fcfcfd;
}

.public-about-simple-text__chip {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 12px;
  border-radius: 9999px;
  border: 1px solid #d1d5db;
  background: #f8fafc;
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.public-about-simple-text__title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.75rem, 2.6vw, 2.45rem);
  line-height: 1.2;
  font-weight: 800;
}

.public-about-simple-text__content {
  margin-top: 8px;
  max-width: 72ch;
  color: #334155;
  font-size: 1.05rem;
  line-height: 1.72;
}

.public-about-simple-text__content > :first-child {
  margin-top: 0;
}

.public-about-simple-text__content > :last-child {
  margin-bottom: 0;
}

.public-about-simple-text__content p {
  margin: 0 0 0.9em;
}

.public-about-simple-text__content h1,
.public-about-simple-text__content h2,
.public-about-simple-text__content h3 {
  margin: 1.1em 0 0.45em;
  color: #0f172a;
  line-height: 1.25;
  font-weight: 700;
}

@media (max-width: 960px) {
  .public-about-newsletter__card {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .public-about-newsletter,
  .public-about-simple-text {
    padding: 0;
  }

  .public-about-newsletter__card,
  .public-about-simple-text__card {
    padding: 10px;
    border-radius: 12px;
  }

  .public-about-newsletter__card {
    padding: 10px;
  }

  .public-about-newsletter__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .public-about-newsletter__heading {
    margin-right: 0;
  }

  .public-about-newsletter__eyebrow {
    font-size: 13px;
  }

  .public-about-newsletter__title {
    font-size: clamp(1.35rem, 6vw, 1.85rem);
  }

  .public-about-newsletter__form-shell {
    display: block;
    border-radius: 10px;
    padding: 0;
    gap: 0;
  }

  .public-about-newsletter__input {
    width: 100%;
    border: 0;
    border-radius: 10px;
  }

  .public-about-newsletter__button {
    width: 100%;
    margin-top: 8px;
    border: 1px solid var(--newsletter-accent, #10b981);
    border-radius: 10px;
  }

  .public-about-simple-text__title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .public-about-simple-text__content {
    font-size: 1rem;
  }
}
