/* === TOPO === */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(216, 227, 236, 0.92);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: saturate(140%) blur(12px);
}

.top-band {
  border-bottom: 1px solid rgba(191, 219, 254, 0.9);
  background: linear-gradient(90deg, #eaf4ff, #f3fbff);
}

.header-spacer {
  height: var(--header-h);
}

#logoLink:hover {
  box-shadow: none !important;
  transform: none !important;
}

#mobileMenu {
  border-top: 1px solid rgba(216, 227, 236, 0.95);
  background: rgba(255, 255, 255, 0.96);
}

/* === HERO === */
.hero {
  position: relative;
  min-height: clamp(500px, 68svh, 640px);
  overflow: hidden;
  color: #fff;
}

.hero-content {
  position: relative;
  z-index: 4;
  display: flex;
  min-height: clamp(500px, 68svh, 640px);
  align-items: center;
}

.hero-copy {
  width: min(680px, 100%);
  padding: 3rem 0 3.5rem;
}

.hero-copy h1 {
  max-width: 18ch;
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-stats {
  display: grid;
  max-width: 620px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.hero-stat {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.1);
  padding: 0.85rem;
  backdrop-filter: blur(8px);
}

.hero-stat strong {
  display: block;
  color: #fff;
  font-size: 1rem;
}

.hero-stat span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
}

/* === SEÇÕES === */
.section-shell {
  max-width: 72rem;
  margin: 0 auto;
  padding: 4.5rem 1rem;
}

.section-head {
  max-width: 48rem;
}

.section-head h2 {
  margin-top: 0.75rem;
  color: var(--ink);
}

section#sobre {
  background: #ffffff;
}

section#produtos {
  background: #f3f8fc;
}

section#fabricacao {
  background: #ffffff;
}

section#recond {
  background: #eef6ff;
}

section#atendimento {
  background: #ffffff;
}

section#contato {
  background: linear-gradient(180deg, #f2fbff 0%, #ffffff 100%);
}

.about-image {
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.about-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.map-card {
  grid-column: span 2;
}

.map-card iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
}

/* === RODAPÉ === */
.site-footer {
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-bottom {
  background: linear-gradient(135deg, #075985, #0369a1);
  color: #fff;
}
