/* Cloud, editor, form and reporting feature presentation. */

.mf-cloud-hero {
  min-height: 520px;
  background: var(--mf-navy);
}

.mf-cloud-hero::before {
  display: none;
}

.mf-cloud-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 70px;
  align-items: center;
  padding: 62px 0;
}

.mf-cloud-copy h1 {
  margin: 0 0 24px;
  color: var(--mf-white);
  font-size: 54px;
  line-height: 1.04;
}

.mf-cloud-copy p:not(.mf-kicker) {
  margin: 0;
  color: #dbe6f6;
  font-size: 19px;
}

.mf-cloud-screen {
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.mf-cloud-screen img {
  display: block;
  width: 100%;
}

.mf-report-hero {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  background-color: #e8f5f0;
  background-image: url("https://new.mailfino.com/wp-content/uploads/2026/07/mailfino-reporting-hero-transparent-v2.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 94%;
}

.mf-report-hero::before {
  display: none;
}

.mf-report-hero .mf-cloud-copy {
  position: relative;
  z-index: 2;
  max-width: 540px;
}

.mf-report-hero .mf-cloud-copy h1 {
  color: var(--mf-ink);
}

.mf-report-hero .mf-cloud-copy p:not(.mf-kicker) {
  color: var(--mf-muted);
}

.mf-report-hero .mf-button-secondary {
  border-color: #166a62;
  background: rgba(255, 255, 255, 0.38);
  color: #125b54;
}

.mf-report-layout {
  grid-template-columns: 0.78fr 1.22fr;
  gap: 58px;
}

.mf-report-screen {
  display: none;
}

.mf-report-screen img {
  border-radius: 5px;
}

.mf-report-screen figcaption {
  display: none;
}

.mf-cloud-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--mf-line);
  border-bottom: 1px solid var(--mf-line);
}

.mf-cloud-proof div {
  padding: 34px;
}

.mf-cloud-proof div + div {
  border-left: 1px solid var(--mf-line);
}

.mf-cloud-proof strong {
  display: block;
  margin-bottom: 8px;
  color: var(--mf-ink);
  font-size: 18px;
}

.mf-cloud-proof span {
  color: var(--mf-muted);
}

.mf-cloud-choice {
  display: flex;
  gap: 38px;
  align-items: center;
  justify-content: space-between;
  padding: 34px 40px;
  border: 1px solid var(--mf-line);
  border-radius: 8px;
  background: var(--mf-soft);
}

.mf-cloud-choice h2 {
  margin: 0 0 8px;
  font-size: 28px;
}

.mf-cloud-choice p {
  margin: 0;
  color: var(--mf-muted);
}

.mf-editor-hero {
  min-height: 650px;
  background: var(--mf-soft);
  color: var(--mf-ink);
}

.mf-editor-hero::before {
  display: none;
}

.mf-editor-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 72px;
  align-items: center;
  padding: 78px 0;
}

.mf-editor-copy .mf-kicker {
  color: var(--mf-blue-dark);
}

.mf-editor-copy h1 {
  margin: 0 0 24px;
  color: var(--mf-ink);
  font-size: 56px;
  line-height: 1.03;
}

.mf-editor-copy p:not(.mf-kicker) {
  margin: 0;
  color: var(--mf-muted);
  font-size: 19px;
}

.mf-editor-copy .mf-button-secondary {
  border-color: var(--mf-blue-dark);
  color: var(--mf-blue-dark);
}

.mf-editor-stage {
  margin: 0;
  padding: 16px;
  border: 1px solid var(--mf-line);
  border-radius: 8px;
  background: var(--mf-white);
  box-shadow: var(--mf-shadow);
}

.mf-editor-stage img {
  display: block;
  width: 100%;
}

.mf-form-hero {
  min-height: 650px;
  border-radius: 0;
  background-color: #f9dfda;
  background-image: url("https://new.mailfino.com/wp-content/uploads/2026/07/mailfino-forms-hero-transparent-v3.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 94%;
}

.mf-form-hero::before {
  display: none;
}

.mf-form-hero-layout {
  position: relative;
  z-index: 2;
  display: block;
  padding: 92px 0;
}

.mf-form-hero-copy {
  max-width: 540px;
}

.mf-form-hero-copy h1 {
  margin: 0 0 24px;
  color: var(--mf-ink);
  font-size: 56px;
  line-height: 1.03;
}

.mf-form-hero-copy > p:not(.mf-kicker) {
  margin: 0;
  color: var(--mf-muted);
  font-size: 19px;
}

.mf-form-hero .mf-button-secondary {
  border-color: #ad493d;
  background: rgba(255, 255, 255, 0.32);
  color: #8f3b32;
}

.mf-form-preview {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.mf-form-preview-window {
  overflow: hidden;
  border-radius: 6px;
  background: var(--mf-white);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.mf-form-preview-bar {
  display: flex;
  gap: 7px;
  padding: 12px 15px;
  background: #e8f2ef;
}

.mf-form-preview-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mf-green);
}

.mf-form-preview-body {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  min-height: 390px;
}

.mf-form-preview-aside {
  padding: 34px 28px;
  background: var(--mf-blue);
  color: var(--mf-white);
}

.mf-form-preview-aside strong {
  display: block;
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.15;
}

.mf-form-preview-aside span {
  color: #d7effb;
  font-size: 14px;
  line-height: 1.5;
}

.mf-form-preview-fields {
  display: grid;
  gap: 13px;
  align-content: center;
  padding: 42px;
  color: var(--mf-ink);
}

.mf-form-preview-fields > strong {
  margin-bottom: 4px;
  font-size: 23px;
}

.mf-form-preview-fields > span {
  margin-bottom: 8px;
  color: var(--mf-muted);
  font-size: 13px;
}

.mf-form-preview-input {
  padding: 13px 15px;
  border: 1px solid #cfdad7;
  border-radius: 4px;
  color: #718087;
  font-size: 13px;
}

.mf-form-preview-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--mf-muted);
  font-size: 12px;
  line-height: 1.45;
}

.mf-form-preview-consent::before {
  width: 16px;
  height: 16px;
  border: 1px solid #a9b9b5;
  border-radius: 3px;
  content: "";
}

.mf-form-preview-submit {
  padding: 13px 18px;
  border-radius: 4px;
  background: var(--mf-red);
  color: var(--mf-white);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.mf-form-elements {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--mf-line);
  border-left: 1px solid var(--mf-line);
}

.mf-form-element {
  min-height: 195px;
  padding: 26px;
  border-right: 1px solid var(--mf-line);
  border-bottom: 1px solid var(--mf-line);
  background: var(--mf-white);
}

.mf-form-element-symbol {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 22px;
  object-fit: contain;
}

.mf-card-fa-icon {
  margin: 0 0 22px;
  color: var(--mf-blue-dark);
  font-size: 54px;
  line-height: 1;
  text-align: center;
}

.mf-card-fa-icon i {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

.mf-form-element h3 {
  margin: 0 0 7px;
  font-size: 18px;
}

.mf-form-element p {
  margin: 0;
  color: var(--mf-muted);
  font-size: 14px;
}

.mf-form-field-properties {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
  border-top: 1px solid var(--mf-line);
  border-bottom: 1px solid var(--mf-line);
}

.mf-form-field-properties div {
  padding: 24px;
}

.mf-form-field-properties div + div {
  border-left: 1px solid var(--mf-line);
}

.mf-form-field-properties strong {
  display: block;
  margin-bottom: 6px;
  color: var(--mf-ink);
}

.mf-form-field-properties span {
  color: var(--mf-muted);
  font-size: 14px;
}

.mf-editor-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--mf-line);
  border-bottom: 1px solid var(--mf-line);
}

.mf-editor-proof article {
  padding: 32px 28px;
}

.mf-editor-proof article + article {
  border-left: 1px solid var(--mf-line);
}

.mf-editor-proof strong {
  display: block;
  margin-bottom: 8px;
  color: var(--mf-ink);
  font-size: 17px;
}

.mf-editor-proof span {
  color: var(--mf-muted);
  font-size: 14px;
}

.mf-editor-proof-trust {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mf-editor-elements {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--mf-line);
  border-left: 1px solid var(--mf-line);
}

.mf-editor-element {
  min-height: 238px;
  padding: 28px;
  border-right: 1px solid var(--mf-line);
  border-bottom: 1px solid var(--mf-line);
  background: var(--mf-white);
}

.mf-editor-element-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 78px;
  margin-bottom: 20px;
}

.mf-editor-element-head img {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: cover;
  border: 1px solid #d9e2e0;
  border-radius: 6px;
  background: #fff;
}

.mf-editor-element-head span {
  display: block;
  color: var(--mf-blue);
  font-size: 12px;
  font-weight: 800;
}

.mf-editor-element h3 {
  margin-bottom: 8px;
  font-size: 19px;
}

.mf-editor-element p {
  margin: 0;
  color: var(--mf-muted);
  font-size: 14px;
}

.mf-editor-detail {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 76px;
  align-items: center;
}

.mf-editor-detail-reverse {
  grid-template-columns: 1.08fr 0.92fr;
}

.mf-editor-detail-reverse .mf-editor-detail-copy {
  order: 2;
}

.mf-editor-detail-reverse .mf-editor-shot {
  order: 1;
}

.mf-editor-detail-copy > p:not(.mf-eyebrow) {
  color: var(--mf-muted);
  font-size: 17px;
}

.mf-editor-shot {
  margin: 0;
  padding: 14px;
  border: 1px solid var(--mf-line);
  border-radius: 8px;
  background: var(--mf-white);
  box-shadow: var(--mf-shadow);
}

.mf-editor-shot img,
.mf-editor-shot video {
  display: block;
  width: 100%;
}

.mf-editor-shot video {
  aspect-ratio: 16 / 10;
  background: #eef1f0;
  object-fit: cover;
}

.mf-editor-shot figcaption {
  padding: 12px 4px 0;
  color: var(--mf-muted);
  font-size: 13px;
}

.mf-editor-wide-shot {
  margin: 40px 0 0;
  padding: 14px;
  border: 1px solid var(--mf-line);
  border-radius: 8px;
  background: var(--mf-white);
  box-shadow: var(--mf-shadow);
}

.mf-editor-wide-shot img,
.mf-editor-wide-shot video {
  display: block;
  width: 100%;
}

.mf-editor-wide-shot video {
  aspect-ratio: 16 / 10;
  background: #eef1f0;
  object-fit: cover;
}

.mf-editor-wide-shot figcaption {
  padding: 12px 4px 0;
  color: var(--mf-muted);
  font-size: 13px;
}

.mf-editor-wide-shot-dark {
  border-color: rgba(255, 255, 255, 0.2);
  background: #1b3138;
}

.mf-editor-wide-shot-dark figcaption {
  color: #c9dbd7;
}

.mf-editor-tools {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--mf-line);
  border-bottom: 1px solid var(--mf-line);
}

.mf-editor-tool {
  padding: 30px;
}

.mf-editor-tools-visual .mf-editor-tool {
  min-height: 360px;
}

.mf-editor-tool-icon {
  display: block;
  width: 96px;
  height: 96px;
  margin-bottom: 22px;
  border: 1px solid var(--mf-line);
  border-radius: 8px;
  object-fit: cover;
  background: var(--mf-soft);
}

.mf-editor-tool + .mf-editor-tool {
  border-left: 1px solid var(--mf-line);
}

.mf-editor-tool span {
  display: block;
  margin-bottom: 18px;
  color: var(--mf-red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mf-editor-tool p {
  margin: 0;
  color: var(--mf-muted);
}

.mf-editor-tools-six {
  grid-template-columns: repeat(3, 1fr);
}

.mf-editor-tools-six .mf-editor-tool:nth-child(n + 4) {
  border-top: 1px solid var(--mf-line);
}

.mf-editor-tools-six .mf-editor-tool:nth-child(4) {
  border-left: 0;
}

.mf-editor-tools-four {
  grid-template-columns: repeat(2, 1fr);
}

.mf-editor-tools-four .mf-editor-tool:nth-child(n + 3) {
  border-top: 1px solid var(--mf-line);
}

.mf-editor-tools-four .mf-editor-tool:nth-child(3) {
  border-left: 0;
}

.mf-editor-note {
  margin-top: 30px;
  padding: 22px 24px;
  border-left: 4px solid var(--mf-blue);
  background: #eef5f8;
  color: var(--mf-ink);
}

.mf-editor-note strong {
  display: block;
  margin-bottom: 5px;
}

.mf-editor-routes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--mf-line);
  border-radius: 8px;
  background: var(--mf-white);
}

.mf-editor-routes-three {
  grid-template-columns: repeat(3, 1fr);
}

.mf-editor-route {
  padding: 36px;
}

.mf-editor-route + .mf-editor-route {
  border-left: 1px solid var(--mf-line);
}

.mf-editor-route p {
  color: var(--mf-muted);
}

.mf-feature-rows {
  border-top: 1px solid var(--mf-line);
}

.mf-feature-row {
  display: grid;
  grid-template-columns: 110px 0.72fr 1.28fr;
  gap: 28px;
  padding: 34px 0;
  border-bottom: 1px solid var(--mf-line);
}

.mf-feature-row > span {
  color: var(--mf-red);
  font-size: 13px;
  font-weight: 800;
}

.mf-feature-row h3,
.mf-feature-row p {
  margin: 0;
}

.mf-feature-row p {
  color: var(--mf-muted);
}

.mf-section-dark .mf-feature-row {
  border-color: rgba(255, 255, 255, 0.18);
}

.mf-section-dark .mf-feature-row p {
  color: #c9dbd7;
}

.mf-reporting-flow {
  position: relative;
  margin-top: 54px;
  padding-top: 46px;
  border-top: 0;
}

.mf-reporting-flow::before {
  position: absolute;
  top: 23px;
  right: 12.5%;
  left: 12.5%;
  z-index: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--mf-blue), #56a890 42%, var(--mf-red) 72%, var(--mf-ink));
  content: "";
}

.mf-reporting-flow article {
  position: relative;
  padding-top: 38px;
}

.mf-reporting-flow article::before {
  position: absolute;
  top: -46px;
  left: 28px;
  z-index: 1;
  display: grid;
  width: 46px;
  height: 46px;
  border: 5px solid var(--mf-white);
  border-radius: 50%;
  background: var(--mf-blue);
  color: var(--mf-white);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  content: "01";
  place-items: center;
}

.mf-reporting-flow article:nth-child(2)::before {
  background: #3f917d;
  content: "02";
}

.mf-reporting-flow article:nth-child(3)::before {
  background: var(--mf-red);
  content: "03";
}

.mf-reporting-flow article:nth-child(4)::before {
  background: var(--mf-ink);
  content: "04";
}

.mf-reporting-planning-body,
.mf-reporting-actions-body {
  display: grid;
  gap: 54px;
  align-items: center;
  margin-top: 50px;
}

.mf-reporting-planning-body {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.mf-reporting-actions-body {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.mf-reporting-planning-body .mf-feature-rows,
.mf-reporting-actions-body .mf-feature-rows {
  min-width: 0;
}

.mf-reporting-planning-body .mf-feature-row,
.mf-reporting-actions-body .mf-feature-row {
  grid-template-columns: 82px minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 22px;
}

.mf-reporting-illustration {
  display: grid;
  min-width: 0;
  min-height: 430px;
  margin: 0;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--mf-line);
  border-radius: 8px;
  background: #e9f5f0;
  place-items: center;
}

.mf-section-dark .mf-reporting-illustration {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
}

.mf-reporting-illustration img {
  display: block;
  width: 112%;
  max-width: none;
  max-height: 470px;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(20, 36, 44, 0.12));
}

.mf-reporting-actions-visual img {
  width: 122%;
}

.mf-process-title strong {
  display: flex;
  gap: 10px;
  align-items: center;
}

.mf-process-title i,
