/**
 * Fortalhost — E-mail Corporativo (página profissional)
 * Paleta: Navy #0E2A4E | Sky #3795FC | Grow #17BD54 | Pulse #F3B700
 */
.page-id-3848 .fh-mail-page {
  --fh-navy: #0E2A4E;
  --fh-sky: #3795FC;
  --fh-grow: #17BD54;
  --fh-pulse: #F3B700;
  --fh-ink: #1A1D2B;
  --fh-muted: #6B7A8E;
  --fh-line: #E3E8EE;
  --fh-soft: #F4F6FA;
  --fh-navy-wash: #E9EEF4;
  --fh-sky-wash: #E8F3FE;
  --fh-grow-wash: #E7F9EE;
  font-family: inherit;
  color: var(--fh-ink);
  -webkit-font-smoothing: antialiased;
}

.page-id-3848 .fh-mail-page * { box-sizing: border-box; }

.page-id-3848 .fh-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-id-3848 .fh-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(55, 149, 252, 0.28), transparent 32%),
    radial-gradient(circle at 14% 12%, rgba(23, 189, 84, 0.12), transparent 28%),
    linear-gradient(135deg, #0E2A4E 0%, #12345F 52%, #1a4a7a 100%);
  color: #fff;
  padding: 170px 0 56px;
  isolation: isolate;
}

.page-id-3848 .fh-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.04), transparent 40%);
  pointer-events: none;
  z-index: 0;
}

.page-id-3848 .fh-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.page-id-3848 .fh-kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #e8eef5;
}

.page-id-3848 .fh-kicker:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fh-grow);
  box-shadow: 0 0 10px rgba(23, 189, 84, 0.6);
}

.page-id-3848 .fh-hero h1 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.1;
  margin: 0 0 16px;
  font-weight: 800;
  color: #fff;
  max-width: 560px;
  text-wrap: balance;
}

.page-id-3848 .fh-hero p {
  font-size: 17px;
  line-height: 1.65;
  color: #c8d4e3;
  margin: 0 0 26px;
  max-width: 520px;
}

.page-id-3848 .fh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.page-id-3848 .fh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-id-3848 .fh-btn:hover { transform: translateY(-2px); }

.page-id-3848 .fh-btn.primary {
  background: #fff;
  color: var(--fh-navy);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.page-id-3848 .fh-btn.primary:hover {
  background: var(--fh-sky);
  color: #fff;
}

.page-id-3848 .fh-btn.secondary {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.page-id-3848 .fh-btn.secondary:hover { background: rgba(255, 255, 255, 0.15); }

.page-id-3848 .fh-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  max-width: 520px;
}

.page-id-3848 .fh-checks span,
.page-id-3848 .fh-trust span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #e8eef5;
}

.page-id-3848 .fh-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(55, 149, 252, 0.2);
  color: var(--fh-grow);
  font-size: 11px;
  font-style: normal;
  flex: 0 0 20px;
  border: 1px solid rgba(23, 189, 84, 0.35);
}

.page-id-3848 .fh-list .fh-dot { color: var(--fh-grow); }

.page-id-3848 .fh-compare-card:not(.good) .fh-dot {
  color: var(--fh-muted);
  background: var(--fh-soft);
  border-color: var(--fh-line);
}

.page-id-3848 .fh-product { position: relative; min-height: 380px; }

.page-id-3848 .mail-ui {
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
  padding: 16px;
  color: var(--fh-ink);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-id-3848 .fh-product:hover .mail-ui {
  transform: translateY(-4px);
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.32);
}

.page-id-3848 .mail-top { display: flex; gap: 6px; margin-bottom: 12px; }

.page-id-3848 .mail-top i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6b6b;
  display: block;
}

.page-id-3848 .mail-top i:nth-child(2) { background: var(--fh-pulse); }
.page-id-3848 .mail-top i:nth-child(3) { background: var(--fh-grow); }

.page-id-3848 .mail-layout {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
}

.page-id-3848 .mail-side {
  background: var(--fh-soft);
  border-radius: 14px;
  padding: 12px;
  border: 1px solid var(--fh-line);
}

.page-id-3848 .mail-side b {
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  color: var(--fh-navy);
}

.page-id-3848 .mail-side span {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--fh-muted);
  font-size: 12px;
}

.page-id-3848 .mail-side span.active {
  background: #fff;
  color: var(--fh-navy);
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(14, 42, 78, 0.08);
}

.page-id-3848 .mail-main { display: grid; gap: 8px; }

.page-id-3848 .mail-row {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--fh-line);
  border-radius: 12px;
  background: #fff;
}

.page-id-3848 .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fh-navy), var(--fh-sky));
}

.page-id-3848 .mail-row b { font-size: 13px; }
.page-id-3848 .mail-row small { color: var(--fh-muted); font-size: 11px; }

.page-id-3848 .float-card {
  position: absolute;
  background: #fff;
  color: var(--fh-ink);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 12px 32px rgba(14, 42, 78, 0.14);
  border: 1px solid var(--fh-line);
}

.page-id-3848 .float-card.one { right: -8px; top: 40px; }
.page-id-3848 .float-card.two { left: -12px; bottom: 48px; }
.page-id-3848 .float-card b { display: block; font-size: 14px; color: var(--fh-navy); }
.page-id-3848 .float-card small { color: var(--fh-muted); font-size: 12px; }

.page-id-3848 .fh-trustbar {
  background: #fff;
  padding: 16px 0;
  border-bottom: 1px solid var(--fh-line);
}

.page-id-3848 .fh-trust {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.page-id-3848 .fh-trust span {
  justify-content: center;
  color: var(--fh-ink);
  background: var(--fh-soft);
  border: 1px solid var(--fh-line);
  border-radius: 12px;
  padding: 10px 8px;
  font-size: 12px;
}

.page-id-3848 .fh-trust .fh-dot {
  background: rgba(23, 189, 84, 0.12);
  color: var(--fh-grow);
  border-color: rgba(23, 189, 84, 0.25);
}

.page-id-3848 .fh-section { padding: 72px 0; }
.page-id-3848 .fh-section.alt { background: var(--fh-soft); }

.page-id-3848 .fh-head {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.page-id-3848 .fh-eyebrow {
  color: var(--fh-sky);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-id-3848 .fh-head h2,
.page-id-3848 .fh-enterprise h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.15;
  margin: 0 0 12px;
  color: var(--fh-ink);
  font-weight: 800;
  text-wrap: balance;
}

.page-id-3848 .fh-head p {
  color: var(--fh-muted);
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}

.page-id-3848 .fh-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.page-id-3848 .fh-card {
  background: #fff;
  border: 1px solid var(--fh-line);
  border-radius: 16px;
  padding: 24px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.page-id-3848 .fh-card:hover {
  transform: translateY(-4px);
  border-color: rgba(55, 149, 252, 0.35);
  box-shadow: 0 16px 40px rgba(14, 42, 78, 0.08);
}

.page-id-3848 .fh-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--fh-sky-wash);
  display: grid;
  place-items: center;
  color: var(--fh-sky);
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 14px;
  border: 1px solid rgba(55, 149, 252, 0.15);
}

.page-id-3848 .fh-card h3 {
  font-size: 17px;
  margin: 0 0 8px;
  color: var(--fh-ink);
  font-weight: 700;
}

.page-id-3848 .fh-card p {
  margin: 0;
  color: var(--fh-muted);
  line-height: 1.55;
  font-size: 15px;
}

.page-id-3848 .fh-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.page-id-3848 .fh-compare-card {
  background: #fff;
  border: 1px solid var(--fh-line);
  border-radius: 20px;
  padding: 28px;
}

.page-id-3848 .fh-compare-card.good {
  position: relative;
  background: linear-gradient(180deg, #fff, var(--fh-sky-wash));
  border: 2px solid var(--fh-sky);
  box-shadow: 0 20px 48px rgba(55, 149, 252, 0.12);
}

.page-id-3848 .fh-compare-card.good:before {
  content: "Recomendado";
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--fh-grow);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
}

.page-id-3848 .fh-compare-card h3 {
  font-size: 1.2rem;
  margin: 0 0 16px;
  font-weight: 800;
  color: var(--fh-ink);
}

.page-id-3848 .fh-list { display: grid; gap: 10px; }

.page-id-3848 .fh-list span {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--fh-muted);
  line-height: 1.5;
  font-size: 15px;
}

.page-id-3848 .fh-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.page-id-3848 .fh-plan {
  position: relative;
  background: var(--fh-navy-wash);
  border: 1px solid var(--fh-line);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.page-id-3848 .fh-plans .fh-plan:nth-child(2) { background: var(--fh-sky-wash); }
.page-id-3848 .fh-plans .fh-plan:nth-child(3) { background: var(--fh-grow-wash); }

.page-id-3848 .fh-plan:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(14, 42, 78, 0.1);
}

.page-id-3848 .fh-plan.popular {
  border: 2px solid var(--fh-sky);
  box-shadow: 0 24px 56px rgba(55, 149, 252, 0.15);
  transform: translateY(-6px);
}

.page-id-3848 .badge {
  position: absolute;
  right: 20px;
  top: 18px;
  background: var(--fh-grow);
  color: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 800;
}

.page-id-3848 .fh-plan h3 {
  font-size: 1.25rem;
  margin: 0 0 8px;
  font-weight: 800;
  color: var(--fh-ink);
}

.page-id-3848 .fh-plan > p {
  font-size: 14px;
  color: var(--fh-muted);
  margin: 0 0 12px;
  min-height: 42px;
}

.page-id-3848 .fh-price {
  font-size: 2rem;
  font-weight: 800;
  color: var(--fh-ink);
  margin: 8px 0;
}

.page-id-3848 .fh-plan .fh-btn {
  width: 100%;
  background: var(--fh-navy);
  color: #fff;
  margin: 12px 0 16px;
}

.page-id-3848 .fh-plan .fh-btn:hover {
  background: var(--fh-sky);
  color: #fff;
}

.page-id-3848 .fh-plan .fh-list { flex: 1; }
.page-id-3848 .fh-plan .fh-list span { font-size: 14px; }

.page-id-3848 .fh-mini {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.page-id-3848 .fh-mini .fh-card { text-align: center; padding: 20px 12px; }
.page-id-3848 .fh-mini .fh-ico { margin-left: auto; margin-right: auto; background: #fff; }
.page-id-3848 .fh-mini .fh-logo-real { width: 28px; height: 28px; object-fit: contain; }
.page-id-3848 .fh-mini .fh-protocol-badge { font-size: 10px; font-weight: 800; color: var(--fh-navy); line-height: 1.2; }
.page-id-3848 .fh-mini .fh-card h3 { font-size: 14px; margin: 0; }

.page-id-3848 .fh-enterprise.fh-enterprise-showcase {
  display: block;
  padding: 40px;
  background: #fff;
  border: 1px solid var(--fh-line);
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(14, 42, 78, 0.06);
}

.page-id-3848 .fh-enterprise-copy {
  max-width: 800px;
  margin: 0 auto 32px;
  text-align: center;
}

.page-id-3848 .fh-enterprise-copy .fh-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
  margin: 20px auto 0;
  text-align: left;
}

.page-id-3848 .fh-enterprise-copy > p {
  color: var(--fh-muted);
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 22px;
}

.page-id-3848 .fh-mock-large {
  position: relative;
  background:
    radial-gradient(circle at 80% 0%, rgba(55, 149, 252, 0.25), transparent 30%),
    linear-gradient(135deg, #0E2A4E, #12345F 60%, #1a5080);
  border-radius: 24px;
  padding: 28px;
  color: #fff;
  box-shadow: 0 24px 64px rgba(14, 42, 78, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-id-3848 .fh-mock-large h3 {
  color: #fff;
  margin: 0 0 20px;
  font-size: 1.5rem;
  font-weight: 800;
}

.page-id-3848 .fh-da-panel { background: #f6f8fc; border-radius: 16px; overflow: hidden; color: var(--fh-ink); }

.page-id-3848 .fh-da-top {
  height: 52px;
  background: var(--fh-navy);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  color: #fff;
}

.page-id-3848 .fh-da-logo { font-weight: 800; font-size: 15px; }

.page-id-3848 .fh-da-search {
  height: 30px;
  min-width: 180px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 11px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #c8d4e3;
}

.page-id-3848 .fh-da-body {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 12px;
  padding: 12px;
}

.page-id-3848 .fh-da-section {
  background: #fff;
  border: 1px solid var(--fh-line);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.page-id-3848 .fh-da-title {
  background: var(--fh-navy);
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 10px 12px;
}

.page-id-3848 .fh-da-icons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 14px;
}

.page-id-3848 .fh-da-item { text-align: center; font-size: 10px; color: var(--fh-muted); }

.page-id-3848 .fh-da-item i {
  width: 36px;
  height: 36px;
  margin: 0 auto 6px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--fh-sky-wash);
  color: var(--fh-sky);
  font-style: normal;
  border: 1px solid rgba(55, 149, 252, 0.2);
}

.page-id-3848 .fh-da-item svg {
  width: 18px;
  height: 18px;
  stroke: var(--fh-sky);
  fill: none;
  stroke-width: 2;
}

.page-id-3848 .fh-da-side { display: grid; gap: 10px; }
.page-id-3848 .fh-da-stat { background: #fff; border: 1px solid var(--fh-line); border-radius: 10px; padding: 11px; }
.page-id-3848 .fh-da-stat b { display: block; font-size: 13px; margin-bottom: 4px; }
.page-id-3848 .fh-da-stat small { color: var(--fh-muted); }
.page-id-3848 .fh-da-bar { height: 5px; border-radius: 999px; background: #e8ebf1; margin-top: 10px; overflow: hidden; }
.page-id-3848 .fh-da-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--fh-grow), var(--fh-sky)); border-radius: 999px; }

.page-id-3848 .fh-da-float {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #fff;
  border: 1px solid var(--fh-line);
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 12px 32px rgba(14, 42, 78, 0.12);
  font-size: 12px;
}

.page-id-3848 .fh-da-float b { color: var(--fh-navy); }

.page-id-3848 .fh-faq { max-width: 800px; margin: 0 auto; display: grid; gap: 10px; }

.page-id-3848 .fh-faq details {
  background: #fff;
  border: 1px solid var(--fh-line);
  border-radius: 14px;
  padding: 18px 20px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-id-3848 .fh-faq details[open] {
  border-color: rgba(55, 149, 252, 0.35);
  box-shadow: 0 8px 24px rgba(14, 42, 78, 0.06);
}

.page-id-3848 .fh-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--fh-ink);
  font-size: 16px;
  list-style: none;
}

.page-id-3848 .fh-faq summary::-webkit-details-marker { display: none; }

.page-id-3848 .fh-faq p {
  margin: 12px 0 0;
  color: var(--fh-muted);
  line-height: 1.6;
  font-size: 15px;
}

.page-id-3848 .fh-final {
  background:
    radial-gradient(circle at 12% 20%, rgba(23, 189, 84, 0.18), transparent 28%),
    radial-gradient(circle at 85% 0%, rgba(55, 149, 252, 0.28), transparent 32%),
    linear-gradient(135deg, #0E2A4E, #12345F 55%, #1a5080);
  color: #fff;
  border-radius: 24px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  box-shadow: 0 24px 64px rgba(14, 42, 78, 0.2);
}

.page-id-3848 .fh-final h2 {
  color: #fff;
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
}

.page-id-3848 .fh-final p { color: #c8d4e3; margin: 0; font-size: 17px; }
.page-id-3848 .fh-final .fh-btn.primary { background: #fff; color: var(--fh-navy); }
.page-id-3848 .fh-final .fh-btn.primary:hover { background: var(--fh-sky); color: #fff; }
.page-id-3848 .fh-final .fh-actions { margin: 0; }

.page-id-3848 .breadcrumb__area { display: none !important; }

@media (max-width: 900px) {
  .page-id-3848 .fh-hero { padding: 140px 0 44px; }
  .page-id-3848 .fh-hero-grid,
  .page-id-3848 .fh-final,
  .page-id-3848 .fh-compare { grid-template-columns: 1fr; }
  .page-id-3848 .fh-grid,
  .page-id-3848 .fh-plans,
  .page-id-3848 .fh-mini,
  .page-id-3848 .fh-trust { grid-template-columns: 1fr 1fr; }
  .page-id-3848 .fh-plan.popular { transform: none; }
  .page-id-3848 .float-card { position: static; margin-top: 12px; }
  .page-id-3848 .fh-enterprise-copy .fh-list { grid-template-columns: 1fr; }
  .page-id-3848 .fh-da-body { grid-template-columns: 1fr; }
  .page-id-3848 .fh-da-icons { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
  .page-id-3848 .fh-hero { padding: 120px 0 32px; }
  .page-id-3848 .fh-checks,
  .page-id-3848 .fh-trust,
  .page-id-3848 .fh-grid,
  .page-id-3848 .fh-plans,
  .page-id-3848 .fh-mini,
  .page-id-3848 .fh-compare { grid-template-columns: 1fr; }
  .page-id-3848 .fh-section { padding: 52px 0; }
  .page-id-3848 .mail-layout { grid-template-columns: 1fr; }
  .page-id-3848 .fh-final { padding: 32px 24px; }
  .page-id-3848 .fh-actions .fh-btn { width: 100%; }
}

/* Como funciona — 3 passos */
.page-id-3848 .fh-steps-section {
  padding-top: 56px;
  padding-bottom: 56px;
  background: var(--fh-soft);
}

.page-id-3848 .fh-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.page-id-3848 .fh-step {
  background: #fff;
  border: 1px solid var(--fh-line);
  border-radius: 16px;
  padding: 28px 24px;
  position: relative;
}

.page-id-3848 .fh-step-num {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--fh-navy);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 16px;
}

.page-id-3848 .fh-step h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--fh-ink);
}

.page-id-3848 .fh-step p {
  margin: 0;
  color: var(--fh-muted);
  font-size: 15px;
  line-height: 1.55;
}

/* Tabela comparativa de planos */
.page-id-3848 .fh-plan-table-wrap {
  margin-top: 48px;
}

.page-id-3848 .fh-head-left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.page-id-3848 .fh-table-scroll {
  overflow-x: auto;
  border: 1px solid var(--fh-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(14, 42, 78, 0.06);
}

.page-id-3848 .fh-plan-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.page-id-3848 .fh-plan-table th,
.page-id-3848 .fh-plan-table td {
  padding: 14px 18px;
  text-align: center;
  border-bottom: 1px solid var(--fh-line);
  font-size: 14px;
}

.page-id-3848 .fh-plan-table th:first-child,
.page-id-3848 .fh-plan-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--fh-ink);
}

.page-id-3848 .fh-plan-table thead th {
  background: var(--fh-soft);
  font-weight: 800;
  color: var(--fh-navy);
  font-size: 15px;
}

.page-id-3848 .fh-plan-table tbody tr:last-child td {
  border-bottom: none;
}

.page-id-3848 .fh-plan-table tbody tr:hover td {
  background: rgba(244, 246, 250, 0.6);
}

.page-id-3848 .fh-col-featured {
  background: var(--fh-sky-wash);
}

.page-id-3848 .fh-plan-table thead .fh-col-featured {
  background: var(--fh-sky);
  color: #fff;
}

.page-id-3848 .fh-table-yes {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(23, 189, 84, 0.12);
  color: var(--fh-grow);
  font-weight: 800;
  font-size: 13px;
}

/* Migração gratuita */
.page-id-3848 .fh-migration-section {
  padding-top: 0;
}

.page-id-3848 .fh-migration {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  background: linear-gradient(135deg, var(--fh-navy-wash), var(--fh-sky-wash));
  border: 1px solid var(--fh-line);
  border-radius: 20px;
  padding: 36px 40px;
  box-shadow: 0 16px 40px rgba(14, 42, 78, 0.08);
}

.page-id-3848 .fh-migration-copy h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 800;
  margin: 0 0 12px;
  color: var(--fh-ink);
}

.page-id-3848 .fh-migration-copy > p {
  color: var(--fh-muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 18px;
  max-width: 620px;
}

.page-id-3848 .fh-migration-list {
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}

.page-id-3848 .fh-migration-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 200px;
}

.page-id-3848 .fh-btn.fh-btn-dark {
  background: var(--fh-navy);
  color: #fff;
  text-align: center;
}

.page-id-3848 .fh-btn.fh-btn-dark:hover {
  background: var(--fh-sky);
  color: #fff;
}

.page-id-3848 .fh-btn.fh-btn-outline {
  background: #fff;
  color: var(--fh-navy);
  border: 1px solid var(--fh-line);
  text-align: center;
}

.page-id-3848 .fh-btn.fh-btn-outline:hover {
  border-color: var(--fh-sky);
  color: var(--fh-sky);
}

@media (max-width: 900px) {
  .page-id-3848 .fh-steps { grid-template-columns: 1fr; }
  .page-id-3848 .fh-migration { grid-template-columns: 1fr; }
  .page-id-3848 .fh-migration-actions { flex-direction: row; flex-wrap: wrap; }
  .page-id-3848 .fh-migration-list { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .page-id-3848 .fh-migration { padding: 28px 22px; }
  .page-id-3848 .fh-migration-actions { flex-direction: column; }
  .page-id-3848 .fh-migration-actions .fh-btn { width: 100%; }
}

/* Demonstração animada — visual profissional Fortalhost */
.page-id-3848 .fh-tutorial-section {
  background: #fff;
  border: none;
  padding: 72px 0;
}

.page-id-3848 .fh-tutorial-section .fh-head h2 {
  text-wrap: nowrap;
  white-space: nowrap;
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  letter-spacing: -0.01em;
}

@media (max-width: 768px) {
  .page-id-3848 .fh-tutorial-section .fh-head h2 {
    white-space: normal;
    text-wrap: balance;
    font-size: clamp(1.35rem, 5vw, 1.75rem);
  }
}

.page-id-3848 .fh-tutorial-shell {
  border: 1px solid var(--fh-line);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 48px rgba(14, 42, 78, 0.07);
}

.page-id-3848 .fh-tutorial-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 18px 22px;
  background: linear-gradient(180deg, var(--fh-soft), #fff);
  border-bottom: 1px solid var(--fh-line);
}

.page-id-3848 .fh-tutorial-tabs {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  background: var(--fh-soft);
  border: 1px solid var(--fh-line);
  border-radius: 12px;
  margin: 0;
}

.page-id-3848 .fh-tutorial-tab {
  border: none;
  background: transparent;
  color: var(--fh-muted);
  font-weight: 700;
  font-size: 13px;
  padding: 10px 16px;
  border-radius: 9px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.page-id-3848 .fh-tutorial-tab.is-active {
  background: #fff;
  color: var(--fh-navy);
  box-shadow: 0 2px 8px rgba(14, 42, 78, 0.08);
}

.page-id-3848 .fh-tutorial-tab:hover:not(.is-active) {
  color: var(--fh-navy);
}

.page-id-3848 .fh-tutorial-badge {
  font-size: 12px;
  font-weight: 700;
  color: var(--fh-muted);
  letter-spacing: .02em;
}

.page-id-3848 .fh-tutorial-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0;
  align-items: stretch;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.page-id-3848 .fh-tutorial-main {
  min-width: 0;
  border-right: 1px solid var(--fh-line);
}

.page-id-3848 .fh-tutorial-player {
  background: var(--fh-soft);
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  border: none;
}

.page-id-3848 .fh-tutorial-chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 18px;
  background: linear-gradient(135deg, var(--fh-navy) 0%, #12345F 100%);
  border-bottom: none;
}

.page-id-3848 .fh-tutorial-brand {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,.95);
  letter-spacing: .01em;
}

.page-id-3848 .fh-tutorial-live {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.82);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
}

.page-id-3848 .fh-tutorial-live::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fh-grow);
  box-shadow: 0 0 0 3px rgba(23,189,84,.22);
  animation: fh-pulse-dot 1.8s ease infinite;
}

@keyframes fh-pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: .55; }
}

.page-id-3848 .fh-tutorial-viewport {
  position: relative;
  aspect-ratio: 16 / 10;
  background: linear-gradient(180deg, #eef2f7 0%, var(--fh-soft) 100%);
}

.page-id-3848 .fh-tutorial-track {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.page-id-3848 .fh-tutorial-track.is-active {
  opacity: 1;
  pointer-events: auto;
}

.page-id-3848 .fh-tutorial-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 32px 56px;
  opacity: 0;
  animation: fh-slide-cycle 48s infinite;
}

.page-id-3848 .fh-tutorial-track.is-active .fh-tutorial-slide:nth-child(1) { animation-delay: 0s; }
.page-id-3848 .fh-tutorial-track.is-active .fh-tutorial-slide:nth-child(2) { animation-delay: 12s; }
.page-id-3848 .fh-tutorial-track.is-active .fh-tutorial-slide:nth-child(3) { animation-delay: 24s; }
.page-id-3848 .fh-tutorial-track.is-active .fh-tutorial-slide:nth-child(4) { animation-delay: 36s; }

@keyframes fh-slide-cycle {
  0%, 22% { opacity: 1; transform: translateY(0); }
  25%, 97% { opacity: 0; transform: translateY(6px); }
  100% { opacity: 1; transform: translateY(0); }
}

.page-id-3848 .fh-tutorial-slide > img {
  width: min(100%, 520px);
  max-height: calc(100% - 44px);
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--fh-line);
  box-shadow: 0 10px 28px rgba(14, 42, 78, 0.08);
}

.page-id-3848 .fh-tutorial-caption {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  color: var(--fh-navy);
  font-weight: 700;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--fh-line);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(14, 42, 78, 0.06);
  white-space: nowrap;
}

.page-id-3848 .fh-tutorial-caption strong {
  color: var(--fh-sky);
}

.page-id-3848 .fh-mock {
  width: min(100%, 460px);
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--fh-line);
  box-shadow: 0 12px 32px rgba(14, 42, 78, 0.1);
}

.page-id-3848 .fh-mock-bar {
  background: linear-gradient(90deg, #0078d4, #005a9e);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 10px 14px;
}

.page-id-3848 .fh-mock-body {
  flex: 1;
  display: grid;
  place-content: center;
  gap: 10px;
  padding: 28px 24px;
  text-align: center;
  color: var(--fh-muted);
  font-size: 14px;
  min-height: 180px;
}

.page-id-3848 .fh-mock-btn {
  display: inline-block;
  background: var(--fh-sky);
  color: #fff;
  font-weight: 700;
  padding: 11px 18px;
  border-radius: 8px;
  font-size: 13px;
}

.page-id-3848 .fh-mock-form {
  padding: 26px 24px;
  justify-content: center;
  gap: 8px;
  min-height: 220px;
}

.page-id-3848 .fh-mock-form label {
  font-size: 11px;
  font-weight: 800;
  color: var(--fh-muted);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.page-id-3848 .fh-mock-input {
  border: 1px solid var(--fh-line);
  border-radius: 8px;
  padding: 11px 13px;
  font-size: 14px;
  font-weight: 600;
  color: var(--fh-ink);
  min-height: 44px;
  background: var(--fh-soft);
}

.page-id-3848 .fh-mock-input.fh-typing {
  border-color: var(--fh-sky);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(55,149,252,.12);
}

.page-id-3848 .fh-mock-input.fh-masked {
  letter-spacing: 2px;
}

.page-id-3848 .fh-mock-success {
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 30px 24px;
  min-height: 220px;
}

.page-id-3848 .fh-mock-check {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--fh-grow-wash);
  color: var(--fh-grow);
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 800;
}

.page-id-3848 .fh-mock-success h4 {
  margin: 0;
  font-size: 18px;
  color: var(--fh-ink);
}

.page-id-3848 .fh-mock-success p {
  margin: 0;
  font-weight: 700;
  color: var(--fh-navy);
  font-size: 14px;
}

.page-id-3848 .fh-mock-success span {
  font-size: 12px;
  color: var(--fh-muted);
}

.page-id-3848 .fh-mock-panel {
  flex-direction: row;
  min-height: 220px;
}

.page-id-3848 .fh-mock-sidebar {
  width: 36%;
  background: var(--fh-navy);
  color: #fff;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
}

.page-id-3848 .fh-mock-sidebar span {
  padding: 7px 9px;
  border-radius: 6px;
  opacity: .72;
}

.page-id-3848 .fh-mock-sidebar span.active {
  background: rgba(55,149,252,.22);
  opacity: 1;
}

.page-id-3848 .fh-mock-main {
  flex: 1;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.page-id-3848 .fh-mock-main h4 {
  margin: 0;
  color: var(--fh-ink);
  font-size: 15px;
}

.page-id-3848 .fh-mock-main p {
  margin: 0;
  font-size: 13px;
  color: var(--fh-muted);
  line-height: 1.5;
}

.page-id-3848 .fh-mock-action {
  align-self: flex-start;
  background: var(--fh-sky);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 9px 12px;
  font-weight: 700;
  font-size: 12px;
}

.page-id-3848 .fh-mock-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  color: var(--fh-muted);
}

.page-id-3848 .fh-mock-panel-form .fh-mock-domain {
  font-size: 13px;
  font-weight: 700;
  color: var(--fh-navy);
  margin-bottom: 6px;
}

.page-id-3848 .fh-mock-submit {
  margin-top: 6px;
  background: var(--fh-navy);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 11px;
  font-weight: 800;
  font-size: 13px;
}

.page-id-3848 .fh-tutorial-progress {
  height: 3px;
  background: var(--fh-line);
}

.page-id-3848 .fh-tutorial-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--fh-sky), var(--fh-grow));
  animation: fh-progress-bar 48s linear infinite;
}

@keyframes fh-progress-bar {
  from { width: 0; }
  to { width: 100%; }
}

.page-id-3848 .fh-tutorial-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  margin: 0;
  padding: 14px 22px;
  background: var(--fh-soft);
  border-top: 1px solid var(--fh-line);
}

.page-id-3848 .fh-link-arrow {
  color: var(--fh-sky);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}

.page-id-3848 .fh-link-arrow:hover {
  color: var(--fh-navy);
  text-decoration: underline;
}

.page-id-3848 .fh-tutorial-note {
  font-size: 12px;
  color: var(--fh-muted);
}

.page-id-3848 .fh-tutorial-aside {
  background: linear-gradient(180deg, #fff 0%, var(--fh-navy-wash) 100%);
  border: none;
  border-radius: 0;
  padding: 32px 28px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-id-3848 .fh-tutorial-aside h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  color: var(--fh-ink);
  font-weight: 800;
}

.page-id-3848 .fh-tutorial-aside p {
  margin: 0 0 18px;
  color: var(--fh-muted);
  font-size: 14px;
  line-height: 1.65;
}

.page-id-3848 .fh-tutorial-aside .fh-list {
  margin: 0;
  grid-template-columns: 1fr;
  max-width: none;
  text-align: left;
  gap: 12px;
}

.page-id-3848 .fh-tutorial-aside .fh-list span {
  font-size: 13px;
  line-height: 1.5;
}

.page-id-3848 .fh-tutorial-aside .fh-list .fh-dot {
  color: var(--fh-grow);
  font-style: normal;
  font-weight: 800;
}

@media (max-width: 960px) {
  .page-id-3848 .fh-tutorial-layout { grid-template-columns: 1fr; }
  .page-id-3848 .fh-tutorial-main { border-right: none; border-bottom: 1px solid var(--fh-line); }
  .page-id-3848 .fh-tutorial-aside { order: 0; }
}

@media (max-width: 620px) {
  .page-id-3848 .fh-tutorial-viewport { aspect-ratio: 4 / 3; }
  .page-id-3848 .fh-tutorial-slide { padding: 18px 16px 52px; }
  .page-id-3848 .fh-mock-panel { flex-direction: column; }
  .page-id-3848 .fh-mock-sidebar { width: 100%; flex-direction: row; flex-wrap: wrap; }
  .page-id-3848 .fh-tutorial-toolbar { padding: 14px 16px; }
  .page-id-3848 .fh-tutorial-foot { padding: 12px 16px; flex-direction: column; align-items: flex-start; }
  .page-id-3848 .fh-tutorial-caption { max-width: calc(100% - 24px); white-space: normal; text-align: center; }
}

/* Mobile responsiveness — overflow & hero fixes */
.page-id-3848 {
  overflow-x: clip;
}

.page-id-3848 .elementor-widget-html,
.page-id-3848 .elementor-widget-html .elementor-widget-container {
  max-width: 100%;
  overflow-x: hidden;
}

.page-id-3848 .fh-mail-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.page-id-3848 .fh-hero-grid > *,
.page-id-3848 .fh-migration-copy,
.page-id-3848 .fh-enterprise-copy {
  min-width: 0;
}

.page-id-3848 .fh-hero h1,
.page-id-3848 .fh-hero p,
.page-id-3848 .fh-checks {
  max-width: 100%;
}

@media (max-width: 900px) {
  .page-id-3848 .fh-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-id-3848 .fh-hero {
    padding: 130px 0 40px;
  }

  .page-id-3848 .fh-hero h1 {
    font-size: clamp(1.55rem, 6.8vw, 2.15rem);
    line-height: 1.18;
    max-width: 100%;
  }

  .page-id-3848 .fh-hero p {
    font-size: 16px;
    max-width: 100%;
  }

  .page-id-3848 .fh-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .page-id-3848 .fh-hero .fh-actions .fh-btn,
  .page-id-3848 .fh-final .fh-actions .fh-btn {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .page-id-3848 .fh-checks {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .page-id-3848 .fh-product {
    min-height: auto;
    margin-top: 28px;
  }

  .page-id-3848 .mail-ui {
    max-width: 100%;
  }

  .page-id-3848 .fh-final {
    text-align: center;
  }

  .page-id-3848 .fh-final .fh-actions {
    justify-content: center;
    width: 100%;
  }

  .page-id-3848 .fh-migration-actions {
    width: 100%;
    min-width: 0;
  }

  .page-id-3848 .fh-migration-actions .fh-btn {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 620px) {
  .page-id-3848 .fh-wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

  .page-id-3848 .fh-hero {
    padding: 118px 0 32px;
  }

  .page-id-3848 .fh-hero h1 {
    font-size: clamp(1.45rem, 6.2vw, 1.75rem);
  }

  .page-id-3848 .fh-kicker {
    font-size: 12px;
    white-space: normal;
    text-align: left;
  }

  .page-id-3848 .fh-btn {
    padding: 13px 18px;
    font-size: 14px;
  }

  .page-id-3848 .fh-trust {
    grid-template-columns: 1fr;
  }

  .page-id-3848 .fh-da-top {
    flex-wrap: wrap;
    height: auto;
    gap: 8px;
    padding: 10px 12px;
  }

  .page-id-3848 .fh-da-search {
    min-width: 0;
    width: 100%;
  }

  .page-id-3848 .fh-da-float {
    position: static;
    margin-top: 12px;
  }

  .page-id-3848 .fh-enterprise.fh-enterprise-showcase {
    padding: 24px 16px;
  }

  .page-id-3848 .fh-mock-large {
    padding: 20px 16px;
  }
}
.page-id-3848 .elementor-section,
.page-id-3848 .elementor-container,
.page-id-3848 .e-con,
.page-id-3848 .e-con-inner {
  max-width: 100%;
}

.page-id-3848 .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: min(1140px, 100%);
}