/* =========================================================
   Brand tokens + Bootstrap overrides (cores pedidas)
   ========================================================= */
:root{
  --brand-dark: #f2636f;   /* azul escuro */
  --brand-accent: #0a0d45; /* vermelho/rosa */
  --brand-light: #ffffff;   /* branco */

  --bs-primary: var(--brand-accent);
  --bs-primary-rgb: 242,56,85;
  --bs-body-font-family: "Jost", sans-serif; /* <= aqui */
}

/* Compensa o header fixo */
body{ padding-top: 76px;

}
h1, h2, h3, .display-1, .display-2, .display-3, .display-4, .navbar-brand {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  letter-spacing: .2px;
}
/* Utilidades de marca */
.bg-brand-dark{ background-color: #f22233 !important; }
.text-brand-dark{ color: var(--brand-dark) !important; }
.brand-soft{ background: #f7f8ff; }

/* Navbar */
.border-black-10{ border-color: rgba(0,0,0,.1) !important; }

/* Hero */
.brand-gradient{
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(255,255,255,.07), transparent 60%),
    linear-gradient(135deg, var(--brand-dark) 0%, #0c1063 60%, #0a0d45 100%);
}
.hero .lead{ color: #e8e9ff; }


/* Mockup ilustrativa */
.shadow-soft{ box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.mockup{
  border:1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  overflow: hidden;
}
.mockup-bar{ height: 42px; background: rgba(255,255,255,.12); }
.mockup-body{ padding: 1rem; display: grid; gap: 1rem; }
.mockup-card{
  height: 90px; border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,.15), rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.15);
}
.mockup-card.wide{ height: 120px; }

/* Títulos */
.section-title{
  font-weight: 700;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
}

/* Icones dentro de cards */
.icon-circle{
  width: 44px; height: 44px; border-radius: 50%;
  display:flex; align-items:center; justify-content:center;
  background: rgba(242,56,85,.12);
  color: var(--brand-accent);
  font-size: 1.1rem;
}

/* Cards hover */
.card-hover{
  transition: transform .15s ease, box-shadow .2s ease, border-color .2s ease;
  border-color: rgba(10,13,69,.08) !important;
}
.card-hover:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(10,13,69,.15);
  border-color: rgba(242,56,85,.35) !important;
}

/* Marcas (logos placeholder) */
.brand{
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Botões */
.btn{
  border-radius: 12px;
  transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}
.btn:hover{ transform: translateY(-1px); }
.btn-primary{
  box-shadow: 0 8px 24px rgba(242,56,85,.25);
  color: #fff;
}

/* Footer social links */
.social-link{
  width: 40px; height: 40px; border-radius: 10px;
  display:inline-flex; align-items:center; justify-content:center;
  color:#fff; border:1px solid rgba(255,255,255,.18);
  transition: transform .15s ease, background .2s ease, border-color .2s ease;
}
.social-link:hover{ transform: translateY(-1px); background: rgba(255,255,255,.12); }

/* Acessibilidade: foco visível */
:focus-visible{
  outline: 3px solid rgba(242,56,85,.6);
  outline-offset: 2px;
}

.cta{
  background-color: #ffffff;
  color: #0a0d45;
  border-radius: 8px;
}

.cta-nav{
  background-color: #0a0d4500;
  color: #ffffff;
  border-radius: 200px;
  border-width: 2px;
  border-color: #ffffff;
}
.nav{
  background-color: #f22233;
}

.logo-mark{
  width: 50px;
  height: 50px;
  display: inline-flex;          /* permite centralizar conteúdo inline */
  align-items: center;           /* centro vertical */
  justify-content: center;       /* centro horizontal */
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;              /* garante círculo sem “vazar” a imagem */
}

.logo{
  max-width: 100%;
  max-height: 100%;
  /* opcional: para não deformar caso a imagem não seja quadrada */
  object-fit: cover;
}

/* Tamanho do carrossel no hero */
.hero .hero-carousel {
  /* altura fixa no desktop para não pular; ajuste se quiser mais alto/baixo */
  height: 360px;
}

/* As imagens sempre cobrem e centralizam */
.hero .hero-carousel .carousel-item img {
  height: 360px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Responsivo: reduz um pouco em telas médias (se o bloco aparecer) */
@media (max-width: 1199.98px) {
  .hero .hero-carousel,
  .hero .hero-carousel .carousel-item img {
    height: 300px;
  }
}

/* Sombra e cantos como seu mockup */
.shadow-soft { box-shadow: 0 10px 25px rgba(0,0,0,.15); }
.rounded-4  { border-radius: 1rem; }

/* Opcional: máscara/overlay para combinar com seu gradiente */
.hero .hero-carousel .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  /* ajuste a opacidade para harmonizar melhor com o fundo */
  background: linear-gradient(180deg, rgba(10,13,54,.10), rgba(10,13,54,.25));
  pointer-events: none;
}
.whats-fab{
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 10px 25px rgba(0,0,0,.15);
  z-index: 1050;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
.whats-fab:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,.2); }
@media (max-width: 575.98px){ .whats-fab{ right: 14px; bottom: 14px; } }
