/*
 * MediRoyal Blog — Full newsletter band.
 * Scoped under body.log-blog-page. CF7 form 5640 keeps its own
 * bl-nl-field, bl-topic-pills and bl-subscribe-btn classes (set in
 * the CF7 form config) — styled here to match the new bl2-nb layout.
 */

.log-blog-page .bl2-newsletter-band {
  background: linear-gradient(155deg, var(--plum-900), var(--plum-800));
  padding: 80px 88px;
  position: relative;
  overflow: hidden;
}

.log-blog-page .bl2-nb-inner {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.log-blog-page .bl2-nb-title {
  font-family: var(--display);
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 14px;
}

.log-blog-page .bl2-nb-title em {
  font-style: italic;
  color: var(--sage-400);
}

.log-blog-page .bl2-nb-desc {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.72;
  max-width: 420px;
}

.log-blog-page .bl2-nb-trust {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.log-blog-page .bl2-nb-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.log-blog-page .bl2-nb-trust-ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(94, 238, 192, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.log-blog-page .bl2-nb-trust-item strong {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 1px;
}

.log-blog-page .bl2-nb-right {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(94, 238, 192, 0.18);
  border-radius: 24px;
  padding: 36px 32px;
}

.log-blog-page .bl2-nb-form-title {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.log-blog-page .bl2-nb-form-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 24px;
}

.log-blog-page .bl2-nb-privacy {
  text-align: center;
  margin-top: 12px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.38);
}

/* CF7 form field styling (bl-nl-* classes come from the CF7 form config) */
.log-blog-page .bl2-cf7-newsletter .bl-nl-field label {
  display: none;
}

.log-blog-page .bl2-cf7-newsletter .bl-nl-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: var(--r-sm);
  padding: 12px 16px;
  font-size: 13.5px;
  font-family: var(--body);
  color: var(--ink-900);
  margin-bottom: 12px;
  outline: none;
}

.log-blog-page .bl2-cf7-newsletter .bl-nl-topics-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
  display: block;
}

.log-blog-page .bl2-cf7-newsletter .bl-nl-topics {
  margin-bottom: 20px;
}

.log-blog-page .bl2-cf7-newsletter .bl-topic-pills .wpcf7-list-item {
  margin: 0 8px 8px 0;
  display: inline-block;
}

.log-blog-page .bl2-cf7-newsletter .bl-topic-pills label {
  padding: 7px 14px;
  border-radius: var(--r-pill);
  border: 1.4px solid rgba(255, 255, 255, 0.2);
  font-size: 11.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.log-blog-page .bl2-cf7-newsletter .bl-subscribe-btn {
  width: 100%;
  background: var(--sage-500);
  color: var(--plum-950);
  font-weight: 700;
  font-size: 14px;
  padding: 14px;
  border-radius: var(--r-pill);
  border: none;
  cursor: pointer;
  font-family: var(--body);
}

.log-blog-page .bl2-cf7-newsletter .bl-subscribe-btn:hover {
  background: var(--sage-400);
}

.log-blog-page .bl2-cf7-newsletter .bl-nl-disclaimer {
  display: none;
}

.log-blog-page .bl2-cf7-newsletter .wpcf7-not-valid-tip {
  color: var(--sage-400);
  font-size: 11px;
  margin-top: -8px;
  margin-bottom: 8px;
}
