/* ==================================================
   BASE
================================================== */
html { scroll-behavior: smooth; }

section { padding: 4.5rem 0; }

.section-muted { background: #f8f9fa; }

.anchor-offset { scroll-margin-top: 90px; }

/* ==================================================
   NAVBAR
================================================== */
.brand-logo{
  height: 42px;
  width: auto;
  display: block;
}


.nav-glass{
  background: rgba(11, 19, 32, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

/* ==================================================
   HERO
================================================== */
.hero {
  padding: 5rem 0;
  background: radial-gradient(1100px circle at 15% 10%, rgba(13,110,253,.16), transparent 45%),
              radial-gradient(900px circle at 85% 20%, rgba(25,135,84,.14), transparent 45%),
              #0b1320;
  color: #fff;
}

.hero-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 1rem;
  backdrop-filter: blur(10px);
}

.hero-card-title{
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.1;
}

.hero-card-subtitle{
  color: rgba(255,255,255,.65);
  font-size: .95rem;
  margin-top: .35rem;
}

.hero-card-badge{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.9);
  flex: 0 0 auto;
}

.contact-block .contact-link{
  display: inline-block;
  color: rgba(255,255,255,.70);
  text-decoration: none;
  margin-top: .2rem;
}

.contact-block .contact-link:hover{
  color: #fff;
  text-decoration: underline;
}

.contact-divider{
  height: 1px;
  background: rgba(255,255,255,.12);
  margin: 1rem 0;
}

/* ==================================================
   QUEM SOMOS / MARCA
================================================== */
.media-card{
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
}

.media-pill{
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 1rem;
  display: block;
}

.media-pill-contain{
  object-fit: contain;
  background: #fff;
  padding: .5rem;
}

@media (max-width: 576px){
  .media-pill{ height: 260px; }
}

/* ==================================================
   SERVIÇOS
================================================== */
.service-ui-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
  transition: transform .18s ease, box-shadow .18s ease;
}

.service-ui-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.10);
}

.service-icon{
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(13,110,253,.10);
  border: 1px solid rgba(13,110,253,.16);
}

.service-icon i{
  font-size: 22px;
  color: #0d6efd;
}

/* ==================================================
   GALERIA
================================================== */
.gallery-card { border-radius: 1rem; overflow: hidden; }
.gallery-card img { width: 100%; height: 220px; object-fit: cover; }

/* ==================================================
   FOOTER
================================================== */
footer { background: #0b1320; color: rgba(255,255,255,.8); }
footer a { color: rgba(255,255,255,.85); text-decoration: none; }
footer a:hover { color: #fff; }
