:root {
  --brand-blue: #2d4596;
  --brand-blue-dark: #082763;
  --brand-orange: #ff9f1c;
  --brand-orange-dark: #ec8610;
  --brand-black: #1f1f1f;
  --brand-ink: #2b2b2b;
  --muted: #6f6f6f;
  --line: #e5e5e5;
  --soft: #f8f8f8;
}

body {
  background: #fff;
  color: var(--brand-ink);
  font-family: Arial, Helvetica, sans-serif;
}

body.modal-open {
  overflow: hidden;
}

.main-navbar {
  background: var(--brand-blue);
  box-shadow: 0 8px 24px rgba(8, 39, 99, 0.12);
  min-height: 56px;
}

.brand-mark {
  align-items: center;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 8px;
  color: var(--brand-orange);
  display: inline-flex;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.navbar-brand {
  font-weight: 900;
  letter-spacing: 0;
}

.brand-text {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 0.78;
}

.brand-text small {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
}

.brand-logo {
  display: block;
  max-height: 42px;
  max-width: 190px;
  object-fit: contain;
}

.nav-link {
  font-weight: 700;
}

.top-search {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  gap: 0.7rem;
  margin-left: 3rem;
  max-width: 480px;
  padding: 0.5rem 0.95rem;
  width: 40vw;
}

.top-search input {
  background: transparent;
  border: 0;
  color: var(--brand-ink);
  outline: 0;
  width: 100%;
}

.top-search input::placeholder {
  color: var(--muted);
}

.main-navbar .navbar-collapse {
  justify-content: flex-end;
}

.unit-button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 0.45rem;
  line-height: 1;
  padding: 0.55rem 0.85rem;
  text-decoration: none;
}

.unit-button i {
  color: var(--brand-orange);
  font-size: 1.1rem;
}

.unit-button:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.unit-modal {
  align-items: center;
  display: flex;
  inset: 0;
  opacity: 0;
  padding: 1rem;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.18s ease;
  z-index: 2000;
}

.unit-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.unit-modal-backdrop {
  background: rgba(5, 18, 48, 0.62);
  inset: 0;
  position: absolute;
}

.unit-modal-dialog {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  margin: auto;
  max-width: 560px;
  padding: clamp(1.25rem, 4vw, 2rem);
  position: relative;
  transform: translateY(12px);
  transition: transform 0.18s ease;
  width: min(100%, 560px);
}

.unit-modal.is-open .unit-modal-dialog {
  transform: translateY(0);
}

.unit-modal-close {
  align-items: center;
  background: #f5f6fb;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--brand-blue-dark);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 38px;
}

.unit-modal-dialog h2 {
  color: var(--brand-blue-dark);
  font-size: clamp(1.55rem, 4vw, 2.15rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  margin: 0 2.6rem 0.5rem 0;
}

.unit-modal-dialog p {
  color: var(--muted);
  margin-bottom: 1.25rem;
}

.unit-modal-list {
  display: grid;
  gap: 0.75rem;
}

.unit-modal-card,
.unit-modal-card:visited {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--brand-ink);
  display: grid;
  gap: 0.8rem;
  grid-template-columns: auto 1fr auto;
  padding: 0.9rem;
  text-decoration: none;
}

.unit-modal-card:hover,
.unit-modal-card.active {
  border-color: rgba(45, 69, 150, 0.35);
  box-shadow: 0 12px 28px rgba(8, 39, 99, 0.1);
  color: var(--brand-blue-dark);
}

.unit-modal-icon {
  align-items: center;
  background: rgba(255, 159, 28, 0.16);
  border-radius: 12px;
  color: var(--brand-orange);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.unit-modal-card strong,
.unit-modal-card small {
  display: block;
}

.unit-modal-card small {
  color: var(--muted);
  margin-top: 0.1rem;
}

.unit-modal-card em {
  background: rgba(45, 69, 150, 0.1);
  border-radius: 999px;
  color: var(--brand-blue);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  padding: 0.35rem 0.65rem;
}

.category-strip {
  display: none;
}

.category-strip .container {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.category-strip .container::-webkit-scrollbar {
  display: none;
}

.category-strip a {
  background: #eef0f5;
  border-radius: 999px;
  color: #444c68;
  flex: 0 0 auto;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.62rem 1.1rem;
  text-decoration: none;
}

.category-strip a:hover {
  background: var(--brand-orange);
  color: #fff;
}

.hero {
  background:
    linear-gradient(115deg, rgba(8, 39, 99, 0.96) 0%, rgba(45, 69, 150, 0.92) 52%, rgba(45, 69, 150, 0.12) 100%),
    url("../images/hero-equipamentos.png") center right / cover no-repeat;
  color: #fff;
  min-height: auto;
  padding: 132px 0 72px;
  position: relative;
}

.hero-overlay {
  display: none;
}

.eyebrow,
.section-kicker {
  color: var(--brand-orange);
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1.4rem;
  max-width: 680px;
}

.hero .lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.12rem;
  line-height: 1.7;
  max-width: 620px;
}

.hero-finder {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 22px;
  box-shadow: 0 26px 70px rgba(6, 23, 47, 0.22);
  color: var(--brand-ink);
  margin-left: auto;
  max-width: 540px;
  padding: clamp(1.25rem, 4vw, 2rem);
}

.finder-label {
  color: var(--brand-blue);
  display: block;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.hero-finder .input-group {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}

.hero-finder .input-group-text,
.hero-finder .form-control {
  background: #fff;
  border: 0;
}

.public-unit-selector {
  align-items: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 14px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 1rem 0 0;
  padding: 10px;
}

.public-unit-selector label {
  font-weight: 900;
  margin: 0;
}

.public-unit-selector select {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-weight: 800;
  padding: 8px 12px;
}

.hero-metrics {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.4rem;
  padding-top: 1.2rem;
}

.hero-metrics span {
  color: var(--muted);
  flex: 1 1 130px;
  font-size: 0.9rem;
}

.hero-metrics strong {
  color: var(--brand-blue-dark);
  display: block;
  font-size: 1.25rem;
}

.btn {
  border-radius: 6px;
}

.btn-warning {
  background: var(--brand-orange);
  border-color: var(--brand-orange);
  color: #fff;
}

.btn-warning:hover {
  background: var(--brand-orange-dark);
  border-color: var(--brand-orange-dark);
  color: #fff;
}

.section {
  padding: 76px 0;
}

.work-fronts {
  background: #fff;
}

.section h2,
.cta-band h2 {
  font-weight: 900;
}

.section-title {
  margin: 0 auto 2rem;
  max-width: 700px;
  text-align: center;
}

.section-title p {
  color: var(--muted);
  margin-bottom: 0;
}

.front-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.front-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--brand-ink);
  display: flex;
  gap: 0.85rem;
  min-height: 92px;
  padding: 1.2rem;
  text-decoration: none;
  transition: border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.front-card:hover {
  border-color: rgba(45, 69, 150, 0.35);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
  color: var(--brand-blue);
  transform: translateY(-2px);
}

.front-card i {
  align-items: center;
  background: rgba(255, 159, 28, 0.14);
  border-radius: 12px;
  color: var(--brand-orange);
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 1.35rem;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.front-card span {
  font-weight: 900;
  line-height: 1.2;
}

.catalog-section {
  background: #f5f6fa;
  padding-top: 24px;
}

.catalog-section > .container > .section-title,
.catalog-summary {
  display: none !important;
}

.catalog-toolbar {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr minmax(240px, 340px);
  margin: 0 auto 1rem;
  max-width: 980px;
  padding: 1rem;
}

.search-panel-toolbar {
  border: 0;
  margin: 0;
  max-width: none;
  padding: 0;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  margin: 1.3rem auto;
  max-width: 980px;
}

.chips-compact {
  max-height: 92px;
  overflow: hidden;
}

.chip {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--brand-ink);
  font-weight: 700;
  padding: 0.45rem 0.9rem;
}

.chip.active,
.chip:hover {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: #fff;
}

.catalog-summary {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 1.2rem;
  max-width: 980px;
}

.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.product-card:hover {
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.product-image {
  aspect-ratio: 4 / 3;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 1rem;
  object-fit: contain;
  width: 100%;
}

.product-card > a {
  background: #fff;
  border-radius: 12px;
  display: block;
}

.product-placeholder,
.equipment-placeholder {
  align-items: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 159, 28, 0.18), transparent 30%),
    linear-gradient(135deg, #f4f7ff 0%, #eef1f8 100%);
  border: 1px dashed rgba(45, 69, 150, 0.35);
  color: var(--brand-blue-dark);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

.product-placeholder {
  text-decoration: none !important;
}

.product-card a:has(.product-placeholder),
.product-card a:has(.product-placeholder):hover {
  color: inherit;
  text-decoration: none;
}

.placeholder-mark {
  align-items: center;
  background: var(--brand-blue);
  border-radius: 16px;
  color: var(--brand-orange);
  display: inline-flex;
  font-size: 2rem;
  height: 64px;
  justify-content: center;
  margin-bottom: 0.35rem;
  width: 64px;
}

.product-placeholder strong,
.equipment-placeholder strong {
  color: var(--brand-blue-dark);
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.product-placeholder small,
.equipment-placeholder small {
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
}

.product-code {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.product-card h3 {
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 0.7rem;
  min-height: 3.9rem;
}

.product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.product-card h3 a:hover {
  color: var(--brand-blue);
}

.product-card > p {
  color: var(--muted);
  font-size: 0.92rem;
}

.category-badge {
  background: rgba(255, 159, 28, 0.16);
  border-radius: 999px;
  color: #614600;
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 0.38rem;
  padding: 0.35rem 0.7rem;
}

.consult-box {
  display: none;
}

.consult-box p {
  background: var(--soft);
  border-radius: 10px;
  color: var(--brand-blue-dark);
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 0;
  padding: 0.65rem;
}

.availability {
  color: var(--muted);
  font-size: 0.88rem;
  margin: 1rem 0;
}

.quote-list-header {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-right: 2.9rem;
}

.quote-list-header h2 {
  color: var(--brand-ink);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 900;
  margin: 0;
}

.quote-list-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.quote-items {
  display: grid;
  gap: 1rem;
}

.quote-empty,
.quote-note {
  color: var(--muted);
}

.quote-item {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(8, 39, 99, 0.07);
  display: grid;
  gap: 1rem;
  grid-template-columns: 86px 1fr;
  padding: 1rem;
}

.quote-item img,
.quote-item-placeholder {
  background: var(--soft);
  border-radius: 12px;
  height: 76px;
  object-fit: contain;
  width: 86px;
}

.quote-item-placeholder {
  align-items: center;
  color: var(--brand-blue);
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
}

.quote-item h3 {
  font-size: 1rem;
  font-weight: 900;
  margin: 0 0 0.25rem;
}

.quote-item p {
  color: var(--muted);
  margin: 0 0 0.7rem;
}

.quote-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.quote-rental-field {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.quote-rental-field span {
  color: var(--brand-ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.quote-rental-field select {
  background: #fff;
  border: 1px solid var(--brand-blue);
  border-radius: 10px;
  color: var(--brand-blue-dark);
  font-weight: 800;
  min-height: 36px;
  padding: 0 2rem 0 0.75rem;
}

.quote-qty button,
.quote-qty input {
  border: 1px solid var(--brand-blue);
  border-radius: 10px;
  min-height: 36px;
}

.quote-qty button {
  background: #fff;
  color: var(--brand-blue);
  font-weight: 900;
  padding: 0 0.8rem;
}

.quote-qty input {
  text-align: center;
  width: 70px;
}

.quote-qty .quote-remove {
  border-color: transparent;
  color: #c62828;
}

.quote-request-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.35rem;
}

.quote-modal {
  align-items: center;
  display: flex;
  inset: 0;
  opacity: 0;
  padding: 1rem;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.18s ease;
  z-index: 2100;
}

.quote-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.quote-modal-backdrop {
  background: rgba(5, 18, 48, 0.66);
  inset: 0;
  position: absolute;
}

.quote-modal-dialog {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  margin: auto;
  max-height: calc(100vh - 2rem);
  max-width: 1180px;
  overflow: auto;
  padding: clamp(1.2rem, 3vw, 2rem);
  position: relative;
  width: min(100%, 1180px);
}

.quote-modal-small {
  max-width: 520px;
}

.quote-modal-small h2 {
  color: var(--brand-blue-dark);
  font-weight: 900;
}

.rental-type-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1rem 0;
}

.rental-quantity {
  align-items: center;
  background: #f7f8fc;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  padding: 0.85rem;
}

.rental-quantity label {
  color: var(--brand-ink);
  font-weight: 900;
}

.rental-quantity > div {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
}

.rental-quantity button,
.rental-quantity input {
  border: 1px solid var(--brand-blue);
  border-radius: 10px;
  height: 38px;
}

.rental-quantity button {
  background: #fff;
  color: var(--brand-blue);
  font-size: 1.1rem;
  font-weight: 900;
  width: 42px;
}

.rental-quantity input {
  color: var(--brand-blue-dark);
  font-weight: 900;
  text-align: center;
  width: 72px;
}

.rental-type-grid button {
  background: #fff;
  border: 1px solid var(--brand-blue);
  border-radius: 14px;
  color: var(--brand-blue-dark);
  font-weight: 900;
  padding: 0.9rem;
}

.rental-type-grid button:hover {
  background: var(--brand-blue);
  color: #fff;
}

.quote-after-add {
  background: linear-gradient(135deg, rgba(45, 69, 150, 0.08), rgba(255, 159, 28, 0.12));
  border: 1px solid rgba(45, 69, 150, 0.12);
  border-radius: 16px;
  margin-top: 1rem;
  padding: 1rem;
}

.quote-after-add > strong {
  color: var(--brand-ink);
  display: block;
  font-size: 0.98rem;
  line-height: 1.3;
  margin-bottom: 0.65rem;
}

.quote-after-add h3 {
  color: var(--brand-blue-dark);
  font-weight: 900;
  margin: 0 0 0.25rem;
}

.quote-after-add p {
  color: var(--muted);
  margin-bottom: 0.9rem;
}

.quote-request-form h3 {
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.quote-request-form .form-control {
  border-color: var(--brand-blue);
  border-radius: 12px;
  margin-bottom: 1rem;
}

.quote-contact-options {
  display: flex;
  gap: 1.4rem;
}

.quote-form-message {
  color: var(--brand-blue-dark);
  font-weight: 800;
  margin: 0.9rem 0 0;
}

.feature {
  border: 1px solid var(--line);
  border-radius: 16px;
  height: 100%;
  padding: 1.5rem;
}

.feature i {
  color: var(--brand-orange);
  font-size: 2rem;
}

.feature h3 {
  font-size: 1.15rem;
  font-weight: 900;
  margin-top: 1rem;
}

.feature p {
  color: var(--muted);
  margin-bottom: 0;
}

.cta-band {
  background: var(--brand-orange);
  color: #fff;
  padding: 56px 0;
}

.cta-band p {
  margin-bottom: 0;
}

.accordion-button {
  font-weight: 800;
}

.popular-categories,
.about-section,
#vantagens,
#faq {
  position: relative;
}

.popular-categories {
  background: linear-gradient(180deg, #fff 0%, #f7f8fc 100%);
}

.popular-categories .work-category-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.about-section {
  background: #fff;
}

.about-section .row {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(8, 39, 99, 0.07);
  padding: clamp(1.1rem, 3vw, 2rem);
}

#vantagens {
  background: #f7f8fc;
}

#vantagens .feature {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  height: 100%;
  padding: 1.25rem;
}

#vantagens .feature i {
  align-items: center;
  background: rgba(255, 159, 28, 0.13);
  border-radius: 12px;
  color: var(--brand-orange);
  display: inline-flex;
  font-size: 1.35rem;
  height: 44px;
  justify-content: center;
  margin-bottom: 0.9rem;
  width: 44px;
}

#vantagens .feature h3 {
  color: var(--brand-blue-dark);
  font-size: 1rem;
  font-weight: 900;
}

#vantagens .feature p {
  color: var(--muted);
  margin: 0;
}

.cta-band {
  background: linear-gradient(135deg, var(--brand-orange) 0%, #ffad32 100%);
}

.faq-accordion {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(8, 39, 99, 0.08);
  margin: 0 auto;
  max-width: 920px;
  overflow: hidden;
}

.faq-accordion .accordion-item {
  border-color: var(--line);
}

.faq-accordion .accordion-button {
  color: var(--brand-blue-dark);
  font-weight: 900;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: rgba(45, 69, 150, 0.07);
  box-shadow: none;
}

.contact-section {
  background: var(--brand-blue);
  color: #fff;
}

.contact-list p {
  align-items: flex-start;
  display: flex;
  gap: 0.8rem;
}

.contact-list i {
  color: var(--brand-orange);
}

.quote-form {
  background: #fff;
  border-radius: 8px;
  color: var(--brand-ink);
  padding: 1.4rem;
}

.quote-form .form-label {
  font-weight: 800;
  margin-top: 0.8rem;
}

.footer {
  background: #1f2f68;
  color: rgba(255, 255, 255, 0.75);
  padding: 24px 0;
}

.equipment-page {
  padding-top: 76px;
}

.equipment-detail-section {
  background: #fff;
}

.equipment-detail-image {
  align-items: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  min-height: 360px;
  padding: 1.5rem;
}

.equipment-detail-image img {
  max-height: 460px;
  max-width: 100%;
  object-fit: contain;
}

.equipment-detail-image span {
  color: var(--muted);
  font-weight: 800;
}

.equipment-placeholder {
  border-radius: 18px;
  min-height: 320px;
  padding: 2rem;
  width: 100%;
}

.equipment-detail-section h1 {
  color: var(--brand-blue-dark);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 900;
  line-height: 1;
}

.equipment-code {
  color: var(--muted);
  font-weight: 900;
}

.equipment-description {
  font-size: 1.1rem;
  line-height: 1.7;
}

.related-carousel {
  display: grid;
  gap: 1rem;
  grid-auto-columns: minmax(260px, 330px);
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 0.5rem 0 1rem;
  scroll-snap-type: x mandatory;
}

.related-card {
  scroll-snap-align: start;
}

.maintenance-page {
  align-items: center;
  background:
    radial-gradient(circle at top left, rgba(245, 196, 0, 0.22), transparent 32rem),
    linear-gradient(135deg, #08234d 0%, #06172f 100%);
  display: flex;
  min-height: 100vh;
  padding: 2rem;
}

.maintenance-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  margin: 0 auto;
  max-width: 720px;
  padding: clamp(2rem, 6vw, 4rem);
  text-align: center;
}

.maintenance-kicker {
  color: var(--primary);
  display: inline-block;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.maintenance-card h1 {
  color: var(--dark);
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 900;
  margin-bottom: 1rem;
}

.maintenance-card p {
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.7;
  margin: 0 auto 2rem;
  max-width: 560px;
}

@media (max-width: 991px) {
  .main-navbar {
    min-height: 64px;
  }

  .catalog-toolbar {
    grid-template-columns: 1fr;
  }

  .front-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    background-position: center;
    padding-top: 112px;
  }

  .hero-finder {
    margin-left: 0;
    max-width: none;
  }
}

@media (max-width: 575px) {
  .section {
    padding: 64px 0;
  }

  .hero h1 {
    font-size: 2.45rem;
  }

  .front-grid {
    grid-template-columns: 1fr;
  }

  .catalog-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .public-unit-selector {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Home limpa - ajuste pós-revisão */
.hero.hero-clean {
  background: linear-gradient(135deg, var(--brand-blue-dark) 0%, var(--brand-blue) 100%);
  overflow: hidden;
  padding: 118px 0 64px;
}

.hero-clean .container {
  position: relative;
}

.hero-clean h1 {
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
  max-width: 660px;
}

.hero-clean .lead {
  max-width: 560px;
}

.hero-showcase {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  padding: 0.75rem;
}

.hero-showcase img {
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.search-panel-section {
  background: #f5f6fa;
  padding: 0;
}

.search-panel {
  align-items: end;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 16px 44px rgba(8, 39, 99, 0.12);
  display: block;
  margin-top: -34px;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  padding: 1.2rem;
  position: relative;
  z-index: 2;
}

.quick-stats {
  display: none !important;
}

.popular-categories {
  background: #fff;
  padding-top: 56px;
}

.search-panel-main .input-group {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}

.search-panel-title {
  margin-bottom: 0.9rem;
  text-align: center;
}

.search-panel-title .finder-label {
  margin-bottom: 0.35rem;
}

.search-panel-title h2 {
  color: var(--brand-ink);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  margin: 0 0 0.35rem;
}

.search-panel-title p {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0 auto;
  max-width: 640px;
}

.search-panel-main .input-group-text,
.search-panel-main .form-control {
  background: #fff;
  border: 0;
}

.search-panel .public-unit-selector {
  margin: 0;
  min-width: 0;
  width: 100%;
}

.search-panel .public-unit-selector label {
  flex: 0 0 auto;
}

.search-panel .public-unit-selector select {
  min-width: 0;
  width: 100%;
}

.quick-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  padding-top: 1.2rem;
}

.quick-stats span {
  background: #f6f7fb;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.92rem;
  padding: 0.55rem 0.9rem;
}

.quick-stats strong {
  color: var(--brand-blue-dark);
}

.work-category-grid {
  display: grid !important;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.work-category-card,
.work-category-card:visited {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--brand-ink);
  display: flex;
  gap: 0.85rem;
  min-height: 88px;
  padding: 1.15rem;
  text-decoration: none !important;
}

.work-category-card:hover {
  border-color: rgba(45, 69, 150, 0.35);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
  color: var(--brand-blue);
  transform: translateY(-2px);
}

.work-category-card i {
  align-items: center;
  background: rgba(255, 159, 28, 0.16);
  border-radius: 12px;
  color: var(--brand-orange);
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 1.25rem;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.work-category-card span {
  font-weight: 900;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .hero.hero-clean {
    padding-top: 104px;
  }

  .search-panel {
    grid-template-columns: 1fr;
  }

  .work-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .hero-showcase {
    display: none;
  }

  .work-category-grid {
    grid-template-columns: 1fr;
  }

  .quick-stats {
    justify-content: flex-start;
  }
}

/* Navegação por categorias */
.section.work-fronts {
  background: #fff;
}

.rental-groups {
  background: #fff;
  padding: 54px 0 26px;
}

.rental-title {
  margin-bottom: 1rem;
}

.rental-title h2,
.work-front-showcase h2 {
  color: var(--brand-ink);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.rental-title p,
.work-front-showcase .section-title p {
  color: var(--brand-blue);
  font-weight: 500;
}

.rental-tabs {
  border-bottom: 1px solid #9d9d9d;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto 2.6rem;
  max-width: 560px;
}

.rental-tabs button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--brand-ink);
  font-weight: 700;
  padding: 0.65rem 1rem;
}

.rental-tabs button.active {
  border-color: var(--brand-ink);
}

.phase-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(10, minmax(82px, 1fr));
}

.phase-card,
.phase-card:visited {
  align-items: center;
  background: var(--brand-blue);
  border-radius: 18px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  justify-content: center;
  min-height: 88px;
  padding: 0.7rem 0.55rem;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.phase-card i {
  color: var(--brand-orange);
  font-size: 1.75rem;
  line-height: 1;
}

.phase-card span {
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.05;
}

.phase-card:hover,
.phase-card.active {
  background: var(--brand-blue-dark);
  box-shadow: 0 14px 28px rgba(8, 39, 99, 0.22);
  color: #fff;
  transform: translateY(-3px);
}

.work-front-showcase {
  background: #f2f2f2;
  padding: 48px 0 56px;
}

.work-front-grid {
  display: grid;
  gap: clamp(1rem, 4vw, 3.4rem);
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.work-front-card,
.work-front-card:visited {
  align-items: center;
  border-radius: 22px;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 168px;
  justify-content: space-between;
  overflow: hidden;
  padding: 1.05rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.work-front-card strong {
  color: #fff;
  font-size: 1.18rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.work-front-card i {
  color: rgba(255, 255, 255, 0.9);
  font-size: 4.8rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.work-front-card::after {
  background: rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  bottom: -42px;
  content: "";
  height: 120px;
  position: absolute;
  right: -36px;
  width: 120px;
}

.work-front-card:hover,
.work-front-card.active {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  color: #fff;
  transform: translateY(-4px);
}

.work-front-card.construction {
  background: #ad1831;
}

.work-front-card.garden {
  background: #5b8c63;
}

.work-front-card.cleaning {
  background: #548b9a;
}

.work-front-card.painting {
  background: #d95b3d;
}

.work-front-card.others {
  background: #9a277d;
}

@media (max-width: 1199px) {
  .phase-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .work-front-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .phase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-front-grid {
    grid-template-columns: 1fr;
  }
}

/* Topo comercial por unidade */
.hero-store {
  background:
    radial-gradient(circle at 18% 25%, rgba(255, 159, 28, 0.22), transparent 28%),
    linear-gradient(135deg, #082763 0%, #183f96 58%, #0b2354 100%);
  padding-bottom: 86px;
}

.hero-store::after {
  background: var(--brand-orange);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}

.hero-store .eyebrow {
  background: rgba(255, 159, 28, 0.14);
  border: 1px solid rgba(255, 159, 28, 0.34);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
}

.hero-store h1 {
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
}

.hero-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1rem 0 1.35rem;
}

.hero-socials a,
.social-links a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  gap: 0.45rem;
  text-decoration: none;
}

.hero-socials a {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  padding: 0.48rem 0.8rem;
}

.hero-showcase {
  position: relative;
}

.hero-store .hero-showcase {
  border-radius: 34px;
  padding: 0.9rem;
}

.hero-store .hero-showcase img,
.hero-store .hero-showcase .carousel-item img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  width: 100%;
}

.hero-store .hero-showcase .carousel {
  border-radius: 24px;
  overflow: hidden;
}

.hero-store .hero-showcase .carousel-indicators {
  margin-bottom: 0.45rem;
}

.hero-store .hero-showcase .carousel-indicators [data-bs-target] {
  border-radius: 999px;
  height: 8px;
  width: 8px;
}

.about-section {
  background: #fff;
}

.about-section h2 {
  color: var(--brand-blue-dark);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.about-section p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.about-card {
  background: #f7f8fc;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(8, 39, 99, 0.08);
  padding: 1.5rem;
}

.about-card > i {
  align-items: center;
  background: var(--brand-blue);
  border-radius: 16px;
  color: var(--brand-orange);
  display: inline-flex;
  font-size: 1.8rem;
  height: 56px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 56px;
}

.about-card h3 {
  color: var(--brand-ink);
  font-weight: 900;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.social-links a {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--brand-blue);
  padding: 0.55rem 0.85rem;
}

.floating-quote {
  align-items: center;
  background: var(--brand-orange);
  border: 0;
  border-radius: 999px;
  bottom: 22px;
  box-shadow: 0 18px 45px rgba(255, 159, 28, 0.36);
  color: #fff;
  display: flex;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  padding: 0;
  position: fixed;
  right: 22px;
  text-decoration: none;
  width: 58px;
  z-index: 1200;
}

.floating-quote:hover {
  color: #fff;
  transform: translateY(-2px);
}

.floating-quote i {
  font-size: 1.55rem;
}

.floating-quote span {
  display: none;
}

.floating-quote strong {
  align-items: center;
  background: #fff;
  border: 2px solid var(--brand-orange);
  border-radius: 999px;
  color: var(--brand-blue-dark);
  display: inline-flex;
  font-size: 0.82rem;
  height: 25px;
  justify-content: center;
  min-width: 25px;
  padding: 0 0.35rem;
  position: absolute;
  right: -5px;
  top: -5px;
}

.contact-list a {
  color: inherit;
  font-weight: 800;
}

@media (max-width: 575px) {
  .floating-quote {
    height: 54px;
    width: 54px;
  }
}

@media (max-width: 991px) {
  body {
    padding-bottom: 76px;
  }

  .main-navbar {
    min-height: 54px;
  }

  .main-navbar .container {
    align-items: center;
  }

  .navbar-brand {
    max-width: calc(100% - 64px);
  }

  .brand-mark {
    height: 30px;
    min-width: 30px;
    width: 30px;
  }

  .brand-text {
    font-size: 1.05rem;
  }

  .brand-text small {
    font-size: 0.62rem;
  }

  .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.32);
    border-radius: 10px;
    box-shadow: none !important;
    height: 42px;
    padding: 0;
    width: 48px;
  }

  .navbar-toggler-icon {
    height: 1.2em;
    width: 1.2em;
  }

  .main-navbar .navbar-collapse {
    background: var(--brand-blue);
    border-radius: 0 0 18px 18px;
    margin: 0.75rem -12px -0.5rem;
    padding: 0.5rem 12px 1rem;
  }

  .main-navbar .navbar-nav {
    gap: 0.15rem;
  }

  .main-navbar .nav-link {
    border-radius: 10px;
    font-size: 0.98rem;
    padding: 0.7rem 0.35rem;
  }

  .main-navbar .nav-link:active,
  .main-navbar .nav-link:hover {
    background: rgba(255, 255, 255, 0.08);
  }

  .unit-button {
    justify-content: center;
    margin-top: 0.55rem;
    max-width: 100%;
    min-height: 44px;
    width: 100%;
  }

  .hero,
  .hero.hero-clean,
  .hero-store {
    padding: 88px 0 34px;
  }

  .hero-store::after {
    opacity: 0.35;
  }

  .hero h1,
  .hero-clean h1,
  .hero-store h1 {
    font-size: clamp(2.05rem, 11vw, 2.75rem);
    line-height: 0.98;
    margin-bottom: 1rem;
  }

  .hero .lead,
  .hero-clean .lead {
    font-size: 1rem;
    line-height: 1.55;
  }

  .eyebrow,
  .section-kicker {
    font-size: 0.72rem;
    line-height: 1.35;
    max-width: 100%;
  }

  .hero-showcase {
    margin-top: 0.25rem;
  }

  .hero-store .hero-showcase {
    border-radius: 18px;
    padding: 7px;
  }

  .hero-showcase img {
    max-height: 260px;
    object-fit: cover;
  }

  .equipment-page {
    padding-top: 54px;
  }

  .equipment-detail-section {
    padding-top: 76px;
  }

  .equipment-detail-section .row {
    gap: 1.25rem !important;
  }

  .equipment-detail-image {
    background: #fff;
    min-height: 0;
    padding: 0.85rem;
  }

  .equipment-detail-image img {
    max-height: 330px;
    width: 100%;
  }

  .equipment-detail-section h1 {
    font-size: clamp(1.85rem, 8.5vw, 2.35rem);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .equipment-description {
    font-size: 1rem;
    line-height: 1.6;
  }

  .equipment-detail-section .btn {
    margin-bottom: 0.55rem;
    width: 100%;
  }

  .equipment-detail-section .btn.ms-2 {
    margin-left: 0 !important;
  }

  .footer {
    font-size: 0.92rem;
    padding: 20px 76px 20px 0;
  }

  .floating-quote {
    bottom: 14px;
    right: 14px;
    z-index: 2050;
  }

  .quote-modal {
    align-items: flex-end;
    padding: 0;
  }

  .quote-modal-dialog {
    border-radius: 22px 22px 0 0;
    max-height: calc(100vh - 14px);
    padding: 1.25rem;
    width: 100%;
  }

  .quote-list-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 1rem;
    padding-right: 2.6rem;
  }

  .quote-list-actions {
    width: 100%;
  }

  .quote-list-actions .btn {
    flex: 1 1 145px;
  }

  .quote-item {
    align-items: flex-start;
    grid-template-columns: 68px 1fr;
    padding: 0.85rem;
  }

  .quote-item img,
  .quote-item-placeholder {
    height: 62px;
    width: 68px;
  }
}

@media (max-width: 575px) {
  .section {
    padding: 44px 0;
  }

  .container {
    --bs-gutter-x: 0.9rem;
  }

  .hero .d-flex .btn,
  .hero-clean .d-flex .btn {
    width: 100%;
  }

  .hero-store .hero-showcase {
    display: none;
  }

  .equipment-detail-section {
    padding-top: 46px;
  }

  .equipment-detail-image img {
    max-height: 280px;
  }

  .floating-quote {
    height: 52px;
    width: 52px;
  }

  .floating-quote i {
    font-size: 1.25rem;
  }

  .floating-quote strong {
    height: 22px;
    min-width: 22px;
  }
}
