:root {
  --rosa: #c00658;
  --bege: #b9825f;
  --offwhite: #f7efe5;
  --azul: #020530;
  --azul-2: #0a0e3f;
  --texto: #202033;
  --muted: #646174;
  --white: #ffffff;
  --shadow: 0 18px 60px rgba(2, 5, 48, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--texto);
  background: var(--offwhite);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1140px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 239, 229, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(2, 5, 48, .08);
}
.navbar { padding: 12px 0; }
.navbar-brand img { width: 180px; max-height: 58px; object-fit: contain; }
.nav-link { color: var(--azul); font-weight: 600; font-size: .95rem; }
.nav-link:hover { color: var(--rosa); }
.navbar-toggler { border: 0; padding: 8px; }
.btn {
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: all .22s ease;
  box-shadow: none;
}
.btn-sm { padding: 9px 16px; font-size: .9rem; }
.btn-lg { padding: 15px 24px; }
.btn-primary { background: var(--rosa); border-color: var(--rosa); color: var(--white); }
.btn-primary:hover, .btn-primary:focus { background: #9f064b; border-color: #9f064b; color: var(--white); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--azul); border-color: rgba(2,5,48,.18); }
.btn-outline:hover { background: var(--azul); color: var(--white); }
.btn-light { background: var(--offwhite); color: var(--azul); }
.hero { padding: 54px 0 42px; overflow: hidden; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rosa);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; border-radius: 999px; }
.eyebrow.light { color: var(--offwhite); }
h1, h2, h3 { color: var(--azul); line-height: 1.06; letter-spacing: -0.045em; }
h1 { font-size: clamp(2.45rem, 7vw, 5.4rem); font-weight: 900; margin-bottom: 18px; }
h2 { font-size: clamp(2rem, 4.6vw, 3.55rem); font-weight: 900; margin-bottom: 16px; }
h3 { font-size: 1.18rem; font-weight: 900; margin-bottom: 10px; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); max-width: 620px; margin-bottom: 24px; }
.hero-actions { display: grid; gap: 12px; margin-bottom: 24px; }
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 560px;
}
.trust-row div {
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(2,5,48,.08);
  border-radius: 18px;
  padding: 13px 12px;
}
.trust-row strong { display: block; color: var(--azul); font-size: .95rem; }
.trust-row span { color: var(--muted); font-size: .78rem; }
.hero-photo-wrap { position: relative; border-radius: 34px; padding: 12px; background: linear-gradient(135deg, var(--bege), var(--rosa)); box-shadow: var(--shadow); }
.hero-photo { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 26px; object-position: center top; }
.floating-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: rgba(255,255,255,.94);
  color: var(--azul);
  border-radius: 22px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  box-shadow: var(--shadow);
}
.floating-card i { color: var(--rosa); font-size: 1.35rem; }
.section { padding: 54px 0; }
.section-heading { max-width: 760px; margin: 0 auto 30px; text-align: center; }
.section-heading p, .pathway p, .about p, .final-box p { color: var(--muted); font-size: 1.05rem; }
.quick-conversion { padding-top: 20px; padding-bottom: 0; }
.conversion-card {
  background: var(--azul);
  color: var(--white);
  border-radius: 30px;
  padding: 28px;
  display: grid;
  gap: 20px;
  align-items: center;
  box-shadow: var(--shadow);
}
.conversion-card h2 { color: var(--white); font-size: clamp(1.7rem, 4vw, 3rem); margin: 0; }
.service-card {
  height: 100%;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(2,5,48,.08);
  border-radius: 26px;
  padding: 24px;
  box-shadow: 0 8px 30px rgba(2,5,48,.06);
}
.service-card.featured { background: var(--rosa); color: var(--white); }
.service-card.featured h3, .service-card.featured p, .service-card.featured i { color: var(--white); }
.service-card i { color: var(--rosa); font-size: 2rem; margin-bottom: 14px; display: inline-block; }
.service-card p { color: var(--muted); margin: 0; }
.pathway { background: var(--white); }
.steps { display: grid; gap: 14px; }
.step {
  display: flex;
  gap: 16px;
  background: var(--offwhite);
  border-radius: 24px;
  padding: 18px;
  border: 1px solid rgba(2,5,48,.06);
}
.step span {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bege);
  color: var(--white);
  display: grid;
  place-items: center;
  font-weight: 900;
}
.step p { margin: 0; color: var(--muted); }
.about-photo { border-radius: 30px; box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; object-position: center top; }
.credentials { display: grid; gap: 10px; margin: 20px 0; }
.credentials span { display: flex; gap: 10px; align-items: center; color: var(--azul); font-weight: 700; }
.credentials i { color: var(--rosa); }
.final-cta { padding-top: 30px; }
.final-box {
  text-align: center;
  background: linear-gradient(135deg, var(--azul), var(--azul-2));
  color: var(--white);
  border-radius: 34px;
  padding: 34px 24px;
  box-shadow: var(--shadow);
}
.final-box h2, .final-box p { color: var(--white); }
.final-box p { opacity: .86; max-width: 680px; margin: 0 auto 22px; }
.footer { background: var(--azul); color: rgba(255,255,255,.78); padding: 28px 0 88px; font-size: .95rem; }
.mobile-sticky-cta {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 80;
}
.mobile-sticky-cta a {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 54px;
  border-radius: 999px;
  background: var(--rosa);
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 14px 38px rgba(192, 6, 88, .35);
}
@media (min-width: 768px) {
  .hero { padding: 86px 0 58px; }
  .hero-actions { display: flex; align-items: center; }
  .conversion-card { grid-template-columns: 1fr auto; padding: 38px; }
}
@media (min-width: 992px) {
  .section { padding: 76px 0; }
  .mobile-sticky-cta { display: none; }
  .footer { padding-bottom: 28px; }
}
@media (max-width: 575.98px) {
  .navbar-brand img { width: 146px; }
  .hero { padding-top: 34px; }
  .trust-row { grid-template-columns: 1fr; }
  .floating-card { position: static; margin-top: 12px; }
  .hero-photo-wrap { border-radius: 26px; }
  .hero-photo { border-radius: 20px; }
  .service-card { padding: 20px; }
  .section-heading { text-align: left; }
}


.whatsapp-float {
  position: fixed;
  width: 64px;
  height: 64px;
  bottom: 24px;
  right: 24px;

  background: #c2185b; /* rosa da paleta */
  color: #fff;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 32px;

  box-shadow: 0 8px 25px rgba(0,0,0,0.25);

  z-index: 9999;

  transition: all 0.3s ease;

  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  background: #001b5e; /* azul da paleta */
  color: white;
}

@media (max-width: 768px) {
  .whatsapp-float {
    width: 58px;
    height: 58px;
    right: 18px;
    bottom: 18px;
    font-size: 28px;
  }
}

.whatsapp-float {
  animation: pulseWhats 2s infinite;
}

@keyframes pulseWhats {
  0% {
    box-shadow: 0 0 0 0 rgba(194, 24, 91, 0.5);
  }

  70% {
    box-shadow: 0 0 0 16px rgba(194, 24, 91, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(194, 24, 91, 0);
  }
}