/* Header institucional Auranet (igual à home) */
.an-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid rgba(0, 35, 71, 0.06);
  box-shadow: 0 1px 0 rgba(0, 35, 71, 0.04);
}
.an-nav-inner {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 0;
}
.an-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.an-logo img {
  height: 44px;
  width: auto;
  display: block;
  object-fit: contain;
}
.an-menu {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.an-menu a {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #002347;
  transition: color 0.15s ease;
}
.an-menu a:hover,
.an-menu a.is-active {
  color: #ff6b00;
}
.an-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}
.an-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  background: #ff6b00;
  color: #fff !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 0;
  transition: background 0.15s ease;
}
.an-cta:hover {
  background: #e55f00;
}
.an-user {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.75rem 0.4rem 0.45rem;
  border-radius: 999px;
  background: #fff4eb;
  color: #002347;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.an-user-avatar {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #ff6b00;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  font-family: "Space Grotesk", sans-serif;
}
.an-burger {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.an-burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: #002347;
  border-radius: 2px;
}
.an-mobile {
  display: none;
  border-top: 1px solid #eef2f6;
  background: #fff;
  padding: 0.75rem 1rem 1rem;
}
.an-mobile.open {
  display: block;
}
.an-mobile a {
  display: block;
  padding: 0.7rem 0.25rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #002347;
  border-bottom: 1px solid #f1f5f9;
}
.an-mobile a:hover {
  color: #ff6b00;
}
.an-mobile .an-cta {
  margin-top: 0.85rem;
  width: 100%;
}
@media (max-width: 900px) {
  .an-menu,
  .an-actions {
    display: none;
  }
  .an-burger {
    display: inline-flex;
  }
}

/* Rodapé institucional Auranet (igual à home) */
.an-footer {
  background: #f3f0ea;
  color: #5b6b7c;
  margin-top: 0;
  border-top: 1px solid rgba(0, 35, 71, 0.06);
}
.an-footer a {
  color: #5b6b7c;
  text-decoration: none;
  transition: color 0.15s ease;
}
.an-footer a:hover {
  color: #ff6b00;
}
.an-footer-inner {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 3rem 0 1.5rem;
}
.an-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 1.05fr 1fr;
  gap: 2rem 1.75rem;
  padding-bottom: 2.25rem;
}
.an-footer-brand img {
  height: 40px;
  width: auto;
  display: block;
  margin-bottom: 1rem;
  object-fit: contain;
}
.an-footer-brand p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #6b7a8a;
  max-width: 22rem;
}
.an-footer-col h3 {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #002347;
}
.an-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.an-footer-col li {
  margin: 0 0 0.55rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.45;
}
.an-footer-muted {
  color: #8a96a3;
}
.an-footer-clients {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #6b7a8a;
}
.an-footer-area {
  display: inline-block;
  color: #ff6b00 !important;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.an-footer-area:hover {
  color: #e55f00 !important;
}
.an-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 35, 71, 0.08);
  font-size: 0.82rem;
  color: #8a96a3;
}
.an-footer-tag {
  text-align: right;
}
@media (max-width: 900px) {
  .an-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .an-footer-grid {
    grid-template-columns: 1fr;
  }
  .an-footer-tag {
    text-align: left;
  }
}
