/* Estilos exclusivos das páginas Astro novas. Não altera as páginas legadas. */
.astro-modern-page { overflow-x: hidden; }
.astro-modern-page main { position: relative; z-index: 1; }
.astro-modern-page nav#navbar { position: fixed; inset: 0 0 auto; z-index: 1000; display: flex; align-items: center; justify-content: space-between; height: 112px; padding: 0 8%; background: transparent; transition: .35s ease; }
.astro-modern-page nav#navbar.scrolled { height: 76px; background: rgba(10,22,40,.97); box-shadow: 0 5px 20px rgba(0,0,0,.12); }
.astro-modern-page nav.breadcrumbs { position: static; inset: auto; z-index: auto; display: block; width: auto; height: auto; padding: 0 0 12px; margin: 0 0 32px; background: transparent; box-shadow: none; }
.astro-modern-page .nav-logo { display: flex; align-items: center; text-decoration: none; margin: 0; padding: 0; }
.astro-modern-page .nav-logo img { display: block; width: auto; height: 92px; max-width: 190px; object-fit: contain; filter: drop-shadow(0 2px 8px rgba(0,0,0,.22)); transition: .35s ease; }
.astro-modern-page nav#navbar.scrolled .nav-logo img { height: 64px; }
.astro-modern-page .nav-right { display: flex; align-items: center; gap: 32px; margin: 0; }
.astro-modern-page .nav-links { display: flex; align-items: center; gap: 24px; list-style: none; margin: 0; padding: 0; }
.astro-modern-page .nav-links a { color: var(--silver); text-decoration: none; font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; transition: .25s; }
.astro-modern-page .nav-links a:hover, .astro-modern-page .nav-links a.active { color: var(--white); }
.astro-modern-page .nav-actions { display: flex; align-items: center; gap: 15px; }
.astro-modern-page .nav-social a { color: var(--silver); text-decoration: none; font-size: .75rem; }
.astro-modern-page .dropdown-wrapper { position: relative; display: inline-block; }
.astro-modern-page .nav-cta { background: var(--accent); color: var(--white) !important; border: 0; border-radius: 2px; padding: 11px 20px; font: 700 .75rem var(--font-body); cursor: pointer; text-transform: uppercase; }
.astro-modern-page .dropdown-content { display: none; position: absolute; top: calc(100% + 10px); right: 0; min-width: 175px; z-index: 1001; overflow: hidden; background: var(--blue-navy); box-shadow: 0 8px 16px rgba(0,0,0,.3); }
.astro-modern-page .dropdown-content.show { display: block; }
.astro-modern-page .dropdown-content a { display: block; padding: 12px 16px; color: var(--white); text-decoration: none; font-size: .75rem; }
.astro-modern-page .dropdown-content a:hover { background: var(--accent); }
.astro-modern-page .hamburger { display: none; }
.astro-modern-page .hero { min-height: 680px; height: 100vh; padding: 150px 8% 90px; display: flex; align-items: center; position: relative; overflow: hidden; background: var(--blue-900); }
.astro-modern-page .hero-video-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.astro-modern-page .hero-video-bg video { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.astro-modern-page .hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(10,22,40,.95), rgba(10,22,40,.38)); }
.astro-modern-page .hero-content { position: relative; z-index: 2; width: min(700px, 100%); }
.astro-modern-page .breadcrumbs { position: relative; z-index: 2; padding-top: 12px; }
.astro-modern-page .hero h1 { max-width: 700px; color: var(--white); font-size: clamp(1.75rem, 3.2vw, 2.65rem); line-height: 1.1; margin-bottom: 18px; }
.astro-modern-page .section-header h2 { font-size: clamp(1.7rem, 2.8vw, 2.25rem); line-height: 1.12; }
.astro-modern-page .hero-desc { max-width: 570px; color: var(--silver); font-size: 1rem; line-height: 1.7; margin-bottom: 30px; }
.astro-modern-page .hero-actions { display: flex; flex-wrap: wrap; gap: 15px; }
.astro-modern-page .hero .btn-primary { background: var(--accent); border-color: var(--accent); }
.astro-modern-page .hero .btn-outline { border-color: rgba(255,255,255,.5); }
.astro-modern-page section { position: relative; }
.astro-modern-page .section-header h2 { max-width: 760px; }
.astro-modern-page footer { position: relative; margin-top: 50px; padding: 100px 8% 40px; background: var(--blue-900); color: var(--silver); }
.astro-modern-page .footer-waves { position: absolute; top: -49px; left: 0; width: 100%; overflow: hidden; line-height: 0; }
.astro-modern-page .footer-waves svg { display: block; width: 100%; height: 50px; }
.astro-modern-page .footer-waves .shape-fill { fill: var(--blue-900); }
.astro-modern-page .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.5fr; gap: 50px; position: relative; z-index: 1; }
.astro-modern-page .footer-brand img { width: auto; height: 58px; max-width: 190px; }
.astro-modern-page .footer-brand p { max-width: 320px; margin-top: 20px; font-size: .85rem; line-height: 1.7; }
.astro-modern-page .footer-col h5 { color: var(--white); margin-bottom: 25px; font-size: .9rem; }
.astro-modern-page .footer-col ul { list-style: none; padding: 0; }
.astro-modern-page .footer-col li { margin-bottom: 12px; }
.astro-modern-page .footer-col a, .astro-modern-page .footer-address { color: var(--silver); text-decoration: none; font-size: .85rem; }
.astro-modern-page .footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 70px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.08); font-size: .75rem; opacity: .7; }
@media (max-width: 992px) {
  .astro-modern-page nav#navbar { height: 84px; padding: 0 5%; }
  .astro-modern-page .nav-logo img { height: 68px; max-width: 150px; }
  .astro-modern-page .nav-right { gap: 0; }
  .astro-modern-page .nav-right > *:not(.nav-links) { display: none; }
  .astro-modern-page .hamburger { display: flex; flex-direction: column; gap: 6px; position: relative; z-index: 1002; padding: 10px; cursor: pointer; }
  .astro-modern-page .hamburger span { width: 27px; height: 2px; background: var(--white); }
  .astro-modern-page .nav-links { position: fixed; inset: 0 0 0 auto; right: -100%; width: 100%; height: 100vh; flex-direction: column; justify-content: center; gap: 32px; padding: 10%; background: var(--blue-900); transition: right .35s ease; }
  .astro-modern-page .nav-links.open { right: 0; }
  .astro-modern-page .nav-links a { font-size: 1.15rem; }
  .astro-modern-page .hero { min-height: 620px; height: 100svh; padding: 120px 8% 70px; }
  .astro-modern-page .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .astro-modern-page .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 600px) {
  .astro-modern-page .hero { min-height: 620px; }
  .astro-modern-page .hero h1 { font-size: 2rem; }
  .astro-modern-page .hero-actions { flex-direction: column; align-items: flex-start; }
  .astro-modern-page .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .astro-modern-page .footer-brand p { margin-left: auto; margin-right: auto; }
  .astro-modern-page .footer-brand img { height: 70px; }
}
