* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #172334;
  background: #fff;
  line-height: 1.55;
}
.container {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.topbar {
  background: #052b5c;
  color: #fff;
  font-size: 12px;
}
.topbar-inner {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #062c60;
}
.brand-mark {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
}
.brand b {
  display: block;
  font-size: 24px;
  line-height: 1;
}
.brand small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.nav nav {
  display: flex;
  align-items: center;
  gap: 25px;
}
.nav nav a {
  font-size: 12px;
  font-weight: 800;
  color: #18212c;
  text-decoration: none;
}
.nav nav .matricula {
  background: #f7bd00;
  padding: 12px 16px;
  border-radius: 5px;
  color: #10284a;
}
.menu-btn {
  display: none;
  border: 0;
  background: none;
  font-size: 28px;
}
.hero {
  height: 555px;
  position: relative;
  overflow: hidden;
  background: #0b2c50;
}
.hero > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(3, 24, 48, 0.92) 0%,
    rgba(4, 28, 54, 0.72) 43%,
    rgba(4, 28, 54, 0.18) 78%
  );
}
.hero-content {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-copy {
  max-width: 670px;
  color: #fff;
}
.eyebrow,
.section-label,
.title span,
.cta span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.hero h1 {
  font-size: 54px;
  line-height: 1.05;
  margin: 13px 0 18px;
}
.hero h1 em {
  font-style: normal;
  color: #ffc400;
}
.hero p {
  font-size: 19px;
  max-width: 590px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}
.btn {
  display: inline-block;
  padding: 13px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
}
.yellow {
  background: #ffc400;
  color: #10284a;
}
.glass {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.blue {
  background: #07346c;
  color: #fff;
}
.highlights {
  margin-top: -35px;
  position: relative;
  z-index: 5;
}
.highlight-grid {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 24px;
}
.highlight-grid div {
  padding: 3px 22px;
  border-right: 1px solid #e1e6ec;
}
.highlight-grid div:last-child {
  border: 0;
}
.highlight-grid b,
.highlight-grid span {
  display: block;
}
.highlight-grid b {
  color: #06346d;
  font-size: 14px;
}
.highlight-grid span {
  font-size: 12px;
  color: #687383;
  margin-top: 4px;
}
.section {
  padding: 76px 0;
}
.light {
  background: #f6f8fb;
}
.title {
  margin-bottom: 28px;
}
.title span,
.section-label {
  color: #b88400;
}
.title h2,
.about-copy h2,
.cta h2 {
  font-size: 34px;
  color: #072f62;
  margin: 5px 0 0;
}
.center {
  text-align: center;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature {
  border-radius: 10px;
  overflow: hidden;
  background: #072f62;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}
.feature img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #fff;
}
.feature div {
  padding: 18px;
}
.feature h3 {
  margin: 0 0 6px;
}
.feature p {
  margin: 0;
  font-size: 13px;
  color: #dce6f1;
}
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.65fr;
  gap: 34px;
  align-items: center;
}
.photo-frame img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.about-copy p {
  color: #586474;
}
.info-card {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e3e8ee;
}
.info-card h3 {
  color: #07346c;
}
.info-card p {
  font-size: 12px;
}
.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.quick-grid a {
  padding: 24px;
  border: 1px solid #e0e6ed;
  border-radius: 9px;
  text-decoration: none;
  color: #07346c;
  background: #fff;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.04);
}
.quick-grid b,
.quick-grid span {
  display: block;
}
.quick-grid span {
  font-size: 12px;
  color: #697686;
  margin-top: 5px;
}
.cta {
  background: #062d60;
  color: #fff;
  padding: 55px 0;
}
.cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.cta h2 {
  color: #fff;
  margin: 5px 0;
}
.cta p {
  margin: 0;
  color: #d5e1ee;
}
footer {
  background: #031c3a;
  color: #fff;
  padding: 28px 0;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer-inner p {
  font-size: 12px;
  color: #bdc9d6;
  margin: 5px 0;
}
@media (max-width: 900px) {
  .topbar-inner {
    height: auto;
    padding: 8px 0;
    display: block;
  }
  .nav {
    height: 72px;
  }
  .nav nav {
    display: none;
    position: absolute;
    top: 106px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    z-index: 20;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav nav.open {
    display: flex;
  }
  .menu-btn {
    display: block;
  }
  .hero {
    height: 560px;
  }
  .hero h1 {
    font-size: 40px;
  }
  .highlight-grid,
  .feature-grid,
  .quick-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }
  .highlights {
    margin-top: 0;
  }
  .highlight-grid {
    border-radius: 0;
  }
  .highlight-grid div {
    border-right: 0;
    border-bottom: 1px solid #e1e6ec;
    padding: 13px;
  }
  .feature img {
    height: 250px;
  }
  .cta-inner,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* Logo institucional no cabeçalho */
.brand-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  background: #243746;
  align-self: stretch;
  padding: 0 18px;
  min-width: 255px;
}
.brand-logo img {
  display: block;
  width: 220px;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
}
@media (max-width: 900px) {
  .brand-logo {
    min-width: auto;
    padding: 0 10px;
  }
  .brand-logo img {
    width: 180px;
    max-height: 62px;
  }
}
