/* =============================================
   HARMONY FACE — Mini Residência
   Paleta: Preto #0a0a0a | Dourado #c9a45a | Creme #f5edd8
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Montserrat:wght@300;400;500;600;700;800&display=swap');

:root {
  --hf-black:    #0a0a0a;
  --hf-black2:   #111111;
  --hf-black3:   #1a1a1a;
  --hf-gold:     #c9a45a;
  --hf-gold-lt:  #e8d5a3;
  --hf-gold-dk:  #9e7c36;
  --hf-cream:    #f5edd8;
  --hf-white:    #ffffff;
  --hf-gray:     rgba(255,255,255,.55);
  --hf-serif:    'Cormorant Garamond', Georgia, serif;
  --hf-sans:     'Montserrat', sans-serif;
  --hf-radius:   12px;
  --hf-radius-lg:20px;
  --hf-shadow:   0 20px 60px rgba(0,0,0,.6);
  --hf-transition: all .3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--hf-sans);
  background: var(--hf-black);
  color: var(--hf-white);
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a  { text-decoration: none; color: inherit; }

/* ── UTILITÁRIOS ── */
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 90px 0; }

.gold { color: var(--hf-gold); }
.gold-lt { color: var(--hf-gold-lt); }

/* ── HEADER FIXO ── */
.hf-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(10,10,10,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,164,90,.2);
  padding: 14px 0;
  transition: var(--hf-transition);
}

.hf-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.hf-header-logo {
  height: 52px;
  width: auto;
  filter: brightness(1.1);
}

.hf-header-cta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hf-header-tel {
  color: var(--hf-gray);
  font-size: .82rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hf-header-tel i { color: var(--hf-gold); }

/* ── BOTÕES ── */
.btn-hf {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--hf-sans);
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: var(--hf-transition);
  text-decoration: none;
}

.btn-hf-gold {
  background: linear-gradient(135deg, var(--hf-gold) 0%, var(--hf-gold-dk) 100%);
  color: var(--hf-black);
  padding: 14px 32px;
  box-shadow: 0 4px 20px rgba(201,164,90,.35);
}

.btn-hf-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(201,164,90,.5);
  filter: brightness(1.1);
}

.btn-hf-outline {
  background: transparent;
  border: 2px solid var(--hf-gold);
  color: var(--hf-gold);
  padding: 12px 28px;
}

.btn-hf-outline:hover {
  background: var(--hf-gold);
  color: var(--hf-black);
}

.btn-hf-wpp {
  background: #25D366;
  color: #fff;
  padding: 16px 36px;
  font-size: 1rem;
  box-shadow: 0 4px 24px rgba(37,211,102,.35);
}

.btn-hf-wpp:hover {
  background: #20bd5a;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(37,211,102,.45);
}

.btn-block { width: 100%; justify-content: center; }

/* ── HERO ── */
.hf-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 80px;
  overflow: hidden;
}

.hf-hero-bg {
  position: absolute;
  inset: 0;
  background: var(--hf-black);
}

.hf-hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: .35;
  filter: grayscale(20%);
}

.hf-hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,10,10,.9) 0%, rgba(10,10,10,.5) 60%, rgba(10,10,10,.85) 100%);
}

.hf-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 0;
}

.hf-hero-logo {
  height: 160px;
  width: auto;
  margin: 0 auto 32px;
  filter: drop-shadow(0 0 40px rgba(201,164,90,.4));
}

.hf-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,164,90,.15);
  border: 1px solid rgba(201,164,90,.4);
  color: var(--hf-gold-lt);
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.hf-hero-title {
  font-family: var(--hf-serif);
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--hf-white);
  margin-bottom: 16px;
}

.hf-hero-title em {
  font-style: italic;
  color: var(--hf-gold-lt);
}

.hf-hero-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: var(--hf-gray);
  margin-bottom: 32px;
  font-weight: 300;
}

.hf-hero-tecnicas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hf-tec-tag {
  background: rgba(201,164,90,.12);
  border: 1px solid rgba(201,164,90,.3);
  color: var(--hf-gold-lt);
  font-size: .82rem;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 50px;
  letter-spacing: .04em;
}

.hf-tec-sep {
  color: var(--hf-gold);
  font-size: 1.2rem;
  font-weight: 300;
}

.hf-hero-data {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.hf-data-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.hf-data-item i {
  font-size: 1.4rem;
  color: var(--hf-gold);
  margin-bottom: 4px;
}

.hf-data-item strong {
  font-size: 1rem;
  font-weight: 700;
  color: var(--hf-white);
}

.hf-data-item span {
  font-size: .75rem;
  color: var(--hf-gray);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hf-hero-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ── URGÊNCIA ── */
.hf-urgencia {
  background: linear-gradient(135deg, #1a0f00 0%, #0a0600 100%);
  border-top: 1px solid rgba(201,164,90,.25);
  border-bottom: 1px solid rgba(201,164,90,.25);
  padding: 28px 0;
}

.hf-urgencia-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.hf-urgencia-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .92rem;
}

.hf-urgencia-item i {
  font-size: 1.5rem;
  color: var(--hf-gold);
}

.hf-urgencia-item strong { color: var(--hf-gold-lt); font-weight: 700; }
.hf-urgencia-item span { color: var(--hf-gray); }

/* ── OPORTUNIDADE ── */
.hf-oport {
  background: var(--hf-black2);
  padding: 90px 0;
}

.hf-oport-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.hf-section-eyebrow {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: var(--hf-gold);
  margin-bottom: 12px;
}

.hf-section-title {
  font-family: var(--hf-serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--hf-white);
  margin-bottom: 20px;
}

.hf-section-title em {
  font-style: italic;
  color: var(--hf-gold-lt);
}

.hf-oport-desc {
  color: var(--hf-gray);
  font-size: .95rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.hf-destaque-box {
  background: linear-gradient(135deg, rgba(201,164,90,.12) 0%, rgba(201,164,90,.05) 100%);
  border: 1px solid rgba(201,164,90,.3);
  border-radius: var(--hf-radius);
  padding: 20px 24px;
  margin-top: 24px;
}

.hf-destaque-box p {
  font-family: var(--hf-serif);
  font-size: 1.3rem;
  font-style: italic;
  color: var(--hf-gold-lt);
  line-height: 1.5;
}

.hf-nums-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.hf-num-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(201,164,90,.2);
  border-radius: var(--hf-radius);
  padding: 28px 20px;
  text-align: center;
  transition: var(--hf-transition);
}

.hf-num-card:hover {
  border-color: rgba(201,164,90,.5);
  background: rgba(201,164,90,.07);
  transform: translateY(-4px);
}

.hf-num-card strong {
  display: block;
  font-family: var(--hf-serif);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--hf-gold-lt);
  line-height: 1;
  margin-bottom: 8px;
}

.hf-num-card span {
  font-size: .78rem;
  color: var(--hf-gray);
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* ── O QUE VOCÊ VAI APRENDER ── */
.hf-aprende {
  background: var(--hf-black);
  padding: 90px 0;
}

.hf-section-header {
  text-align: center;
  margin-bottom: 60px;
}

.hf-section-subtitle {
  color: var(--hf-gray);
  font-size: .95rem;
  max-width: 560px;
  margin: 12px auto 0;
}

.hf-modulos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.hf-modulo-card {
  background: var(--hf-black3);
  border: 1px solid rgba(201,164,90,.15);
  border-radius: var(--hf-radius-lg);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
  transition: var(--hf-transition);
}

.hf-modulo-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--hf-gold-dk), var(--hf-gold-lt));
  opacity: 0;
  transition: var(--hf-transition);
}

.hf-modulo-card:hover { border-color: rgba(201,164,90,.4); transform: translateY(-6px); }
.hf-modulo-card:hover::before { opacity: 1; }

.hf-modulo-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, rgba(201,164,90,.2), rgba(201,164,90,.08));
  border: 1px solid rgba(201,164,90,.3);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--hf-gold);
}

.hf-modulo-card h3 {
  font-family: var(--hf-serif);
  font-size: 1.25rem;
  color: var(--hf-white);
  font-weight: 700;
}

.hf-modulo-card ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hf-modulo-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--hf-gray);
  font-size: .85rem;
  line-height: 1.5;
}

.hf-modulo-card ul li i {
  color: var(--hf-gold);
  font-size: .8rem;
  margin-top: 3px;
  flex-shrink: 0;
}

/* ── INSTRUTORAS ── */
.hf-instrutoras {
  background: linear-gradient(180deg, var(--hf-black2) 0%, var(--hf-black) 100%);
  padding: 90px 0;
}

.hf-instrutoras-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 56px;
}

.hf-instrutora-card {
  background: var(--hf-black3);
  border: 1px solid rgba(201,164,90,.2);
  border-radius: var(--hf-radius-lg);
  overflow: hidden;
  transition: var(--hf-transition);
}

.hf-instrutora-card:hover {
  border-color: rgba(201,164,90,.45);
  transform: translateY(-4px);
  box-shadow: var(--hf-shadow);
}

.hf-instrutora-foto {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.hf-instrutora-foto img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(15%);
  transition: var(--hf-transition);
}

/* Recorte da Dra. Thuanny — lado esquerdo do novo banner */
.hf-foto-thuanny img {
  object-position: 15% center;
  transform: scale(2.1);
  transform-origin: 15% 40%;
}

/* Recorte da Dra. Luana — lado direito do novo banner */
.hf-foto-luana img {
  object-position: 85% center;
  transform: scale(2.1);
  transform-origin: 85% 40%;
}

.hf-instrutora-card:hover .hf-foto-thuanny img,
.hf-instrutora-card:hover .hf-foto-luana img {
  transform: scale(2.18);
  filter: grayscale(0);
}

.hf-instrutora-card:hover .hf-instrutora-foto img {
  transform: scale(1.04);
  filter: grayscale(0);
}

.hf-instrutora-info {
  padding: 28px 24px;
}

.hf-instrutora-info h3 {
  font-family: var(--hf-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--hf-white);
  margin-bottom: 6px;
}

.hf-instrutora-role {
  font-size: .8rem;
  color: var(--hf-gold);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 14px;
}

.hf-instrutora-info p {
  color: var(--hf-gray);
  font-size: .88rem;
  line-height: 1.7;
}

/* ── BANNER PRINCIPAL ── */
.hf-banner-section {
  padding: 60px 0;
  background: var(--hf-black);
}

.hf-banner-wrap {
  border-radius: var(--hf-radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.6);
  border: 1px solid rgba(201,164,90,.25);
}

.hf-banner-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── DIFERENCIAIS ── */
.hf-difs {
  background: var(--hf-black2);
  padding: 90px 0;
}

.hf-difs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 56px;
}

.hf-dif-card {
  text-align: center;
  padding: 32px 20px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(201,164,90,.12);
  border-radius: var(--hf-radius);
  transition: var(--hf-transition);
}

.hf-dif-card:hover {
  border-color: rgba(201,164,90,.35);
  background: rgba(201,164,90,.06);
  transform: translateY(-4px);
}

.hf-dif-icon {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, rgba(201,164,90,.2), rgba(201,164,90,.06));
  border: 1px solid rgba(201,164,90,.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--hf-gold);
  margin: 0 auto 20px;
}

.hf-dif-card h4 {
  font-family: var(--hf-serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--hf-white);
  margin-bottom: 10px;
}

.hf-dif-card p {
  color: var(--hf-gray);
  font-size: .83rem;
  line-height: 1.6;
}

/* ── INVESTIMENTO / PAGAMENTO ── */
.hf-invest {
  background: var(--hf-black);
  padding: 90px 0;
}

.hf-invest-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: start;
}

.hf-invest-lista {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 28px 0 36px;
}

.hf-invest-lista li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255,255,255,.8);
  font-size: .92rem;
  line-height: 1.5;
}

.hf-invest-lista li i {
  color: var(--hf-gold);
  font-size: .95rem;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Card de pagamento */
.hf-pay-card {
  background: var(--hf-black3);
  border: 1px solid rgba(201,164,90,.35);
  border-radius: var(--hf-radius-lg);
  padding: 36px 28px;
  position: sticky;
  top: 100px;
  box-shadow: 0 24px 64px rgba(0,0,0,.5);
}

.hf-pay-card-top {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(201,164,90,.15);
  margin-bottom: 24px;
}

.hf-pay-tag {
  display: inline-block;
  background: rgba(201,164,90,.15);
  border: 1px solid rgba(201,164,90,.35);
  color: var(--hf-gold-lt);
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.hf-pay-de {
  font-size: .85rem;
  color: var(--hf-gray);
  text-decoration: line-through;
  margin-bottom: 4px;
}

.hf-pay-por {
  font-size: .8rem;
  color: var(--hf-gray);
  margin-bottom: 2px;
}

.hf-pay-valor {
  font-family: var(--hf-serif);
  font-size: 3rem;
  font-weight: 700;
  color: var(--hf-gold-lt);
  line-height: 1;
  margin: 6px 0;
}

.hf-pay-parcel {
  font-size: .85rem;
  color: rgba(255,255,255,.6);
  margin-bottom: 8px;
}

.hf-pay-boleto {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .78rem;
  color: var(--hf-gray);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  padding: 5px 14px;
  border-radius: 50px;
}

/* Mercado Pago placeholder */
.hf-mp-container {
  margin: 24px 0;
  min-height: 120px;
  background: rgba(255,255,255,.03);
  border: 1px dashed rgba(201,164,90,.25);
  border-radius: var(--hf-radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  text-align: center;
}

.hf-mp-container .hf-mp-logo {
  font-size: .75rem;
  color: var(--hf-gray);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.hf-mp-container .hf-mp-info {
  font-size: .72rem;
  color: rgba(255,255,255,.3);
}

.hf-mp-icon {
  width: 44px; height: 44px;
  background: #009ee3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
}

.hf-pay-divider {
  text-align: center;
  color: var(--hf-gray);
  font-size: .78rem;
  margin: 16px 0;
  position: relative;
}

.hf-pay-divider::before,
.hf-pay-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 38%;
  height: 1px;
  background: rgba(255,255,255,.1);
}

.hf-pay-divider::before { left: 0; }
.hf-pay-divider::after  { right: 0; }

.hf-pay-card-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hf-pay-garantia {
  text-align: center;
  margin-top: 16px;
  font-size: .75rem;
  color: var(--hf-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.hf-pay-garantia i { color: var(--hf-gold); }

/* ── FAQ ── */
.hf-faq {
  background: var(--hf-black2);
  padding: 90px 0;
}

.hf-faq-list {
  max-width: 760px;
  margin: 56px auto 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hf-faq-item {
  background: var(--hf-black3);
  border: 1px solid rgba(201,164,90,.15);
  border-radius: var(--hf-radius);
  overflow: hidden;
  transition: var(--hf-transition);
}

.hf-faq-item.open {
  border-color: rgba(201,164,90,.35);
}

.hf-faq-q {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-weight: 600;
  font-size: .92rem;
  color: var(--hf-white);
  user-select: none;
}

.hf-faq-q i {
  color: var(--hf-gold);
  font-size: .9rem;
  transition: transform .3s ease;
  flex-shrink: 0;
}

.hf-faq-item.open .hf-faq-q i {
  transform: rotate(45deg);
}

.hf-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .3s ease;
  padding: 0 24px;
  color: var(--hf-gray);
  font-size: .88rem;
  line-height: 1.7;
}

.hf-faq-item.open .hf-faq-a {
  max-height: 300px;
  padding: 0 24px 20px;
}

/* ── CTA FINAL ── */
.hf-cta-final {
  background: linear-gradient(135deg, #0f0800 0%, #0a0600 50%, #0f0800 100%);
  border-top: 1px solid rgba(201,164,90,.2);
  border-bottom: 1px solid rgba(201,164,90,.2);
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hf-cta-final::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,164,90,.1) 0%, transparent 65%);
  pointer-events: none;
}

.hf-cta-final-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.hf-cta-final h2 {
  font-family: var(--hf-serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: var(--hf-white);
  margin-bottom: 16px;
  line-height: 1.2;
}

.hf-cta-final h2 em {
  font-style: italic;
  color: var(--hf-gold-lt);
}

.hf-cta-final p {
  color: var(--hf-gray);
  font-size: 1rem;
  margin-bottom: 36px;
}

.hf-cta-final-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hf-cta-vagas {
  margin-top: 24px;
  font-size: .82rem;
  color: rgba(201,164,90,.7);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* ── FOOTER ── */
.hf-footer {
  background: #050505;
  border-top: 1px solid rgba(201,164,90,.15);
  padding: 40px 0 24px;
}

.hf-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.hf-footer-logo {
  height: 60px;
  width: auto;
  filter: brightness(1.1);
}

.hf-footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.hf-footer-links a {
  color: var(--hf-gray);
  font-size: .82rem;
  transition: color .2s;
}

.hf-footer-links a:hover { color: var(--hf-gold); }

.hf-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.hf-footer-bottom p {
  font-size: .75rem;
  color: rgba(255,255,255,.25);
}

.hf-footer-bottom a {
  color: rgba(201,164,90,.5);
}

/* ── FLOATING WPP ── */
.hf-float-wpp {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 999;
  width: 58px; height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  box-shadow: 0 4px 24px rgba(37,211,102,.45);
  transition: var(--hf-transition);
  animation: hf-pulse 2.5s infinite;
}

.hf-float-wpp:hover {
  transform: scale(1.12);
  box-shadow: 0 8px 32px rgba(37,211,102,.6);
}

@keyframes hf-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
  70%  { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ── TABELA COMPARATIVA ── */
.hf-comparativo {
  border: 1px solid rgba(201,164,90,.25);
  border-radius: var(--hf-radius-lg);
  overflow: hidden;
  margin-top: 48px;
}

.hf-comp-header,
.hf-comp-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
}

.hf-comp-header {
  background: linear-gradient(135deg, rgba(201,164,90,.2), rgba(201,164,90,.08));
}

.hf-comp-row { border-top: 1px solid rgba(255,255,255,.06); }
.hf-comp-row:hover { background: rgba(255,255,255,.02); }

.hf-comp-col {
  padding: 14px 20px;
  font-size: .88rem;
  display: flex;
  align-items: center;
}

.hf-comp-header .hf-comp-col {
  font-weight: 700;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hf-comp-item-label { color: rgba(255,255,255,.7); }
.hf-comp-hf { color: #4ade80; font-weight: 600; }
.hf-comp-comum { color: rgba(255,255,255,.35); }

.hf-comp-header .hf-comp-hf { color: var(--hf-gold-lt); }
.hf-comp-header .hf-comp-comum { color: rgba(255,255,255,.4); }

/* ── ANTES & DEPOIS (carreira) ── */
.hf-antes-depois {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 48px;
}

.hf-ad-col {
  border-radius: var(--hf-radius-lg);
  padding: 32px 28px;
}

.hf-ad-antes {
  background: rgba(239,68,68,.08);
  border: 1px solid rgba(239,68,68,.2);
}

.hf-ad-depois {
  background: rgba(74,222,128,.08);
  border: 1px solid rgba(74,222,128,.2);
}

.hf-ad-col h4 {
  font-family: var(--hf-serif);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hf-ad-antes h4 { color: #f87171; }
.hf-ad-depois h4 { color: #4ade80; }

.hf-ad-col ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hf-ad-col ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .9rem;
}

.hf-ad-antes ul li { color: rgba(255,255,255,.65); }
.hf-ad-antes ul li i { color: #f87171; }
.hf-ad-depois ul li { color: rgba(255,255,255,.85); font-weight: 500; }
.hf-ad-depois ul li i { color: #4ade80; }

.hf-ad-arrow {
  font-size: 2rem;
  color: var(--hf-gold);
  text-align: center;
}

/* ── BLOCO PREÇOS ── */
.hf-preco-bloco {
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hf-preco-linha {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.hf-preco-label { color: var(--hf-gray); font-size: .85rem; }
.hf-preco-val { color: var(--hf-white); font-size: 1rem; font-weight: 700; }

.hf-preco-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: rgba(201,164,90,.12);
  border: 1px solid rgba(201,164,90,.3);
  border-radius: var(--hf-radius);
  margin-top: 4px;
}

.hf-preco-total span { color: var(--hf-gold-lt); font-weight: 600; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.hf-preco-total strong { color: var(--hf-gold-lt); font-family: var(--hf-serif); font-size: 1.8rem; }

.hf-formas-pag {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 16px 0;
  padding: 16px;
  background: rgba(255,255,255,.03);
  border-radius: var(--hf-radius);
  border: 1px solid rgba(255,255,255,.07);
}

.hf-forma-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .84rem;
  color: rgba(255,255,255,.75);
}

.hf-forma-item i { color: var(--hf-gold); width: 16px; text-align: center; }

.hf-alerta-boleto {
  background: rgba(251,191,36,.08);
  border: 1px solid rgba(251,191,36,.25);
  border-radius: var(--hf-radius);
  padding: 10px 14px;
  font-size: .78rem;
  color: rgba(251,191,36,.85);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 12px;
}

.hf-alerta-boleto i { flex-shrink: 0; margin-top: 2px; }

.hf-wpp-instrucoes {
  margin-top: 16px;
  padding: 16px;
  background: rgba(37,211,102,.06);
  border: 1px solid rgba(37,211,102,.15);
  border-radius: var(--hf-radius);
}

.hf-wpp-instrucoes p {
  font-size: .8rem;
  color: rgba(255,255,255,.5);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hf-wpp-instrucoes ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hf-wpp-instrucoes ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .83rem;
  color: rgba(255,255,255,.7);
}

.hf-wpp-instrucoes ul li i { color: #4ade80; font-size: .75rem; }

/* ── FORMULÁRIO DE INSCRIÇÃO ── */
.hf-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 4px;
}

.hf-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hf-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hf-form-full {
  grid-column: 1 / -1;
}

.hf-form-group label {
  font-size: .75rem;
  font-weight: 600;
  color: var(--hf-gold-lt);
  text-transform: uppercase;
  letter-spacing: .08em;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hf-form-group label i {
  color: var(--hf-gold);
  font-size: .8rem;
}

.hf-form-group input {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(201,164,90,.25);
  border-radius: var(--hf-radius);
  padding: 11px 14px;
  color: var(--hf-white);
  font-family: var(--hf-sans);
  font-size: .88rem;
  outline: none;
  transition: var(--hf-transition);
  width: 100%;
}

.hf-form-group input::placeholder {
  color: rgba(255,255,255,.3);
}

.hf-form-group input:focus {
  border-color: var(--hf-gold);
  background: rgba(201,164,90,.08);
  box-shadow: 0 0 0 3px rgba(201,164,90,.15);
}

.hf-form-group input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1) opacity(.5);
  cursor: pointer;
}

.hf-form-msg {
  border-radius: var(--hf-radius);
  padding: 14px 16px;
  font-size: .88rem;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.hf-form-msg i { flex-shrink: 0; margin-top: 2px; }

.hf-form-msg-sucesso {
  background: rgba(74,222,128,.1);
  border: 1px solid rgba(74,222,128,.3);
  color: #86efac;
}

.hf-form-msg-erro {
  background: rgba(239,68,68,.1);
  border: 1px solid rgba(239,68,68,.3);
  color: #fca5a5;
}

.hf-form-btn {
  margin-top: 4px;
  padding: 16px 24px;
  font-size: .95rem;
}

.hf-form-btn:disabled {
  opacity: .7;
  cursor: not-allowed;
  transform: none !important;
}

/* ── RESPONSIVO ── */
@media (max-width: 1024px) {
  .hf-oport-inner    { grid-template-columns: 1fr; gap: 48px; }
  .hf-invest-inner   { grid-template-columns: 1fr; }
  .hf-pay-card       { position: static; }
  .hf-modulos-grid   { grid-template-columns: repeat(2, 1fr); }
  .hf-difs-grid      { grid-template-columns: repeat(2, 1fr); }
  .hf-instrutoras-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1024px) {
  .hf-antes-depois { grid-template-columns: 1fr; }
  .hf-ad-arrow { transform: rotate(90deg); }
  .hf-comparativo .hf-comp-col { padding: 10px 14px; font-size: .82rem; }
}

@media (max-width: 768px) {
  .section { padding: 70px 0; }
  .hf-hero-logo { height: 120px; }
  .hf-hero-tecnicas { gap: 8px; }
  .hf-hero-data { gap: 20px; }
  .hf-hero-btns { flex-direction: column; width: 100%; }
  .hf-hero-btns .btn-hf { width: 100%; justify-content: center; }
  .hf-urgencia-inner { flex-direction: column; gap: 20px; text-align: center; }
  .hf-nums-grid { grid-template-columns: 1fr 1fr; }
  .hf-modulos-grid { grid-template-columns: 1fr; }
  .hf-instrutoras-grid { grid-template-columns: 1fr; }
  .hf-difs-grid { grid-template-columns: 1fr 1fr; }
  .hf-header-tel { display: none; }
  .hf-cta-final-btns { flex-direction: column; width: 100%; }
  .hf-cta-final-btns .btn-hf { width: 100%; justify-content: center; }
  .hf-footer-inner { flex-direction: column; text-align: center; }
  .hf-footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 768px) {
  .hf-form-row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hf-difs-grid { grid-template-columns: 1fr; }
  .hf-nums-grid { grid-template-columns: 1fr; }
  .hf-pay-card { padding: 24px 18px; }
  .hf-pay-valor { font-size: 2.4rem; }
}
