/* ── Important CTA — frontend styles ─────────────────── */

.icta-block {
  border-radius: 14px;
  margin: 2.2em 0;
  overflow: hidden;
  font-family: inherit;
  box-shadow: 0 2px 14px rgba(0, 0, 0, .08);
}

/* ── Label badge — shared ─────────────────────────────── */
.icta-label {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .5;
  margin-bottom: 6px;
}

/* ── CTA 1: Expert Block ──────────────────────────────── */
.icta-block--1 {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px 32px;
}
.icta-1__img {
  flex-shrink: 0;
  width: 84px;
  height: 84px;
}
.icta-1__img img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  box-shadow: 0 0 0 3px rgba(255,255,255,.7), 0 2px 8px rgba(0,0,0,.12);
}
.icta-1__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.icta-1__headline {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: inherit;
}
.icta-1__desc {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  opacity: .72;
}

/* ── CTA 2: Mini Nudge ────────────────────────────────── */
.icta-block--2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 26px;
}
.icta-2__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.icta-2__headline {
  font-size: 15px;
  font-weight: 700;
  color: inherit;
}
.icta-2__sub {
  font-size: 13px;
  opacity: .62;
}

/* ── CTA 3: Lead Magnet ───────────────────────────────── */
.icta-block--3 {
  padding: 36px 40px;
}
.icta-3__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 580px;
}
.icta-3__headline {
  font-size: 22px;
  font-weight: 800;
  margin: 0;
  line-height: 1.25;
}
.icta-3__sub {
  font-size: 14px;
  margin: 0;
  opacity: .68;
}
.icta-3__divider {
  border: none;
  height: 1px;
  background: currentColor;
  opacity: .1;
  margin: 4px 0 2px;
}
.icta-3__form {
  margin-top: 4px;
}

/* ── Fluent Forms inside CTA blocks (dark bg) ────────── */
.icta-block .ff-el-form-control {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  color: #fff;
  padding: 12px 16px;
  font-size: 15px;
  transition: border-color .2s, background .2s;
}
.icta-block .ff-el-form-control::placeholder {
  color: rgba(255, 255, 255, .45);
}
.icta-block .ff-el-form-control:focus {
  background: rgba(255, 255, 255, .15);
  border-color: rgba(255, 255, 255, .4);
  outline: none;
}
.icta-block .ff-el-input--label {
  display: none;
}
.icta-block .ff-el-group {
  margin-bottom: 10px;
}
/* Inline layout: fields side by side on desktop */
.icta-block .fluent_form_4,
.icta-block .frm-fluent-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.icta-block .fluent_form_4 fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.icta-block .fluent_form_4 .ff-el-group {
  flex: 1;
  min-width: 140px;
  margin-bottom: 0;
}
.icta-block .ff_submit_btn_wrapper {
  flex: 0 0 auto;
  margin-bottom: 0;
}
.icta-block .ff-btn-submit {
  background: #e22007 !important;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity .15s, transform .1s;
  white-space: nowrap;
}
.icta-block .ff-btn-submit:hover {
  opacity: .87;
  transform: translateY(-1px);
}
/* Success message inside dark CTA */
.icta-block .ff-message-success {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border-radius: 8px;
  padding: 16px;
  border: none;
}
/* Gate form — same dark styles */
.icta-gate .ff-el-form-control {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  color: #fff;
  padding: 12px 16px;
  font-size: 15px;
}
.icta-gate .ff-el-form-control::placeholder {
  color: rgba(255, 255, 255, .45);
}
.icta-gate .ff-el-form-control:focus {
  background: rgba(255, 255, 255, .15);
  border-color: rgba(255, 255, 255, .4);
  outline: none;
}
.icta-gate .ff-el-input--label { display: none; }
.icta-gate .ff-btn-submit {
  background: #e22007 !important;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}

/* ── Shared button ────────────────────────────────────── */
.icta-btn {
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 22px;
  white-space: nowrap;
  transition: opacity .15s, transform .1s;
  flex-shrink: 0;
  align-self: flex-start;
}
.icta-btn:hover {
  opacity: .87;
  transform: translateY(-1px);
}
.icta-btn--sm {
  padding: 9px 18px;
  font-size: 13px;
}

/* ── Mobile ───────────────────────────────────────────── */
@media (max-width: 600px) {
  .icta-block--1 {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 22px;
    gap: 16px;
  }
  .icta-block--2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 22px;
  }
  .icta-block--3 {
    padding: 28px 22px;
  }
  .icta-btn {
    width: 100%;
    text-align: center;
    align-self: stretch;
  }
}
