:root {
  --background: #f6f8fb;
  --foreground: #0b1838;
  --navy-950: #071633;
  --navy-900: #0b2252;
  --navy-800: #123474;
  --blue-600: #1d5dc7;
  --yellow: #ffc928;
  --yellow-dark: #eeb400;
  --white: #ffffff;
  --slate: #5c667c;
  --line: #dfe5ef;
  --radius: 1rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 1rem;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.utility-bar { background: var(--navy-950); color: #d9e3f8; font-size: 0.79rem; }
.utility-inner, .utility-links, .main-nav-inner, .category-nav-inner,
.hero-actions, .hero-proof, .hero-ribbon .shell { display: flex; align-items: center; }
.utility-inner { min-height: 36px; justify-content: space-between; }
.utility-inner p, .utility-inner span, .utility-inner a {
  display: inline-flex; align-items: center; gap: 7px; margin: 0;
}
.utility-inner svg { width: 14px; height: 14px; color: var(--yellow); }
.utility-links { gap: 24px; }

.main-nav { position: relative; z-index: 20; background: var(--navy-800); color: var(--white); }
.main-nav-inner { min-height: 84px; gap: 40px; }
.brand { flex: 0 0 auto; }
.brand img { display: block; width: 170px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: 0.91rem; font-weight: 700; }
.desktop-nav a { transition: color 180ms ease; }
.desktop-nav a:hover { color: var(--yellow); }

.nav-cta, .button {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px;
  border-radius: 10px; font-weight: 800;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}
.nav-cta { padding: 0 19px; background: var(--yellow); color: var(--navy-950); }
.nav-cta:hover, .button-yellow:hover { transform: translateY(-2px); background: #ffda5d; }
.nav-cta svg, .button svg { width: 18px; height: 18px; }

.category-nav { position: relative; z-index: 15; background: #0a1e48; color: #eef3ff; }
.category-nav-inner { min-height: 52px; justify-content: space-between; gap: 24px; font-size: 0.85rem; font-weight: 700; }
.category-nav a { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.category-nav a:hover { color: var(--yellow); }
.category-nav svg { width: 14px; }

.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary {
  display: grid; width: 46px; height: 46px; place-items: center;
  border: 1px solid rgb(255 255 255 / 25%); border-radius: 10px; cursor: pointer; list-style: none;
}
.mobile-menu summary::-webkit-details-marker { display: none; }

.hero { position: relative; min-height: 665px; overflow: hidden; background: var(--navy-950); color: var(--white); }
.hero-image, .hero-grid { position: absolute; inset: 0; }
.hero-image {
  background-image:
    linear-gradient(90deg, #071633 0%, rgb(7 22 51 / 97%) 25%, rgb(7 22 51 / 60%) 56%, rgb(7 22 51 / 4%) 100%),
    linear-gradient(0deg, rgb(7 22 51 / 42%), transparent 45%),
    var(--nbs-hero-image, url('../images/generated/hero-equipamentos.webp'));
  background-position: center; background-size: cover; transform: scale(1.002);
}
.hero-grid {
  opacity: 0.16;
  background-image: linear-gradient(rgb(255 255 255 / 16%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 16%) 1px, transparent 1px);
  background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 65%);
}
.hero-inner { position: relative; z-index: 2; min-height: 570px; display: flex; align-items: center; padding-block: 70px 95px; }
.hero-copy { width: min(650px, 58%); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--yellow);
  font-size: 0.83rem; font-weight: 900; letter-spacing: 0.095em; text-transform: uppercase;
}
.eyebrow::before { width: 40px; height: 4px; background: var(--yellow); content: ''; }
.hero h1 { max-width: 640px; margin: 0; font-size: clamp(3.25rem, 6.1vw, 5.65rem); font-weight: 900; letter-spacing: -0.062em; line-height: 0.94; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: #d8e4fb; font-size: clamp(1.05rem, 1.5vw, 1.24rem); line-height: 1.68; }
.hero-actions { flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { padding: 0 23px; }
.button-yellow { background: var(--yellow); color: var(--navy-950); }
.button-ghost { border: 1px solid rgb(255 255 255 / 38%); background: rgb(7 22 51 / 38%); color: var(--white); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: var(--yellow); color: var(--yellow); }
.hero-proof { flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; color: #f4f7ff; font-size: 0.8rem; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; }
.hero-proof span::before { width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgb(255 201 40 / 15%); content: ''; }
.hero-ribbon { position: absolute; right: 0; bottom: 0; left: 0; z-index: 3; background: var(--yellow); color: var(--navy-950); }
.hero-ribbon .shell { min-height: 95px; gap: 40px; }
.hero-ribbon strong { font-size: 1.35rem; font-weight: 900; white-space: nowrap; }
.hero-ribbon span { padding-left: 40px; border-left: 1px solid rgb(7 22 51 / 24%); font-size: 0.94rem; font-weight: 650; }

@media (max-width: 900px) {
  .desktop-nav, .nav-cta, .category-nav, .utility-links span { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu nav {
    position: absolute; top: 55px; right: 0; display: grid; width: 250px; overflow: hidden;
    border: 1px solid rgb(255 255 255 / 15%); border-radius: 14px; background: var(--navy-950);
    box-shadow: 0 18px 50px rgb(0 0 0 / 28%);
  }
  .mobile-menu nav a { padding: 15px 18px; border-bottom: 1px solid rgb(255 255 255 / 10%); font-weight: 700; }
  .hero-copy { width: min(680px, 78%); }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1180px); }
  .utility-inner { min-height: 34px; font-size: 0.71rem; }
  .utility-links { gap: 0; }
  .main-nav-inner { min-height: 74px; }
  .brand img { width: 145px; }
  .hero { min-height: 720px; }
  .hero-image {
    background-image:
      linear-gradient(90deg, rgb(7 22 51 / 98%) 0%, rgb(7 22 51 / 80%) 70%, rgb(7 22 51 / 42%) 100%),
      linear-gradient(0deg, rgb(7 22 51 / 55%), transparent 55%),
      var(--nbs-hero-image, url('../images/generated/hero-equipamentos.webp'));
    background-position: 62% center;
  }
  .hero-inner { min-height: 620px; align-items: flex-start; padding-top: 64px; }
  .hero-copy { width: 100%; }
  .eyebrow { max-width: 310px; font-size: 0.72rem; line-height: 1.45; }
  .eyebrow::before { width: 28px; flex: 0 0 28px; }
  .hero h1 { max-width: 440px; font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-lead { margin-top: 22px; font-size: 1rem; line-height: 1.58; }
  .hero-actions { align-items: stretch; }
  .button { width: 100%; }
  .hero-proof { display: none; }
  .hero-ribbon .shell { min-height: 100px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
  .hero-ribbon span { padding-left: 0; border-left: 0; font-size: 0.82rem; }
}

.section { padding-block: 108px; }
.section-heading { margin-bottom: 46px; }
.split-heading, .highlights-heading, .sales-inner, .contact-card, .footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}
.section-kicker {
  margin: 0 0 13px;
  color: var(--blue-600);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.section-kicker-light { color: var(--yellow); }
.section-heading h2, .about-copy h2, .sales-inner h2, .contact-card h2 {
  margin: 0;
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.04;
}
.split-heading > div { max-width: 720px; }
.split-heading > p { max-width: 390px; margin: 0 0 4px; color: var(--slate); line-height: 1.75; }

.solution-section { background: var(--white); }
.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.solution-card {
  position: relative;
  display: flex;
  min-height: 510px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f8faff;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.solution-card-body { position: relative; z-index: 1; display: flex; flex: 1; flex-direction: column; padding: 28px; }
.solution-card::after {
  position: absolute;
  right: -26px;
  bottom: -35px;
  width: 110px;
  height: 110px;
  border: 18px solid rgb(29 93 199 / 6%);
  border-radius: 50%;
  content: '';
}
.solution-card:hover { transform: translateY(-6px); border-color: #a9bde2; box-shadow: 0 20px 50px rgb(11 34 82 / 10%); }
.solution-card-top { display: flex; align-items: flex-start; justify-content: space-between; }
.icon-box { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 14px; background: var(--navy-800); color: var(--yellow); }
.icon-box svg { width: 25px; height: 25px; }
.card-number { color: #a7b1c5; font-size: 0.78rem; font-weight: 900; letter-spacing: 0.12em; }
.solution-card h3 { min-height: 58px; margin: 26px 0 12px; font-size: 1.35rem; font-weight: 900; letter-spacing: -0.035em; line-height: 1.16; }
.solution-card-body > p { min-height: 74px; margin: 0; color: var(--slate); font-size: 0.88rem; line-height: 1.65; }
.solution-card ul { display: grid; gap: 11px; margin: 26px 0 28px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.solution-card li { display: flex; align-items: flex-start; gap: 8px; color: #35415a; font-size: 0.82rem; line-height: 1.45; }
.solution-card li svg { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 1px; color: var(--blue-600); }
.solution-card-body > a { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--navy-800); font-size: 0.79rem; font-weight: 900; }
.solution-card-body > a svg { width: 16px; transition: transform 180ms ease; }
.solution-card-body > a:hover svg { transform: translateX(4px); }

.highlights-section { position: relative; overflow: hidden; background: var(--navy-900); color: var(--white); }
.highlights-section::before {
  position: absolute;
  top: -170px;
  right: -140px;
  width: 420px;
  height: 420px;
  border: 70px solid rgb(255 201 40 / 7%);
  border-radius: 50%;
  content: '';
}
.highlights-heading { position: relative; z-index: 1; }
.highlights-heading > div { max-width: 740px; }
.text-link-light { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 5px; border-bottom: 2px solid var(--yellow); font-size: 0.88rem; font-weight: 800; white-space: nowrap; }
.text-link-light svg { width: 17px; }
.highlight-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.highlight-card { position: relative; min-height: 280px; padding: 26px; overflow: hidden; border: 1px solid rgb(255 255 255 / 13%); border-radius: 18px; background: rgb(255 255 255 / 5%); transition: background 180ms ease, transform 180ms ease; }
.highlight-card:hover { transform: translateY(-4px); background: rgb(255 255 255 / 9%); }
.highlight-visual { position: relative; display: grid; width: 100%; height: 112px; place-items: center; margin-bottom: 23px; border-radius: 13px; background: linear-gradient(135deg, rgb(255 201 40 / 18%), rgb(29 93 199 / 18%)); color: var(--yellow); }
.highlight-visual::before { position: absolute; width: 84px; height: 84px; border: 1px solid rgb(255 255 255 / 13%); border-radius: 50%; content: ''; }
.highlight-visual svg { position: relative; width: 45px; height: 45px; stroke-width: 1.5; }
.highlight-card > p { margin: 0 0 6px; color: #aabbe0; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.highlight-card h3 { margin: 0; font-size: 1.35rem; font-weight: 900; letter-spacing: -0.03em; }
.highlight-card > a { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: var(--yellow); font-size: 0.8rem; font-weight: 850; }
.highlight-card > a svg { width: 15px; }

.about-section { background: #eef2f8; }
.about-grid { display: grid; grid-template-columns: minmax(340px, 0.9fr) minmax(480px, 1.1fr); align-items: center; gap: 92px; }
.about-panel {
  position: relative;
  min-height: 520px;
  padding: 45px;
  overflow: hidden;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgb(7 22 51 / 6%), transparent 60%),
    var(--yellow);
  color: var(--navy-950);
}
.about-panel::after { position: absolute; right: -70px; bottom: -70px; width: 260px; height: 260px; border: 42px solid rgb(7 22 51 / 8%); border-radius: 50%; content: ''; }
.about-panel-label { font-size: 0.76rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.about-mark { margin-top: 42px; font-size: clamp(8rem, 15vw, 12rem); font-weight: 900; letter-spacing: -0.11em; line-height: 0.8; }
.about-panel > p { max-width: 310px; margin: 28px 0 0; font-size: 1.55rem; font-weight: 850; letter-spacing: -0.035em; line-height: 1.15; }
.route-line { position: absolute; right: 45px; bottom: 38px; left: 45px; z-index: 1; display: flex; align-items: center; gap: 12px; font-size: 0.76rem; font-weight: 900; text-transform: uppercase; }
.route-line i { height: 2px; flex: 1; background: var(--navy-950); }
.about-copy h2 { max-width: 690px; }
.about-copy > p:not(.section-kicker) { color: var(--slate); line-height: 1.8; }
.about-copy .about-lead { margin: 28px 0 16px; color: #27334d; font-size: 1.1rem; font-weight: 700; line-height: 1.7; }
.value-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 34px; }
.value-grid > div { display: flex; align-items: center; gap: 13px; padding: 17px; border: 1px solid #d8deea; border-radius: 13px; background: rgb(255 255 255 / 64%); }
.value-grid svg { width: 25px; height: 25px; flex: 0 0 auto; color: var(--blue-600); }
.value-grid span { display: grid; gap: 3px; color: var(--slate); font-size: 0.75rem; }
.value-grid strong { color: var(--navy-950); font-size: 0.88rem; }

.steps-section { background: var(--white); }
.centered-heading { max-width: 760px; margin-right: auto; margin-left: auto; text-align: center; }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.steps-grid::before { position: absolute; top: 61px; right: 18%; left: 18%; height: 1px; border-top: 2px dashed #cbd5e4; content: ''; }
.steps-grid article { position: relative; z-index: 1; padding: 28px; text-align: center; }
.steps-grid article > span { position: absolute; top: 10px; right: calc(50% - 47px); display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--navy-950); font-size: 0.68rem; font-weight: 900; }
.steps-grid article > svg { width: 68px; height: 68px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); color: var(--blue-600); box-shadow: 0 12px 30px rgb(11 34 82 / 8%); }
.steps-grid h3 { margin: 23px 0 9px; font-size: 1.15rem; font-weight: 900; }
.steps-grid p { max-width: 280px; margin: 0 auto; color: var(--slate); font-size: 0.87rem; line-height: 1.65; }

.sales-strip { position: relative; overflow: hidden; padding-block: 64px; background: var(--yellow); color: var(--navy-950); }
.sales-strip::after { position: absolute; right: 7%; bottom: -135px; width: 270px; height: 270px; border: 45px solid rgb(7 22 51 / 8%); border-radius: 50%; content: ''; }
.sales-inner { position: relative; z-index: 1; align-items: center; }
.sales-inner > div { max-width: 760px; }
.sales-inner .section-kicker { color: var(--navy-800); }
.sales-inner h2 { font-size: clamp(2rem, 3.6vw, 3.25rem); }
.button-dark { flex: 0 0 auto; background: var(--navy-950); color: var(--white); }
.button-dark:hover { transform: translateY(-2px); background: var(--navy-800); }

.contact-section { padding-block: 86px; background: #eef2f8; }
.contact-card { position: relative; align-items: center; padding: 56px; overflow: hidden; border-radius: 26px; background: var(--navy-800); color: var(--white); }
.contact-card::before { position: absolute; top: -85px; right: 29%; width: 170px; height: 170px; border: 30px solid rgb(255 255 255 / 5%); border-radius: 50%; content: ''; }
.contact-card > div:first-child { position: relative; z-index: 1; max-width: 700px; }
.contact-card h2 { font-size: clamp(2rem, 3.8vw, 3.3rem); }
.contact-card p:not(.section-kicker) { margin: 18px 0 0; color: #cdd9f1; line-height: 1.7; }
.contact-actions { position: relative; z-index: 1; display: grid; gap: 18px; min-width: 250px; }
.contact-phone { display: flex; align-items: center; justify-content: center; gap: 10px; }
.contact-phone svg { width: 22px; color: var(--yellow); }
.contact-phone span { display: grid; font-size: 0.93rem; font-weight: 850; }
.contact-phone small { color: #b8c7e5; font-size: 0.68rem; font-weight: 650; }

.site-footer { padding: 78px 0 28px; background: var(--navy-950); color: #c3cee3; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 0.7fr 1.2fr; gap: 54px; padding-bottom: 58px; }
.footer-brand img { width: 170px; }
.footer-brand p { max-width: 270px; margin: 22px 0 0; color: #94a2bd; line-height: 1.7; }
.footer-grid h3 { margin: 0 0 21px; color: var(--white); font-size: 0.87rem; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid a, .footer-grid p { margin: 0; font-size: 0.82rem; line-height: 1.65; }
.footer-grid a:hover { color: var(--yellow); }
.footer-bottom { align-items: center; padding-top: 25px; border-top: 1px solid rgb(255 255 255 / 10%); color: #71809d; font-size: 0.72rem; }

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 9px;
  padding: 0 19px;
  border: 3px solid var(--white);
  border-radius: 999px;
  background: #0fa958;
  color: var(--white);
  box-shadow: 0 14px 34px rgb(4 75 37 / 30%);
  font-size: 0.84rem;
  font-weight: 900;
}
.whatsapp-float svg { width: 19px; }

@media (max-width: 1020px) {
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .solution-card { min-height: 470px; }
  .highlight-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 0.85fr 1.15fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 760px) {
  .section { padding-block: 78px; }
  .split-heading, .highlights-heading, .sales-inner, .contact-card { align-items: flex-start; flex-direction: column; gap: 24px; }
  .section-heading { margin-bottom: 34px; }
  .solution-grid, .highlight-grid, .steps-grid, .value-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: auto; }
  .solution-card h3, .solution-card-body > p { min-height: 0; }
  .solution-card-body > a { margin-top: 26px; }
  .highlight-card { min-height: 255px; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-panel { min-height: 400px; }
  .about-mark { font-size: 10rem; }
  .steps-grid::before { display: none; }
  .steps-grid article { padding: 22px; }
  .sales-inner .button { width: auto; }
  .contact-section { padding-block: 48px; }
  .contact-card { padding: 38px 28px; }
  .contact-actions { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .section { padding-block: 66px; }
  .section-heading h2, .about-copy h2, .sales-inner h2, .contact-card h2 { font-size: 2.1rem; }
  .about-panel { min-height: 350px; padding: 32px; }
  .about-mark { margin-top: 35px; font-size: 8rem; }
  .about-panel > p { max-width: 260px; font-size: 1.25rem; }
  .route-line { right: 32px; bottom: 30px; left: 32px; }
  .sales-strip { padding-block: 50px; }
  .sales-inner .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 52px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}
