@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800;900&display=swap");

:root{
  --pb-purple: #17444d;      /* verde agua principal */
  --pb-purple-2:#062f37;     /* topo / degradê */
  --pb-ink: #1b1b1f;
  --pb-muted: #6b6b75;
  --pb-white: #ffffff;
  --pb-card: #ffffff;
  --pb-shadow: 0 18px 38px rgba(20, 14, 40, .14);
  --pb-radius: 28px;
}

*{ font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }

body {
    overflow-x: hidden !important;
    font-family: 'Montserrat' !important;
    background-color: #ffffff;
}

/* =========================
   NAVBAR (estilo Parabank)
========================= */
.parabank{
  background: linear-gradient(80deg, rgba(15,66,36,.70), rgba(15,66,36,.70));
  backdrop-filter: blur(12px);
}

.navbar .nav-link{
  color: #ffffff;
  font-weight: 500;
  opacity: .92;
}

.navbar .nav-link:hover{ opacity:1; }

.brand-logo{ max-height: 44px; }

/* Botões pill */
.btn-pill{
  border-radius: 999px !important;
  padding: 10px 16px !important;
  font-weight: 700 !important;
  letter-spacing: .02em;
}

.btn-white{
  background: #ffffff !important;
  color: #1b1b1f !important;
  border: 1px solid rgba(255,255,255,.55) !important;
}

.btn-outline-light-soft{
  border: 1px solid rgba(255,255,255,.55) !important;
  color: #ffffff !important;
  background: rgba(255,255,255,.08) !important;
}

.btn-outline-light-soft:hover{
  background: rgba(255,255,255,.18) !important;
}
.fw-extrabold {
    font-weight: 800 !important;
}

.heading-color-primary {
    color: var(--color-primary);
}

.heading-color-secondary {
    color: var(--color-secondary);
}

h2 {
    font-size: 60px !important;
}

h3 {
    font-size: 54px !important;
}

h4 {
    font-size: 36px !important;
}

h6 {
    font-size: 24px !important;
}



/* =========================
   HERO (corrigido)
========================= */
.margin-up-section{
  height: 16px;
  background: #ffffff;
}

/* Hero roxo precisa ser relative para a imagem flutuar */
#purpleHero{
  position: relative;
  background: var(--pb-purple);
  padding-bottom: 18px; /* reduz o buraco branco */
}

.hero-inner{
  padding: 38px 0 24px;
}

.hero-kicker h6{
  color: rgba(255,255,255,.9);
  font-weight: 500;
}

.hero-title{
  color: #ffffff;
  font-weight: 900;
  font-size: clamp(2.2rem, 3.2vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: .01em;
  margin-top: 10px;
}

.hero-right{
  color: rgba(255,255,255,.92);
  font-weight: 500;
  font-size: 1.52rem;
  line-height: 1.45;
}

/* Coluna da imagem (garante área pra posicionamento absoluto) */
.hero-photo-col{
  position: relative;
  min-height: 260px;
}

/* Imagem flutuante (entre o roxo e o branco) */
.hero-float-img{
  position: absolute;
  left: 30%; /* ajusta a posição  */
  transform: translateX(-50%);
  bottom: -260px; /* sobe a imagem e elimina o buraco branco */
  width: 380px;  /* só um tiquinho maior, fica mais Parabank */
  max-width: none;
  height: auto;
  margin: 0;
  display: block;
  filter: drop-shadow(0 24px 40px rgba(10, 6, 30, .25));
  z-index: 5;
}

.heading-color-primary{ color: var(--pb-purple); }
.heading-color-secondary{ color: var(--pb-purple); }

.hero-badges{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width:768px){
  .hero-badges{ justify-content: flex-start; }
}

.badge-pill{
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  color: #ffffff;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 600;
}

/* Responsivo */
@media (max-width: 991px){
  #purpleHero{ padding-bottom: 70px; }

  .hero-photo-col{ min-height: 240px; }

  .hero-float-img{
    width: 340px;
    bottom: -80px;
  }
}

@media (max-width: 575px){
  #purpleHero{ padding-bottom: 40px; }

  .hero-photo-col{ min-height: 200px; }

  /* no celular, volta ao fluxo normal (evita cortar e exagerar o espaço) */
  .hero-float-img{
    position: static;
    transform: none;
    width: 240px;
    margin: 18px auto 0;
  }
}


/* =========================
   COMO FUNCIONA
========================= */
.como-sec .number{
  font-size: 9.5rem;
  color: rgba(124,102,231,.95);
  font-weight: 900;
  line-height: 1;
}

.content-box{
  background: var(--pb-card);
  border-radius: var(--pb-radius) !important;
  box-shadow: var(--pb-shadow);
}

.content-box .content{
  color: var(--pb-ink);
  font-weight: 500;
}

.store-row{
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:flex-start;
}
@media (max-width: 767px){
  .store-row{ align-items:center; }
}

.small-note{
  color: var(--pb-muted);
  font-weight: 500;
}

/* =========================
   BENEFICIOS (FSW)
========================= */
/* FSW SECTION */
#fsw-section .fsw-right-text {
    font-size: 20px;
}

/* COMPROMISSO */
.compromisso {
    background-image: url('../../assets/img/compromisso-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.compromisso .logocol p,
.compromisso .contentcol p {
    font-size: 24px;
}

.compromisso .logocol li {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    transition: 200ms ease;
}

.compromisso .logocol li:hover {
    font-weight: 700;
}

.compromisso::before {
    bottom: -200px;
    left: 20%;
}


/* =========================
   COMPROMISSO (roxo)
========================= */
.compromisso{
  background: var(--pb-purple);
}

.partner-logo{
  max-width: 320px;
  filter: drop-shadow(0 22px 34px rgba(10, 6, 30, .22));
}

/* =========================
   POR QUE (ícones + centro)
========================= */
.pro-que .foto-mulher-girl {
    position: absolute;
    left: -420px;
    bottom: -350px;
    z-index: 5;
    margin: auto;
}



/* =========================
   COMUNIDADE (roxo)
========================= */
.comunidade{
  background: var(--pb-purple);
}

.community-note{
  opacity: .92;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

/* contador */
.counter{
  font-size: clamp(2.2rem, 3vw, 3.1rem);
  letter-spacing: .02em;
}

/* =========================
   FAQ
========================= */
.frequentes .contentbox{
  border-radius: 18px;
}

.frequentes .textbox p{
  color: #3b3b44;
  margin: 0;
}

/* =========================
   FOOTER
========================= */
.footer{
  background: var(--pb-purple);
}

.footer h6.text-dark{
  color: #1b1b1f !important;
}

.footer .social-icons img{
  width: 34px;
  height: 34px;
  opacity: .92;
}

.footer .social-icons img:hover{ opacity: 1; }

.copyright{
  background: rgba(255,255,255,.86);
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  margin-top: 30px;
}

/* Rounded cut style (decorativo) */
.round-cut-circle:before{
  content:"";
  position:absolute;
  top:-22px;
  left:0;
  right:0;
  height:44px;
  background: #ffffff;
  border-bottom-left-radius: 44px;
  border-bottom-right-radius: 44px;
  opacity: .0; /* deixe 0 se não quiser o “recorte” */
}


/* =========================
   CORREÇÃO MOBILE — FOTO DIFERENCIAIS
========================= */
@media (max-width: 991px){
  .pro-que .foto-mulher-girl {
    position: static;      /* volta pro fluxo normal */
    left: auto;
    bottom: auto;
    transform: none;

    width: 260px;          /* ajuste fino */
    max-width: 90%;
    margin: 24px auto 0;

    display: block;
  }

  .foto-mulher-girl-col{
    text-align: center;
    margin-bottom: 24px;
  }
}

