/* FortalHost – heroes produto (hospedagem, WordPress, e-mail) */
:root {
  --fh-navy: #0E2A4E;
  --fh-sky: #3795FC;
  --fh-grow: #17BD54;
  --fh-pulse: #F3B700;
  --fh-bg: #F4F6FA;
  --fh-surface: #E3E8EE;
  --fh-text-muted: #6B7A8E;
}

section.fh-host-hero,
section.fh-email-hero,
section.fh-wp-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #071428 0%, #0E2A4E 48%, #122d52 100%) !important;
  padding: 48px 0 40px !important;
  color: #fff;
}

.fh-host-hero__highlight-text strong,
.fh-host-hero__highlight-text small,
.fh-email-hero__highlight-text strong,
.fh-email-hero__highlight-text small,
.fh-wp-hero__highlight-text strong,
.fh-wp-hero__highlight-text small {
  display: block !important;
}

.fh-host-hero a.fh-host-hero__btn,
.fh-email-hero a.fh-email-hero__btn,
.fh-wp-hero a.fh-wp-hero__btn {
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.fh-host-hero a.fh-host-hero__btn--primary,
.fh-email-hero a.fh-email-hero__btn--primary,
.fh-wp-hero a.fh-wp-hero__btn--primary {
  background: #3795FC !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 14px 22px !important;
  font-weight: 600 !important;
  box-shadow: 0 10px 28px rgba(55, 149, 252, 0.35) !important;
}

.fh-host-hero a.fh-host-hero__btn--secondary,
.fh-email-hero a.fh-email-hero__btn--secondary,
.fh-wp-hero a.fh-wp-hero__btn--secondary {
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 14px 22px !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

/* =============================================
   Hospedagem de Sites – hero + benefícios
   ============================================= */

.fh-host-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #071428 0%, var(--fh-navy) 48%, #122d52 100%);
  padding: 48px 0 40px;
}

.fh-host-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.fh-host-hero__glow--left {
  width: 380px;
  height: 380px;
  top: -100px;
  left: -80px;
  background: rgba(55, 149, 252, 0.2);
}

.fh-host-hero__glow--right {
  width: 320px;
  height: 320px;
  top: 0;
  right: -60px;
  background: rgba(23, 189, 84, 0.18);
}

.fh-host-hero .container {
  position: relative;
  z-index: 1;
}

.fh-host-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(55, 149, 252, 0.4);
  background: rgba(55, 149, 252, 0.15);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fh-host-hero__badge .fa-server {
  color: var(--fh-sky);
}

.fh-host-hero__title {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
}

.fh-host-hero__highlight {
  color: var(--fh-sky);
  text-shadow: 0 0 28px rgba(55, 149, 252, 0.4);
}

.fh-host-hero__compare {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-bottom: 16px;
}

.fh-host-hero__compare-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.fh-host-hero__compare-item--weak {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.55);
}

.fh-host-hero__compare-item--weak .fh-host-hero__compare-icon {
  color: #ff8a8a;
}

.fh-host-hero__compare-item--strong {
  border: 1px solid rgba(23, 189, 84, 0.45);
  background: rgba(23, 189, 84, 0.12);
  color: #fff;
}

.fh-host-hero__compare-item--strong .fh-host-hero__compare-icon {
  color: var(--fh-grow);
}

.fh-host-hero__compare-item--strong strong {
  color: var(--fh-sky);
  font-weight: 700;
}

.fh-host-hero__compare-arrow {
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
}

.fh-host-hero__subtitle {
  margin-bottom: 18px;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.fh-host-hero__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.fh-host-hero__highlight-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.fh-host-hero__highlight-card:hover {
  border-color: rgba(55, 149, 252, 0.35);
  background: rgba(255, 255, 255, 0.09);
}

.fh-host-hero__highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 15px;
}

.fh-host-hero__highlight-icon--sky {
  background: rgba(55, 149, 252, 0.2);
  color: var(--fh-sky);
}

.fh-host-hero__highlight-icon--green {
  background: rgba(23, 189, 84, 0.2);
  color: var(--fh-grow);
}

.fh-host-hero__highlight-icon--pulse {
  background: rgba(243, 183, 0, 0.2);
  color: var(--fh-pulse);
}

.fh-host-hero__highlight-icon--navy {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.fh-host-hero__highlight-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.fh-host-hero__highlight-text strong {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.fh-host-hero__highlight-text small {
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.62);
}

.fh-host-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.fh-host-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.fh-host-hero__btn--primary {
  background: var(--fh-sky);
  color: #fff;
  box-shadow: 0 10px 28px rgba(55, 149, 252, 0.35);
}

.fh-host-hero__btn--primary:hover {
  background: #2b84e8;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(55, 149, 252, 0.42);
}

.fh-host-hero__btn--secondary {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.fh-host-hero__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

.fh-host-hero__trust {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fh-host-hero__trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fh-host-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.15);
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
}

.fh-host-hero__pill i {
  color: var(--fh-grow);
  font-size: 10px;
}

.fh-host-hero__trust-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.fh-host-hero__stars {
  display: inline-flex;
  gap: 3px;
  color: var(--fh-grow);
  font-size: 12px;
}

.fh-host-hero__trust-rating > span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}

.fh-host-planos-anchor {
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  scroll-margin-top: 100px;
}

.fh-host-hero__main {
  align-items: center;
}

.fh-host-hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
}

.fh-host-hero__mascot-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 460px;
  background: transparent;
}

.fh-host-hero__mascot-glow {
  position: absolute;
  width: 72%;
  height: 72%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55, 149, 252, 0.28) 0%, rgba(23, 189, 84, 0.1) 45%, rgba(55, 149, 252, 0) 70%);
  z-index: 0;
}

.fh-host-hero__mascot {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  margin: 0 auto;
  background: transparent;
  border: 0;
  object-fit: contain;
  -webkit-filter: drop-shadow(0 12px 28px rgba(14, 42, 78, 0.35));
  filter: drop-shadow(0 12px 28px rgba(14, 42, 78, 0.35));
}

.fh-host-benefits {
  padding: 40px 0 48px;
  background: var(--fh-bg);
  border-bottom: 1px solid var(--fh-surface);
}

.fh-host-benefits__head {
  max-width: 720px;
  margin: 0 auto 32px;
}

.fh-host-benefits__title {
  margin-bottom: 12px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: var(--fh-navy);
}

.fh-host-benefits__lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: var(--fh-text-muted);
}

.fh-host-benefits__grid {
  margin-bottom: 8px;
}

.fh-host-benefits__grid > [class*="col-"] {
  margin-bottom: 20px;
  display: flex;
}

.fh-host-benefits__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 24px 20px;
  border: 1px solid var(--fh-surface);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(14, 42, 78, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.fh-host-benefits__card:hover {
  transform: translateY(-4px);
  border-color: rgba(55, 149, 252, 0.3);
  box-shadow: 0 12px 32px rgba(14, 42, 78, 0.08);
}

.fh-host-benefits__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 14px;
  font-size: 20px;
}

.fh-host-benefits__icon--sky {
  background: rgba(55, 149, 252, 0.12);
  color: var(--fh-sky);
}

.fh-host-benefits__icon--green {
  background: rgba(23, 189, 84, 0.12);
  color: var(--fh-grow);
}

.fh-host-benefits__icon--navy {
  background: rgba(14, 42, 78, 0.1);
  color: var(--fh-navy);
}

.fh-host-benefits__icon--pulse {
  background: rgba(243, 183, 0, 0.15);
  color: #c99700;
}

.fh-host-benefits__card h3 {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
  color: var(--fh-navy);
}

.fh-host-benefits__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--fh-text-muted);
}

.fh-host-benefits__cta-text {
  margin: 24px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--fh-navy);
}

/* =============================================
   Hospedagem WordPress – hero + planos
   ============================================= */

.fh-wp-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #071428 0%, var(--fh-navy) 50%, #0d2444 100%);
  padding: 48px 0 40px;
}

.fh-wp-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.fh-wp-hero__glow--left {
  width: 380px;
  height: 380px;
  top: -100px;
  left: -80px;
  background: rgba(55, 149, 252, 0.2);
}

.fh-wp-hero__glow--right {
  width: 320px;
  height: 320px;
  top: 0;
  right: -60px;
  background: rgba(33, 117, 155, 0.35);
}

.fh-wp-hero .container {
  position: relative;
  z-index: 1;
}

.fh-wp-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(33, 117, 155, 0.5);
  background: rgba(33, 117, 155, 0.2);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fh-wp-hero__badge .fa-wordpress {
  font-size: 16px;
  color: #21759b;
  background: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fh-wp-hero__title {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
}

.fh-wp-hero__highlight {
  color: #5eb3e8;
  text-shadow: 0 0 28px rgba(33, 117, 155, 0.45);
}

.fh-wp-hero__compare {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-bottom: 16px;
}

.fh-wp-hero__compare-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.fh-wp-hero__compare-item--weak {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.55);
}

.fh-wp-hero__compare-item--weak .fh-wp-hero__compare-icon {
  color: #ff8a8a;
}

.fh-wp-hero__compare-item--strong {
  border: 1px solid rgba(33, 117, 155, 0.55);
  background: rgba(33, 117, 155, 0.18);
  color: #fff;
}

.fh-wp-hero__compare-item--strong .fh-wp-hero__compare-icon {
  color: #21759b;
  background: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.fh-wp-hero__compare-item--strong strong {
  color: #7ec8f0;
  font-weight: 700;
}

.fh-wp-hero__compare-arrow {
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
}

.fh-wp-hero__subtitle {
  margin-bottom: 18px;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.fh-wp-hero__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.fh-wp-hero__highlight-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.fh-wp-hero__highlight-card:hover {
  border-color: rgba(33, 117, 155, 0.45);
  background: rgba(255, 255, 255, 0.09);
}

.fh-wp-hero__highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 15px;
}

.fh-wp-hero__highlight-icon--wp {
  background: rgba(33, 117, 155, 0.28);
  color: #7ec8f0;
}

.fh-wp-hero__highlight-icon--green {
  background: rgba(23, 189, 84, 0.2);
  color: var(--fh-grow);
}

.fh-wp-hero__highlight-icon--sky {
  background: rgba(55, 149, 252, 0.2);
  color: var(--fh-sky);
}

.fh-wp-hero__highlight-icon--pulse {
  background: rgba(243, 183, 0, 0.2);
  color: var(--fh-pulse);
}

.fh-wp-hero__highlight-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.fh-wp-hero__highlight-text strong {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.fh-wp-hero__highlight-text small {
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.62);
}

.fh-wp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.fh-wp-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.fh-wp-hero__btn--primary {
  background: #21759b;
  color: #fff;
  box-shadow: 0 10px 28px rgba(33, 117, 155, 0.4);
}

.fh-wp-hero__btn--primary:hover {
  background: #1a5f80;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(33, 117, 155, 0.48);
}

.fh-wp-hero__btn--secondary {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.fh-wp-hero__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

.fh-wp-hero__trust {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fh-wp-hero__trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fh-wp-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.15);
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
}

.fh-wp-hero__pill i {
  color: var(--fh-grow);
  font-size: 10px;
}

.fh-wp-hero__trust-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.fh-wp-hero__stars {
  display: inline-flex;
  gap: 3px;
  color: var(--fh-grow);
  font-size: 12px;
}

.fh-wp-hero__trust-rating > span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}

.fh-wp-planos-anchor {
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  scroll-margin-top: 100px;
}

.fh-wp-hero__main {
  align-items: center;
}

.fh-wp-hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
}

.fh-wp-hero__mascot-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 460px;
  background: transparent;
}

.fh-wp-hero__mascot-glow {
  position: absolute;
  width: 72%;
  height: 72%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(33, 117, 155, 0.32) 0%, rgba(55, 149, 252, 0.1) 45%, rgba(33, 117, 155, 0) 70%);
  z-index: 0;
}

.fh-wp-hero__mascot {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  margin: 0 auto;
  background: transparent;
  border: 0;
  object-fit: contain;
  -webkit-filter: drop-shadow(0 12px 28px rgba(14, 42, 78, 0.35));
  filter: drop-shadow(0 12px 28px rgba(14, 42, 78, 0.35));
}

.fh-wp-benefits {
  padding: 40px 0 48px;
  background: var(--fh-bg);
  border-bottom: 1px solid var(--fh-surface);
}

.fh-wp-benefits__head {
  max-width: 720px;
  margin: 0 auto 32px;
}

.fh-wp-benefits__title {
  margin-bottom: 12px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: var(--fh-navy);
}

.fh-wp-benefits__lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: var(--fh-text-muted);
}

.fh-wp-benefits__grid {
  margin-bottom: 8px;
}

.fh-wp-benefits__grid > [class*="col-"] {
  margin-bottom: 20px;
  display: flex;
}

.fh-wp-benefits__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 24px 20px;
  border: 1px solid var(--fh-surface);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(14, 42, 78, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.fh-wp-benefits__card:hover {
  transform: translateY(-4px);
  border-color: rgba(33, 117, 155, 0.35);
  box-shadow: 0 12px 32px rgba(14, 42, 78, 0.08);
}

.fh-wp-benefits__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 14px;
  font-size: 20px;
}

.fh-wp-benefits__icon--sky {
  background: rgba(55, 149, 252, 0.12);
  color: var(--fh-sky);
}

.fh-wp-benefits__icon--green {
  background: rgba(23, 189, 84, 0.12);
  color: var(--fh-grow);
}

.fh-wp-benefits__icon--navy {
  background: rgba(14, 42, 78, 0.1);
  color: var(--fh-navy);
}

.fh-wp-benefits__icon--pulse {
  background: rgba(243, 183, 0, 0.15);
  color: #c99700;
}

.fh-wp-benefits__icon--wp {
  background: rgba(33, 117, 155, 0.15);
  color: #21759b;
}

.fh-wp-benefits__card h3 {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
  color: var(--fh-navy);
}

.fh-wp-benefits__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--fh-text-muted);
}

.fh-wp-benefits__cta-text {
  margin: 24px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--fh-navy);
}

section#main-body.fh-main-body--wordpress,
section#main-body.fh-main-body--email,
section#main-body.fh-main-body--hosting {
  padding: 40px 0 64px;
  background: var(--fh-bg);
}

section#main-body.fh-main-body--wordpress,
section#main-body.fh-main-body--email > .container,
section#main-body.fh-main-body--hosting > .container {
  max-width: 1200px;
}

section#main-body.fh-main-body--wordpress .primary-content,
section#main-body.fh-main-body--email .primary-content,
section#main-body.fh-main-body--hosting .primary-content {
  padding-top: 0;
}

.fh-page--wordpress .copyright,
.fh-page--wordpress a[href*="whmcs.com"],
.fh-page--email .copyright,
.fh-page--email a[href*="whmcs.com"],
.fh-page--hosting .copyright,
.fh-page--hosting a[href*="whmcs.com"],
section#main-body.fh-main-body--wordpress .copyright,
section#main-body.fh-main-body--wordpress a[href*="whmcs.com"],
section#main-body.fh-main-body--email .copyright,
section#main-body.fh-main-body--email a[href*="whmcs.com"],
section#main-body.fh-main-body--hosting .copyright,
section#main-body.fh-main-body--hosting a[href*="whmcs.com"] {
  display: none !important;
}

/* Oculta botão "Mostrar Menu" no desktop */
@media (min-width: 992px) {
  .offCanvas-toggle,
  .offCanvas-toggle-two,
  .menu-tigger,
  #order-standard_cart .sidebar-opener {
    display: none !important;
  }
}

/* Título duplicado (hero já exibe o nome) */
.fh-page--wordpress .fh-wp-hero ~ #main-body .primary-content > h1,
.fh-page--wordpress .fh-wp-hero ~ #main-body .primary-content > h2:first-of-type,
.fh-page--wordpress .fh-wp-hero ~ #main-body .primary-content > .section__title:first-child,
.fh-page--wordpress .fh-wp-hero ~ #main-body .primary-content > .hosting__area > .section__title:first-child,
.fh-page--email .fh-email-hero ~ #main-body .primary-content > h1,
.fh-page--email .fh-email-hero ~ #main-body .primary-content > h2:first-of-type,
.fh-page--email .fh-email-hero ~ #main-body .primary-content > .section__title:first-child,
.fh-page--email .fh-email-hero ~ #main-body .primary-content > .hosting__area > .section__title:first-child,
.fh-page--hosting .fh-host-hero ~ #main-body .primary-content > h1,
.fh-page--hosting .fh-host-hero ~ #main-body .primary-content > h2:first-of-type,
.fh-page--hosting .fh-host-hero ~ #main-body .primary-content > .section__title:first-child,
.fh-page--hosting .fh-host-hero ~ #main-body .primary-content > .hosting__area > .section__title:first-child {
  display: none;
}

/* =============================================
   E-mail Profissional – hero + benefícios
   ============================================= */

.fh-email-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #071428 0%, var(--fh-navy) 48%, #122d52 100%);
  padding: 48px 0 40px;
}

.fh-email-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.fh-email-hero__glow--left {
  width: 360px;
  height: 360px;
  top: -90px;
  left: -70px;
  background: rgba(55, 149, 252, 0.22);
}

.fh-email-hero__glow--right {
  width: 300px;
  height: 300px;
  top: 0;
  right: -50px;
  background: rgba(23, 189, 84, 0.12);
}

.fh-email-hero .container {
  position: relative;
  z-index: 1;
}

.fh-email-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(55, 149, 252, 0.4);
  background: rgba(55, 149, 252, 0.15);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fh-email-hero__badge .fa-envelope {
  color: var(--fh-sky);
}

.fh-email-hero__title {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
}

.fh-email-hero__highlight {
  color: var(--fh-sky);
  text-shadow: 0 0 28px rgba(55, 149, 252, 0.4);
}

.fh-email-hero__compare {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-bottom: 16px;
}

.fh-email-hero__compare-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.fh-email-hero__compare-item--weak {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.55);
  text-decoration: line-through;
  text-decoration-color: rgba(255, 100, 100, 0.6);
}

.fh-email-hero__compare-item--weak .fh-email-hero__compare-icon {
  color: #ff8a8a;
}

.fh-email-hero__compare-item--strong {
  border: 1px solid rgba(23, 189, 84, 0.45);
  background: rgba(23, 189, 84, 0.12);
  color: #fff;
}

.fh-email-hero__compare-item--strong .fh-email-hero__compare-icon {
  color: var(--fh-grow);
}

.fh-email-hero__compare-item--strong strong {
  color: var(--fh-sky);
  font-weight: 700;
}

.fh-email-hero__compare-arrow {
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
}

.fh-email-hero__subtitle {
  margin-bottom: 18px;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.fh-email-hero__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.fh-email-hero__highlight-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.fh-email-hero__highlight-card:hover {
  border-color: rgba(55, 149, 252, 0.35);
  background: rgba(255, 255, 255, 0.09);
}

.fh-email-hero__highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 15px;
}

.fh-email-hero__highlight-icon--sky {
  background: rgba(55, 149, 252, 0.2);
  color: var(--fh-sky);
}

.fh-email-hero__highlight-icon--green {
  background: rgba(23, 189, 84, 0.2);
  color: var(--fh-grow);
}

.fh-email-hero__highlight-icon--pulse {
  background: rgba(243, 183, 0, 0.2);
  color: var(--fh-pulse);
}

.fh-email-hero__highlight-icon--navy {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.fh-email-hero__highlight-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.fh-email-hero__highlight-text strong {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.fh-email-hero__highlight-text small {
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.62);
}

.fh-email-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.fh-email-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.fh-email-hero__btn--primary {
  background: var(--fh-sky);
  color: #fff;
  box-shadow: 0 10px 28px rgba(55, 149, 252, 0.35);
}

.fh-email-hero__btn--primary:hover {
  background: #2b84e8;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(55, 149, 252, 0.42);
}

.fh-email-hero__btn--secondary {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.fh-email-hero__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

.fh-email-hero__trust {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fh-email-hero__trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fh-email-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.15);
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
}

.fh-email-hero__pill i {
  color: var(--fh-grow);
  font-size: 10px;
}

.fh-email-hero__trust-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.fh-email-hero__stars {
  display: inline-flex;
  gap: 3px;
  color: var(--fh-grow);
  font-size: 12px;
}

.fh-email-hero__trust-rating > span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}

.fh-email-planos-anchor {
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  scroll-margin-top: 100px;
}

.fh-email-hero__main {
  align-items: center;
}

.fh-email-hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
}

.fh-email-hero__mascot-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 460px;
  background: transparent;
}

.fh-email-hero__mascot-glow {
  position: absolute;
  width: 72%;
  height: 72%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23, 189, 84, 0.28) 0%, rgba(55, 149, 252, 0.08) 45%, rgba(23, 189, 84, 0) 70%);
  z-index: 0;
}

.fh-email-hero__mascot {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  margin: 0 auto;
  background: transparent;
  border: 0;
  object-fit: contain;
  -webkit-filter: drop-shadow(0 12px 28px rgba(14, 42, 78, 0.35));
  filter: drop-shadow(0 12px 28px rgba(14, 42, 78, 0.35));
}

.fh-email-benefits {
  padding: 40px 0 48px;
  background: var(--fh-bg);
  border-bottom: 1px solid var(--fh-surface);
}

.fh-email-benefits__head {
  max-width: 720px;
  margin: 0 auto 32px;
}

.fh-email-benefits__title {
  margin-bottom: 12px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: var(--fh-navy);
}

.fh-email-benefits__lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: var(--fh-text-muted);
}

.fh-email-benefits__grid {
  margin-bottom: 8px;
}

.fh-email-benefits__grid > [class*="col-"] {
  margin-bottom: 20px;
  display: flex;
}

.fh-email-benefits__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 24px 20px;
  border: 1px solid var(--fh-surface);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(14, 42, 78, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.fh-email-benefits__card:hover {
  transform: translateY(-4px);
  border-color: rgba(55, 149, 252, 0.3);
  box-shadow: 0 12px 32px rgba(14, 42, 78, 0.08);
}

.fh-email-benefits__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 14px;
  font-size: 20px;
}

.fh-email-benefits__icon--sky {
  background: rgba(55, 149, 252, 0.12);
  color: var(--fh-sky);
}

.fh-email-benefits__icon--green {
  background: rgba(23, 189, 84, 0.12);
  color: var(--fh-grow);
}

.fh-email-benefits__icon--navy {
  background: rgba(14, 42, 78, 0.1);
  color: var(--fh-navy);
}

.fh-email-benefits__icon--pulse {
  background: rgba(243, 183, 0, 0.15);
  color: #c99700;
}

.fh-email-benefits__card h3 {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
  color: var(--fh-navy);
}

.fh-email-benefits__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--fh-text-muted);
}

.fh-email-benefits__card p strong {
  color: var(--fh-navy);
  font-weight: 600;
}

.fh-email-benefits__cta-text {
  margin: 24px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--fh-navy);
}


@media (max-width: 991.98px) {
  .fh-wp-hero,
  .fh-email-hero,
  .fh-host-hero {
    padding: 36px 0 28px;
  }

  .fh-wp-hero__title,
  .fh-email-hero__title,
  .fh-host-hero__title {
    font-size: 28px;
  }

  .fh-wp-hero__subtitle,
  .fh-email-hero__subtitle,
  .fh-host-hero__subtitle {
    font-size: 15px;
  }

  .fh-email-benefits,
  .fh-wp-benefits,
  .fh-host-benefits {
    padding: 32px 0 36px;
  }

  .fh-host-hero__visual--mobile .fh-host-hero__mascot-wrap {
    max-width: 300px;
  }

  .fh-host-hero__visual--mobile .fh-host-hero__mascot {
    max-width: 280px;
  }

  .fh-wp-hero__visual--mobile .fh-wp-hero__mascot-wrap {
    max-width: 300px;
  }

  .fh-wp-hero__visual--mobile .fh-wp-hero__mascot {
    max-width: 280px;
  }

  .fh-email-hero__visual--mobile .fh-email-hero__mascot-wrap {
    max-width: 300px;
  }

  .fh-email-hero__visual--mobile .fh-email-hero__mascot {
    max-width: 280px;
  }

  section#main-body.fh-main-body--wordpress,
  section#main-body.fh-main-body--email,
  section#main-body.fh-main-body--hosting {
    padding: 28px 0 48px;
  }
}

@media (max-width: 575.98px) {
  .fh-wp-hero,
  .fh-email-hero,
  .fh-host-hero {
    padding: 28px 0 24px;
  }

  .fh-wp-hero .container,
  .fh-email-hero .container,
  .fh-host-hero .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fh-email-hero__visual--mobile,
  .fh-wp-hero__visual--mobile,
  .fh-host-hero__visual--mobile {
    margin: 8px 0 16px;
  }

  .fh-host-hero__compare {
    flex-direction: column;
    align-items: stretch;
  }

  .fh-host-hero__compare-arrow {
    align-self: center;
    transform: rotate(90deg);
  }

  .fh-host-hero__highlights {
    grid-template-columns: 1fr;
  }

  .fh-host-hero__actions {
    flex-direction: column;
  }

  .fh-host-hero__btn {
    width: 100%;
  }

  .fh-host-hero__visual--mobile .fh-host-hero__mascot-wrap {
    max-width: 260px;
  }

  .fh-host-hero__visual--mobile .fh-host-hero__mascot {
    max-width: 240px;
  }

  .fh-wp-hero__compare {
    flex-direction: column;
    align-items: stretch;
  }

  .fh-wp-hero__compare-arrow {
    align-self: center;
    transform: rotate(90deg);
  }

  .fh-wp-hero__highlights {
    grid-template-columns: 1fr;
  }

  .fh-wp-hero__actions {
    flex-direction: column;
  }

  .fh-wp-hero__btn {
    width: 100%;
  }

  .fh-wp-hero__visual--mobile .fh-wp-hero__mascot-wrap {
    max-width: 260px;
  }

  .fh-wp-hero__visual--mobile .fh-wp-hero__mascot {
    max-width: 240px;
  }

  .fh-email-hero__visual--mobile .fh-email-hero__mascot-wrap {
    max-width: 260px;
  }

  .fh-email-hero__visual--mobile .fh-email-hero__mascot {
    max-width: 240px;
  }

  .fh-email-hero__compare {
    flex-direction: column;
    align-items: stretch;
  }

  .fh-email-hero__compare-arrow {
    align-self: center;
    transform: rotate(90deg);
  }

  .fh-email-hero__highlights {
    grid-template-columns: 1fr;
  }

  .fh-email-hero__actions {
    flex-direction: column;
  }

  .fh-email-hero__btn {
    width: 100%;
  }

  .fh-email-benefits,
  .fh-wp-benefits,
  .fh-host-benefits {
    padding: 28px 0 32px;
  }

  .fh-email-benefits .container,
  .fh-wp-benefits .container,
  .fh-host-benefits .container {
    padding-left: 16px;
    padding-right: 16px;
  }
