@font-face {
  font-family: "Zalando Sans SemiExpanded";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("fonts/ZalandoSansSemiExpanded-Variable.woff2") format("woff2");
}

.fm-shell {
  --fm-green-950: #003f35;
  --fm-green-900: #005b4d;
  --fm-green-800: #006b5a;
  --fm-green-50: #eef8f4;
  --fm-red-700: #b8163d;
  --fm-red-600: #cf1746;
  --fm-red-500: #e80042;
  --fm-ink: #12312b;
  --fm-muted: #60716d;
  --fm-line: #dce6e2;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(560px, 1.06fr);
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 91, 77, .035) 1px, transparent 1px),
    linear-gradient(rgba(0, 91, 77, .035) 1px, transparent 1px),
    #f4f8f6;
  background-size: 44px 44px;
  color: var(--fm-ink);
  font-family: "Zalando Sans SemiExpanded", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.fm-shell, .fm-shell * { box-sizing: border-box; }
.fm-shell button, .fm-shell input { font: inherit; }
body.admin-bar .fm-shell { min-height: calc(100svh - 32px); }

.fm-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: calc(100svh - 56px);
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(34px, 4.8vw, 72px) clamp(36px, 6.3vw, 96px);
}

.fm-logo {
  width: clamp(210px, 18vw, 278px);
  height: auto;
  animation: fm-fade-down .65s cubic-bezier(.22, 1, .36, 1) .04s both;
}

.fm-copy-content { max-width: 620px; padding: 40px 0 30px; }

.fm-eyebrow, .fm-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--fm-red-600);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .105em;
  text-transform: uppercase;
}

.fm-copy-content > .fm-eyebrow { animation: fm-fade-up .58s ease-out .12s both; }

.fm-eyebrow b {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: #ffe1e9;
  font-size: .72rem;
}

.fm-copy-content h1 {
  max-width: 610px;
  margin: 24px 0 22px;
  color: var(--fm-green-950);
  font-size: clamp(3.1rem, 5.25vw, 5.75rem);
  font-weight: 780;
  letter-spacing: -.062em;
  line-height: .96;
  animation: fm-fade-up .72s cubic-bezier(.22, 1, .36, 1) .18s both;
}

.fm-copy-content h1 em { color: var(--fm-red-600); font-style: normal; }

.fm-copy-content > p {
  max-width: 560px;
  margin: 0;
  color: #506a64;
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.7;
  animation: fm-fade-up .64s ease-out .27s both;
}

.fm-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; animation: fm-fade-up .64s ease-out .35s both; }
.fm-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(0, 91, 77, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .66);
  color: var(--fm-green-900);
  font-size: .78rem;
  font-weight: 750;
  backdrop-filter: blur(5px);
}
.fm-trust span::before { width: 6px; height: 6px; border-radius: 50%; background: var(--fm-red-500); content: ""; }
.fm-desktop-note {
  display: flex;
  max-width: 510px;
  align-items: center;
  gap: 12px;
  margin: 0 0 48px;
  padding: 14px 18px;
  border: 1px solid rgba(0, 91, 77, .12);
  border-left: 4px solid var(--fm-red-500);
  border-radius: 0 14px 14px 0;
  background: rgba(255, 255, 255, .72);
  color: var(--fm-green-950);
  font-size: .93rem;
  font-weight: 720;
  line-height: 1.5;
  box-shadow: 0 12px 32px rgba(0, 63, 53, .06);
  animation: fm-fade-up .64s ease-out .43s both;
}
.fm-desktop-note::before {
  color: var(--fm-red-600);
  content: "♥";
  font-size: 1rem;
}

.fm-form-panel {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: calc(100svh - 56px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px clamp(32px, 5vw, 82px);
  border-left: 1px solid rgba(0, 91, 77, .1);
  background: rgba(255, 255, 255, .62);
  backdrop-filter: blur(18px);
}

.fm-card {
  --fm-green-950: #003f35;
  --fm-green-900: #005b4d;
  --fm-green-800: #006b5a;
  --fm-green-50: #eef8f4;
  --fm-red-700: #b8163d;
  --fm-red-600: #cf1746;
  --fm-red-500: #e80042;
  --fm-ink: #12312b;
  --fm-muted: #60716d;
  --fm-line: #dce6e2;
  width: min(100%, 680px);
  padding: clamp(32px, 2.8vw, 46px);
  border: 1px solid rgba(0, 91, 77, .12);
  border-radius: 28px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 28px 90px rgba(0, 63, 53, .1), 0 3px 10px rgba(0, 63, 53, .035);
  animation: none;
  color: var(--fm-ink);
  font-family: "Zalando Sans SemiExpanded", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.fm-card h2,
.fm-card p,
.fm-card span,
.fm-card label,
.fm-card input,
.fm-card button,
.fm-card a,
.fm-card small,
.fm-card b {
  font-family: "Zalando Sans SemiExpanded", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.fm-form-heading { margin-bottom: 12px; }
.fm-form-heading h2, .fm-success-view h2 {
  margin: 9px 0 5px;
  color: var(--fm-green-950);
  font-size: clamp(1.85rem, 2.15vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.1;
}
.fm-form-heading p, .fm-success-view p { margin: 0; color: var(--fm-muted); font-size: .9rem; line-height: 1.55; }

.fm-card .fm-form-heading h2,
.fm-card .fm-success-view h2 { color: var(--fm-green-950) !important; font-weight: 600 !important; }
.fm-card .fm-form-heading p,
.fm-card .fm-success-view p { color: var(--fm-muted) !important; }
.fm-card .fm-step { color: var(--fm-red-600) !important; font-weight: 600 !important; }

.fm-field-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 20px; }
.fm-field-full { grid-column: 1 / -1; }
.fm-field-wide { grid-column: span 7; }
.fm-field-narrow { grid-column: span 5; }
.fm-field { display: flex; min-width: 0; flex-direction: column; gap: 9px; }
.fm-field > span { color: #274b43; font-size: .9rem; font-weight: 600; }
.fm-field input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid var(--fm-line);
  border-radius: 12px;
  outline: none;
  background: #fff;
  color: var(--fm-ink);
  font-size: 1rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.fm-card .fm-field > span { color: #274b43 !important; font-weight: 600 !important; }
.fm-card .fm-field input {
  width: 100% !important;
  max-width: none !important;
  border: 1px solid var(--fm-line) !important;
  background: #fff !important;
  background-color: #fff !important;
  color: var(--fm-ink) !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
}
.fm-card .fm-field input::placeholder { color: #96a4a0 !important; opacity: 1; }
.fm-field input:hover { border-color: #bdcec8; }
.fm-card .fm-field input:hover { border-color: #bdcec8 !important; }
.fm-card .fm-field input:focus { border-color: var(--fm-green-800) !important; background: #fff !important; box-shadow: 0 0 0 4px rgba(0, 107, 90, .1) !important; }
.fm-card .fm-field input[aria-invalid="true"] { border-color: var(--fm-red-600) !important; box-shadow: 0 0 0 4px rgba(207, 23, 70, .08) !important; }
.fm-card .fm-field input:-webkit-autofill,
.fm-card .fm-field input:-webkit-autofill:hover,
.fm-card .fm-field input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--fm-ink) !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
.fm-field-error { margin-top: -2px; color: var(--fm-red-600); font-size: .68rem; font-weight: 600; }
.fm-field-error:empty { display: none; }

.fm-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 24px 0 8px;
  color: #657873;
  cursor: pointer;
  font-size: .72rem;
  line-height: 1.42;
}
.fm-consent input { width: 16px; height: 16px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--fm-green-800); }
.fm-consent a { color: var(--fm-green-900); font-weight: 600; text-underline-offset: 2px; }
.fm-consent-error:not(:empty) { display: block; margin: 5px 0 8px 26px; }
.fm-card .fm-consent,
.fm-card .fm-consent span { color: #657873 !important; font-size: .72rem !important; font-weight: 400 !important; }
.fm-card .fm-consent a { color: var(--fm-green-900) !important; font-weight: 600 !important; }

.fm-server-error {
  margin: 9px 0;
  padding: 9px 11px;
  border: 1px solid #f2b9c7;
  border-radius: 10px;
  background: #fff1f4;
  color: #9e1737;
  font-size: .72rem;
  line-height: 1.4;
}

.fm-submit, .fm-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 0;
  border-radius: 13px;
  cursor: pointer;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .045em;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.fm-submit {
  position: relative;
  width: 100%;
  height: 54px;
  margin-top: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--fm-red-500), var(--fm-red-700));
  color: #fff;
  box-shadow: 0 12px 28px rgba(207, 23, 70, .23);
  font-weight: 600;
}
.fm-card .fm-submit {
  display: flex !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 0 20px !important;
  border: 0 !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-align: center !important;
}
.fm-submit .fm-submit-label { font-weight: 600; }
.fm-submit::after {
  position: absolute;
  top: -80%;
  left: -38%;
  width: 24%;
  height: 260%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .28), transparent);
  content: "";
  pointer-events: none;
  transform: rotate(18deg) translateX(-220%);
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}
.fm-submit:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 16px 32px rgba(207, 23, 70, .28); }
.fm-submit:hover::after { transform: rotate(18deg) translateX(720%); }
.fm-submit:disabled { cursor: wait; opacity: .72; }
.fm-footnote, .fm-privacy-note { margin: 16px 0 0; color: #81908d; font-size: .66rem; line-height: 1.4; text-align: center; }
.fm-privacy-note { margin-top: 14px; }
.fm-mobile-brand { display: none; }

.fm-footer {
  position: relative;
  z-index: 8;
  display: flex;
  grid-column: 1 / -1;
  min-height: 56px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: var(--fm-green-950);
  color: rgba(255, 255, 255, .82);
  animation: fm-footer-in .62s ease-out .42s both;
}
.fm-footer-inner {
  display: flex;
  width: min(100% - 48px, 1360px);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
}
.fm-footer p {
  margin: 0;
  font-size: .72rem;
  font-weight: 550;
  line-height: 1.4;
}
.fm-footer img {
  width: 100px;
  height: auto;
  opacity: .78;
}

.fm-success-view { display: flex; min-height: 400px; flex-direction: column; align-items: center; justify-content: center; text-align: center; outline: none; animation: fm-success-in .48s cubic-bezier(.22, 1, .36, 1) both; }
.fm-success-view[hidden], .fm-form-view[hidden] { display: none !important; }
.fm-success-mark {
  display: grid;
  width: 74px;
  height: 74px;
  margin-bottom: 22px;
  place-items: center;
  border: 8px solid var(--fm-green-50);
  border-radius: 50%;
  background: var(--fm-green-800);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(0, 107, 90, .22);
  animation: fm-success-mark .52s cubic-bezier(.34, 1.56, .64, 1) .08s both;
}
.fm-success-view .fm-success-lead { margin-bottom: 11px; color: var(--fm-green-900); font-size: 1.03rem; font-weight: 800; }
.fm-success-view > p:not(.fm-success-lead) { max-width: 410px; }
.fm-secondary { width: auto; min-width: 220px; height: 46px; margin-top: 26px; padding: 0 22px; border: 1px solid var(--fm-line); background: #f8fbfa; color: var(--fm-green-900); }
.fm-secondary:hover { border-color: #b6c9c3; background: var(--fm-green-50); }
.fm-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.fm-ambient { position: absolute; z-index: 0; border-radius: 999px; pointer-events: none; will-change: transform; }
.fm-ambient-one { top: -210px; left: -140px; width: 520px; height: 520px; background: radial-gradient(circle at 65% 62%, rgba(0, 107, 90, .12), rgba(0, 107, 90, 0)); animation: fm-float-one 14s ease-in-out infinite alternate; }
.fm-ambient-two { right: -240px; bottom: -260px; width: 650px; height: 650px; background: radial-gradient(circle at 35% 35%, rgba(232, 0, 66, .09), rgba(232, 0, 66, 0)); animation: fm-float-two 17s ease-in-out infinite alternate; }
.fm-cross { position: absolute; right: 46%; bottom: 8%; z-index: 1; color: rgba(0, 91, 77, .11); font-size: 12rem; font-weight: 200; line-height: 1; transform: rotate(11deg); pointer-events: none; animation: fm-cross-float 11s ease-in-out infinite alternate; }

@keyframes fm-fade-up {
  from { opacity: 0; transform: translate3d(0, 14px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes fm-fade-down {
  from { opacity: 0; transform: translate3d(0, -10px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes fm-card-in {
  from { opacity: 0; transform: translate3d(0, 18px, 0) scale(.985); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes fm-footer-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fm-success-in {
  from { opacity: 0; transform: translate3d(0, 10px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes fm-success-mark {
  from { opacity: 0; transform: scale(.72); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes fm-float-one {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(24px, 18px, 0) scale(1.04); }
}

@keyframes fm-float-two {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-20px, -16px, 0) scale(1.035); }
}

@keyframes fm-cross-float {
  from { transform: translate3d(0, 0, 0) rotate(11deg); }
  to { transform: translate3d(0, -9px, 0) rotate(8deg); }
}

/* Template Elementor nativo — containers e widgets editáveis */
.fm-native-page {
  --fm-green-950: #003f35;
  --fm-green-900: #005b4d;
  --fm-green-800: #006b5a;
  --fm-green-50: #eef8f4;
  --fm-red-700: #b8163d;
  --fm-red-600: #cf1746;
  --fm-red-500: #e80042;
  --fm-ink: #12312b;
  --fm-muted: #60716d;
  --fm-line: #dce6e2;
  position: relative;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 91, 77, .035) 1px, transparent 1px),
    linear-gradient(rgba(0, 91, 77, .035) 1px, transparent 1px),
    #f4f8f6;
  background-size: 44px 44px;
  color: var(--fm-ink, #12312b);
  font-family: "Zalando Sans SemiExpanded", ui-sans-serif, system-ui, sans-serif;
}
.fm-native-page, .fm-native-page * { box-sizing: border-box; }
.fm-native-page,
.fm-native-page *,
.fm-native-page::before,
.fm-native-page::after,
.fm-native-page *::before,
.fm-native-page *::after {
  animation: none !important;
}
.fm-native-page .elementor-element,
.fm-native-page .elementor-invisible,
.fm-native-page .animated {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}
.fm-native-page::before, .fm-native-page::after {
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  content: "";
  pointer-events: none;
  will-change: transform;
}
.fm-native-page::before {
  top: -210px;
  left: -140px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle at 65% 62%, rgba(0, 107, 90, .12), rgba(0, 107, 90, 0));
  animation: fm-float-one 14s ease-in-out infinite alternate;
}
.fm-native-page::after {
  right: -240px;
  bottom: -260px;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle at 35% 35%, rgba(232, 0, 66, .09), rgba(232, 0, 66, 0));
  animation: fm-float-two 17s ease-in-out infinite alternate;
}
.fm-native-main {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  min-height: calc(100svh - 56px);
  flex-direction: row;
}
.fm-native-main::after {
  position: absolute;
  right: 46%;
  bottom: 8%;
  z-index: 0;
  color: rgba(0, 91, 77, .11);
  content: "+";
  font-size: 12rem;
  font-weight: 200;
  line-height: 1;
  pointer-events: none;
  animation: fm-cross-float 11s ease-in-out infinite alternate;
}
.fm-native-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: 46%;
  min-width: 0;
  min-height: calc(100svh - 56px);
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(34px, 4.8vw, 72px) clamp(36px, 6.3vw, 96px);
}
.fm-native-logo { width: auto; max-width: 278px; animation: fm-fade-down .65s cubic-bezier(.22, 1, .36, 1) .04s both; }
.fm-native-logo img { display: block; width: 100%; height: auto; }
.fm-native-content { width: 100%; max-width: 620px; padding: 40px 0 30px; }
.fm-native-eyebrow { animation: fm-fade-up .58s ease-out .12s both; }
.fm-native-eyebrow .elementor-widget-container {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #cf1746;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .105em;
  text-transform: uppercase;
}
.fm-native-eyebrow p { margin: 0; }
.fm-native-heart {
  display: inline-grid;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  place-items: center;
  border-radius: 50%;
  background: #ffe1e9;
  font-size: .72rem;
}
.fm-native-title { max-width: 610px; margin-top: 24px; margin-bottom: 0; animation: fm-fade-up .72s cubic-bezier(.22, 1, .36, 1) .18s both; }
.fm-native-title-accent { max-width: 610px; margin: 0; animation: fm-fade-up .72s cubic-bezier(.22, 1, .36, 1) .22s both; }
.fm-native-title .elementor-heading-title, .fm-native-title-accent .elementor-heading-title {
  margin: 0;
  color: #003f35;
  font-family: "Zalando Sans SemiExpanded", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(3.1rem, 5.25vw, 5.75rem);
  font-weight: 780;
  letter-spacing: -.062em;
  line-height: .96;
}
.fm-native-title-accent .elementor-heading-title { color: #cf1746; }
.fm-native-description { max-width: 560px; margin-top: 22px; animation: fm-fade-up .64s ease-out .27s both; }
.fm-native-description p { margin: 0; color: #506a64; font-size: clamp(1rem, 1.2vw, 1.16rem); line-height: 1.7; }
.fm-native-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; animation: fm-fade-up .64s ease-out .35s both; }
.fm-native-badge { width: auto; }
.fm-native-badge .elementor-widget-container {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(0, 91, 77, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .66);
  color: #005b4d;
  font-size: .78rem;
  font-weight: 750;
  backdrop-filter: blur(5px);
}
.fm-native-badge .elementor-widget-container::before { width: 6px; height: 6px; border-radius: 50%; background: #e80042; content: ""; }
.fm-native-badge p { margin: 0; white-space: nowrap; }
.fm-native-note { max-width: 510px; margin-bottom: 48px; animation: fm-fade-up .64s ease-out .43s both; }
.fm-native-note .elementor-widget-container {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid rgba(0, 91, 77, .12);
  border-left: 4px solid #e80042;
  border-radius: 0 14px 14px 0;
  background: rgba(255, 255, 255, .72);
  color: #003f35;
  font-size: .93rem;
  font-weight: 720;
  line-height: 1.5;
  box-shadow: 0 12px 32px rgba(0, 63, 53, .06);
}
.fm-native-note .elementor-widget-container::before { color: #cf1746; content: "♥"; font-size: 1rem; }
.fm-native-note p { margin: 0; }
.fm-native-form-panel {
  position: relative;
  z-index: 3;
  display: flex;
  width: 54%;
  min-width: 0;
  min-height: calc(100svh - 56px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px clamp(32px, 5vw, 82px);
  border-left: 1px solid rgba(0, 91, 77, .1);
  background: rgba(255, 255, 255, .62);
  backdrop-filter: blur(18px);
}
.fm-native-form-shortcode {
  width: min(100%, 680px);
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}
.fm-native-form-shortcode.elementor-invisible,
.fm-native-form-shortcode.animated {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}
.fm-native-form-shortcode > .elementor-widget-container { width: 100%; }
.fm-native-form-shortcode .fm-card { width: 100%; visibility: visible !important; opacity: 1 !important; animation: none !important; transform: none !important; }

@media (min-width: 1200px) {
  .fm-native-form-shortcode .fm-card {
    width: 680px !important;
    max-width: 680px !important;
    margin-left: calc((100% - 680px) / 2) !important;
  }
}
.fm-native-privacy { margin-top: 14px; }
.fm-native-privacy p { margin: 0; color: #81908d; font-size: .66rem; line-height: 1.4; text-align: center; }
.fm-native-mobile-brand { display: none; }
.fm-native-footer {
  position: relative;
  z-index: 8;
  display: flex;
  width: 100%;
  min-height: 56px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px max(24px, calc((100% - 1360px) / 2));
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: #003f35;
  color: rgba(255, 255, 255, .82);
  animation: none !important;
}
.fm-native-footer-text { width: auto; }
.fm-native-footer-text p { margin: 0; font-size: .72rem; font-weight: 550; line-height: 1.4; }
.fm-native-nonna { width: 100px; opacity: .78; }
.fm-native-nonna img { display: block; width: 100%; height: auto; }

@media (max-width: 1020px) {
  .fm-shell { grid-template-columns: minmax(320px, .8fr) minmax(500px, 1.2fr); }
  .fm-copy { padding-right: 38px; padding-left: 38px; }
  .fm-copy-content h1 { font-size: clamp(2.65rem, 5vw, 4.5rem); }
  .fm-trust { max-width: 360px; }
  .fm-form-panel { padding-right: 32px; padding-left: 32px; }
}

@media (max-width: 840px) {
  .fm-shell { display: flex; min-height: 100svh; flex-direction: column; background-size: 34px 34px; }
  .fm-copy { display: none; }
  .fm-form-panel { width: 100%; min-height: calc(100svh - 54px); padding: 28px 14px; border: 0; background: rgba(244, 248, 246, .76); }
  .fm-mobile-brand { display: flex; width: min(100%, 560px); align-items: center; justify-content: space-between; margin-bottom: 8px; padding: 0 5px; }
  .fm-mobile-brand { animation: fm-fade-down .58s ease-out .04s both; }
  .fm-mobile-brand img { width: 132px; }
  .fm-mobile-brand span { color: var(--fm-red-600); font-size: .64rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
  .fm-card { width: min(100%, 560px); padding: 24px 18px 26px; border-radius: 22px; box-shadow: 0 16px 54px rgba(0, 63, 53, .09); }
  .fm-form-heading { margin-bottom: 18px; }
  .fm-card .fm-form-heading h2 { margin: 6px 0 4px; font-size: 1.58rem; line-height: .98 !important; letter-spacing: -.045em !important; }
  .fm-form-heading p { font-size: .8rem; line-height: 1.5; }
  .fm-step { font-size: .68rem; }
  .fm-field-grid { gap: 17px; }
  .fm-field { gap: 8px; }
  .fm-field > span { font-size: .8rem; }
  .fm-field input { height: 46px; padding: 0 13px; border-radius: 10px; font-size: .9rem; }
  .fm-consent { margin: 18px 0 5px; }
  .fm-card .fm-consent,
  .fm-card .fm-consent span { font-size: .68rem !important; line-height: 1.5 !important; }
  .fm-submit { height: 48px; margin-top: 14px; border-radius: 11px; font-size: .74rem; }
  .fm-footnote { margin-top: 12px; font-size: .61rem; line-height: 1.5; }
  .fm-privacy-note { display: none; }
  .fm-success-view { min-height: 370px; }
  .fm-cross { right: -4%; bottom: -4%; font-size: 9rem; }
  .fm-footer { min-height: 54px; }
  .fm-footer-inner { width: calc(100% - 28px); gap: 14px; }
  .fm-footer p { max-width: 74%; font-size: .6rem; }
  .fm-footer img { width: 84px; }
}

@media (max-width: 520px) {
  .fm-field-grid { grid-template-columns: 1fr; gap: 19px; }
  .fm-field-full,
  .fm-field-wide,
  .fm-field-narrow { grid-column: auto; }
  .fm-form-heading { margin-bottom: 20px; }
  .fm-consent { margin-top: 22px; }
}

@media (max-width: 782px) {
  body.admin-bar .fm-shell { min-height: calc(100svh - 46px); }
}

@media (max-width: 420px) and (max-height: 740px) {
  .fm-form-panel { padding: 22px 10px; }
  .fm-mobile-brand { margin-bottom: 5px; }
  .fm-mobile-brand img { width: 112px; }
  .fm-card { padding: 22px 16px 24px; }
  .fm-form-heading { margin-bottom: 16px; }
  .fm-footer-inner { width: calc(100% - 20px); gap: 8px; }
  .fm-footer p { max-width: 76%; font-size: .54rem; }
  .fm-footer img { width: 72px; }
}

@media (max-width: 1020px) {
  .fm-native-copy { width: 40%; padding-right: 38px; padding-left: 38px; }
  .fm-native-form-panel { width: 60%; padding-right: 32px; padding-left: 32px; }
  .fm-native-title .elementor-heading-title, .fm-native-title-accent .elementor-heading-title { font-size: clamp(2.65rem, 5vw, 4.5rem); }
}

@media (max-width: 840px) {
  .fm-native-main { min-height: auto; flex-direction: column; }
  .fm-native-main::after { right: -4%; bottom: -4%; font-size: 9rem; }
  .fm-native-copy { display: none; }
  .fm-native-form-panel { width: 100%; min-height: calc(100svh - 54px); padding: 28px 14px; border-left: 0; }
  .fm-native-mobile-brand { display: flex; width: min(100%, 560px); flex-direction: row; align-items: center; justify-content: space-between; margin-bottom: 8px; padding: 0 5px; animation: fm-fade-down .58s ease-out .04s both; }
  .fm-native-mobile-logo { width: 132px; }
  .fm-native-mobile-logo img { display: block; width: 100%; height: auto; }
  .fm-native-mobile-label { width: auto; }
  .fm-native-mobile-label .elementor-heading-title { color: #cf1746; font-size: .64rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
  .fm-native-privacy { display: none; }
  .fm-native-footer { min-height: 54px; gap: 14px; padding: 10px 14px; }
  .fm-native-footer-text { max-width: 74%; }
  .fm-native-footer-text p { font-size: .6rem; }
  .fm-native-nonna { width: 84px; }
}

@media (max-width: 420px) and (max-height: 740px) {
  .fm-native-form-panel { padding: 18px 10px; }
  .fm-native-mobile-brand { margin-bottom: 5px; }
  .fm-native-mobile-logo { width: 112px; }
  .fm-native-footer { gap: 8px; padding: 9px 10px; }
  .fm-native-footer-text { max-width: 76%; }
  .fm-native-footer-text p { font-size: .54rem; }
  .fm-native-nonna { width: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  .fm-shell *, .fm-shell *::before, .fm-shell *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
