:root {
  --cunzolo-blue: #24145f;
  --cunzolo-orange: #f36b21;
  --cunzolo-ink: #20232a;
  --cunzolo-muted: #5f6673;
  --cunzolo-line: #d9dde5;
  --cunzolo-soft: #f4f6f8;
  --cunzolo-white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--cunzolo-ink);
  background: var(--cunzolo-white);
  font-family: "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.sds-container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.w5 { width: calc(5% - 24px); }
.w10 { width: calc(10% - 24px); }
.w15 { width: calc(15% - 24px); }
.w20 { width: calc(20% - 24px); }
.w25 { width: calc(25% - 24px); }
.w30 { width: calc(30% - 24px); }
.w33 { width: calc(33.333% - 24px); }
.w40 { width: calc(40% - 24px); }
.w45 { width: calc(45% - 24px); }
.w50 { width: calc(50% - 24px); }
.w60 { width: calc(60% - 24px); }
.w65 { width: calc(65% - 24px); }
.w70 { width: calc(70% - 24px); }
.w80 { width: calc(80% - 24px); }
.w85 { width: calc(85% - 24px); }
.w90 { width: calc(90% - 24px); }
.w100 { width: 100%; }

.tao-paragrafo {
  width: 100%;
}

.topbar {
  background: var(--cunzolo-blue);
  color: var(--cunzolo-white);
  font-size: 0.92rem;
  display: none;
}

.topbar .sds-container {
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.topbar a {
  text-decoration: none;
}

header {
  background: var(--cunzolo-white);
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 8px 22px rgba(20, 23, 31, 0.12);
}

.brand-row {
  padding: 10px 0 12px;
  align-items: center;
}

.header-brand-block {
  display: flex;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--cunzolo-blue);
  text-decoration: none;
  font-weight: 700;
}

.brand img {
  width: 210px;
  max-height: 96px;
  object-fit: contain;
}

.header-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: auto;
  align-items: flex-end;
}

.header-topline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  width: 100%;
}

.header-actions {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.quote-button {
  white-space: nowrap;
}

.cta-short {
  display: none;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--cunzolo-blue);
  background: var(--cunzolo-white);
  color: var(--cunzolo-blue);
  font-weight: 700;
  border-radius: 4px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 15px;
  border: 1px solid var(--cunzolo-blue);
  background: var(--cunzolo-blue);
  color: var(--cunzolo-white);
  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;
}

.btn.secondary {
  background: var(--cunzolo-white);
  color: var(--cunzolo-blue);
}

.btn.orange {
  background: var(--cunzolo-orange);
  border-color: var(--cunzolo-orange);
  color: var(--cunzolo-white);
}

#m-menu,
#m-inst {
  display: block;
}

#m-menu {
  background: var(--cunzolo-blue);
}

#m-inst {
  background: transparent;
  border-bottom: 0;
}

#m-menu nav {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

#m-inst nav {
  width: auto;
}

#m-menu ul,
#m-inst ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

#m-menu li,
#m-inst li {
  position: relative;
}

#m-menu a,
#m-inst a {
  display: block;
  padding: 12px 14px;
  text-decoration: none;
  font-weight: 700;
  color: var(--cunzolo-white);
  font-size: 0.96rem;
}

#m-menu > nav > ul {
  align-items: center;
}

#m-menu > nav > ul > li > a {
  padding: 13px 16px;
}

#m-menu .catalog-link {
  margin-left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  padding: 9px 13px;
}

#m-inst a {
  color: var(--cunzolo-ink);
  padding: 6px 9px;
  font-size: 0.82rem;
  font-weight: 650;
  border-radius: 4px;
}

#m-menu a:hover,
#m-menu a[aria-current="page"],
#m-inst a:hover,
#m-inst a[aria-current="page"] {
  color: var(--cunzolo-white);
  background: var(--cunzolo-blue);
}

.social-links,
.footer-social {
  display: flex;
  align-items: center;
  gap: 7px;
}

.social-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  text-decoration: none;
  border: 1px solid rgba(36, 20, 95, 0.16);
  background: var(--cunzolo-white);
  color: var(--cunzolo-blue);
}

.social-icon::after {
  text-indent: 0;
  position: absolute;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 800;
}

.social-facebook::after { content: "f"; font-size: 0.9rem; }
.social-instagram::after { content: "◎"; font-size: 0.88rem; }
.social-linkedin::after { content: "in"; font-size: 0.68rem; }
.social-youtube::after { content: "▶"; font-size: 0.74rem; }

.social-icon::after {
  content: "";
  width: 18px;
  height: 18px;
  font-size: 0;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.social-facebook::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 8h3V4h-3c-3 0-5 2-5 5v2H6v4h3v5h4v-5h3l1-4h-4V9c0-.6.4-1 1-1Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 8h3V4h-3c-3 0-5 2-5 5v2H6v4h3v5h4v-5h3l1-4h-4V9c0-.6.4-1 1-1Z'/%3E%3C/svg%3E");
}

.social-instagram::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h10c2.8 0 5 2.2 5 5v10c0 2.8-2.2 5-5 5H7c-2.8 0-5-2.2-5-5V7c0-2.8 2.2-5 5-5Zm0 2c-1.7 0-3 1.3-3 3v10c0 1.7 1.3 3 3 3h10c1.7 0 3-1.3 3-3V7c0-1.7-1.3-3-3-3H7Zm5 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm5.2-3.2a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h10c2.8 0 5 2.2 5 5v10c0 2.8-2.2 5-5 5H7c-2.8 0-5-2.2-5-5V7c0-2.8 2.2-5 5-5Zm0 2c-1.7 0-3 1.3-3 3v10c0 1.7 1.3 3 3 3h10c1.7 0 3-1.3 3-3V7c0-1.7-1.3-3-3-3H7Zm5 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm5.2-3.2a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z'/%3E%3C/svg%3E");
}

.social-linkedin::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 8h4v12H5V8Zm2-5a2.2 2.2 0 1 1 0 4.4A2.2 2.2 0 0 1 7 3Zm5 5h4v1.6c.6-1 1.8-1.9 3.7-1.9 3 0 4.3 2 4.3 5.1V20h-4v-6.6c0-1.6-.6-2.4-1.9-2.4-1.4 0-2.1 1-2.1 2.4V20h-4V8Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 8h4v12H5V8Zm2-5a2.2 2.2 0 1 1 0 4.4A2.2 2.2 0 0 1 7 3Zm5 5h4v1.6c.6-1 1.8-1.9 3.7-1.9 3 0 4.3 2 4.3 5.1V20h-4v-6.6c0-1.6-.6-2.4-1.9-2.4-1.4 0-2.1 1-2.1 2.4V20h-4V8Z'/%3E%3C/svg%3E");
}

.social-youtube::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.6 7.2c.2 1.1.4 2.8.4 4.8s-.2 3.7-.4 4.8c-.2 1.1-1.1 2-2.2 2.2-1.9.3-7.4.3-7.4.3s-5.5 0-7.4-.3c-1.1-.2-2-1.1-2.2-2.2C2.2 15.7 2 14 2 12s.2-3.7.4-4.8c.2-1.1 1.1-2 2.2-2.2C6.5 4.7 12 4.7 12 4.7s5.5 0 7.4.3c1.1.2 2 1.1 2.2 2.2ZM10 15.5l5.2-3.5L10 8.5v7Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.6 7.2c.2 1.1.4 2.8.4 4.8s-.2 3.7-.4 4.8c-.2 1.1-1.1 2-2.2 2.2-1.9.3-7.4.3-7.4.3s-5.5 0-7.4-.3c-1.1-.2-2-1.1-2.2-2.2C2.2 15.7 2 14 2 12s.2-3.7.4-4.8c.2-1.1 1.1-2 2.2-2.2C6.5 4.7 12 4.7 12 4.7s5.5 0 7.4.3c1.1.2 2 1.1 2.2 2.2ZM10 15.5l5.2-3.5L10 8.5v7Z'/%3E%3C/svg%3E");
}

.social-icon:hover {
  background: var(--cunzolo-blue);
  color: var(--cunzolo-white);
}

.menu-toggle {
  cursor: pointer;
}

.submenu {
  display: none !important;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 300px;
  background: var(--cunzolo-white);
  border: 1px solid rgba(36, 20, 95, 0.12);
  border-top: 3px solid var(--cunzolo-orange);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 18px 34px rgba(20, 23, 31, 0.18);
  z-index: 40;
  padding: 8px;
}

.submenu li {
  width: 100%;
}

.submenu a {
  white-space: normal;
  color: var(--cunzolo-ink) !important;
  background: var(--cunzolo-white);
  border-radius: 5px;
  padding: 11px 12px;
}

.has-submenu:hover > .submenu,
.has-submenu:focus-within > .submenu {
  display: block !important;
}

.submenu a:hover {
  color: var(--cunzolo-white) !important;
  background: var(--cunzolo-blue);
}

.submenu a[aria-current="page"] {
  color: var(--cunzolo-white) !important;
  background: var(--cunzolo-blue);
}

#m-menu .has-submenu > .menu-toggle::after,
#m-inst .has-submenu > .menu-toggle::after {
  content: " +";
  color: var(--cunzolo-orange);
}

.hero {
  min-height: 430px;
  color: var(--cunzolo-white);
  background: linear-gradient(90deg, rgba(20, 17, 48, 0.96), rgba(20, 17, 48, 0.72), rgba(20, 17, 48, 0.22)), url("../../site/imagem/guindaste-pesado-azul-cunzolo.jpg") center center/cover no-repeat;
  display: flex;
  align-items: center;
}

.hero .sds-container {
  padding: 44px 0 58px;
}

.eyebrow {
  color: var(--cunzolo-orange);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  line-height: 1.15;
  margin: 0 0 14px;
  overflow-wrap: break-word;
}

h1 {
  max-width: 900px;
  font-size: clamp(2.15rem, 4vw, 3.55rem);
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}

h3 {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

p {
  margin: 0 0 14px;
  overflow-wrap: break-word;
}

.lead {
  max-width: 820px;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.hero-actions,
.cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  padding: 8px 10px;
  border-radius: 4px;
  font-weight: 700;
}

.section {
  padding: 68px 0;
}

.section.soft {
  background: var(--cunzolo-soft);
}

.section.dark {
  background: var(--cunzolo-blue);
  color: var(--cunzolo-white);
}

.card {
  border: 1px solid var(--cunzolo-line);
  background: var(--cunzolo-white);
  padding: 22px;
  border-radius: 6px;
  height: 100%;
  box-shadow: 0 12px 34px rgba(20, 23, 31, 0.07);
}

.card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 14px;
}

.card strong {
  color: var(--cunzolo-blue);
  display: block;
  margin-bottom: 6px;
}

.dark .card {
  color: var(--cunzolo-ink);
}

.feature-list,
.plain-list {
  padding-left: 20px;
  margin: 0;
}

.feature-list li,
.plain-list li {
  margin-bottom: 8px;
}

.metric {
  border-left: 4px solid var(--cunzolo-orange);
  padding-left: 16px;
}

.proof-strip {
  margin-top: -32px;
  position: relative;
  z-index: 3;
}

.proof-strip .card {
  border-color: transparent;
  min-height: 132px;
}

.proof-strip strong {
  font-size: 1.35rem;
}

.authority-band {
  padding-top: 54px;
}

.authority-band .sds-container {
  align-items: center;
}

.seal-card {
  height: 100%;
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border: 1px solid var(--cunzolo-line);
  border-radius: 6px;
  background: var(--cunzolo-white);
  box-shadow: 0 12px 34px rgba(20, 23, 31, 0.07);
}

.seal-card img {
  width: min(170px, 80%);
  max-height: 190px;
  object-fit: contain;
}

.service-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--cunzolo-blue);
  font-weight: 700;
  text-decoration: none;
}

.unit-card {
  display: flex;
  flex-direction: column;
}

.unit-card .unit-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding: 10px 12px;
  border: 1px solid rgba(36, 20, 95, 0.18);
  border-radius: 6px;
  color: var(--cunzolo-blue);
  font-weight: 800;
  text-decoration: none;
  background: #ffffff;
}

.unit-card .unit-phone-link .phone-icon {
  margin-right: 0;
}

.unit-card .unit-phone-link:hover {
  border-color: var(--cunzolo-blue);
  background: var(--cunzolo-blue);
  color: var(--cunzolo-white);
}

.services-layout {
  align-items: flex-start;
}

.services-six {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.services-intro-block {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 6px 0;
}

.services-intro-block .btn {
  margin-top: 12px;
  align-self: flex-start;
}

.service-card {
  display: flex;
  flex-direction: column;
}

.service-card .service-link {
  margin-top: auto;
  padding-top: 8px;
}

.services-intro {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.intro-card {
  margin-top: 22px;
  border: 1px solid var(--cunzolo-line);
  border-left: 4px solid var(--cunzolo-orange);
  background: var(--cunzolo-white);
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 12px 34px rgba(20, 23, 31, 0.06);
}

.intro-card strong {
  color: var(--cunzolo-blue);
  display: block;
  margin-bottom: 8px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.services-grid .card {
  min-height: 100%;
}

.services-grid .bridge-card {
  grid-column: auto;
}

.operation-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.operation-form-grid .field-full {
  grid-column: 1 / -1;
}

.band {
  width: 100%;
  background: var(--cunzolo-blue);
  color: var(--cunzolo-white);
  padding: 36px 0;
}

.form-panel {
  background: var(--cunzolo-white);
  color: var(--cunzolo-ink);
  padding: 24px;
  border-radius: 6px;
  border: 1px solid var(--cunzolo-line);
}

label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px;
  border: 1px solid var(--cunzolo-line);
  border-radius: 4px;
  font: inherit;
}

textarea {
  min-height: 110px;
}

.field {
  margin-bottom: 14px;
}

.form-status {
  margin: 12px 0 0;
  color: var(--cunzolo-muted);
  font-weight: 700;
}

.form-status[data-state="pending"] {
  color: var(--cunzolo-blue);
}

.form-status[data-state="error"] {
  color: #b42318;
}

#faq .faq-item {
  border: 1px solid var(--cunzolo-line);
  border-radius: 6px;
  padding: 18px;
  margin-bottom: 12px;
  background: var(--cunzolo-white);
}

.btn.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  background: #18a957;
  border-color: #18a957;
  min-height: 54px;
  padding: 12px 18px 12px 14px;
  border-radius: 999px;
  gap: 9px;
  font-size: 1rem;
  box-shadow: 0 12px 32px rgba(24, 169, 87, 0.38);
  animation: whatsappPulse 2s ease-in-out infinite;
}

.btn.floating-whatsapp::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("../../site/imagem/whatsapp-icon.svg") center/contain no-repeat;
}

@keyframes whatsappPulse {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 12px 32px rgba(24, 169, 87, 0.38);
  }
  50% {
    transform: translateY(-5px);
    box-shadow: 0 18px 44px rgba(24, 169, 87, 0.48);
  }
}

.whatsapp-panel,
.phone-panel {
  display: none;
  position: fixed;
  right: 18px;
  bottom: 74px;
  z-index: 31;
  width: min(390px, calc(100% - 28px));
  background: var(--cunzolo-white);
  color: var(--cunzolo-ink);
  border: 1px solid rgba(36, 20, 95, 0.12);
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(20, 23, 31, 0.26);
  padding: 16px;
}

body.whatsapp-open .whatsapp-panel {
  display: block;
}

body.phone-open .phone-panel {
  display: block;
}

.whatsapp-panel h3,
.phone-panel h3 {
  margin-bottom: 4px;
  color: var(--cunzolo-blue);
  font-size: 1.35rem;
}

.whatsapp-panel a,
.phone-panel a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  margin-top: 8px;
  border: 1px solid var(--cunzolo-line);
  border-radius: 7px;
  background: #fbfcfd;
  color: var(--cunzolo-ink);
  text-decoration: none;
  font-weight: 700;
}

.whatsapp-panel a::before,
.phone-panel a::before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  background: url("../../site/imagem/whatsapp-icon.svg") center/contain no-repeat;
}

.phone-panel a::before {
  background-image: url("../../site/imagem/phone-icon.svg");
}

.whatsapp-panel a:hover,
.phone-panel a:hover {
  border-color: #18a957;
  box-shadow: 0 8px 20px rgba(24, 169, 87, 0.12);
}

.phone-panel a:hover {
  border-color: var(--cunzolo-blue);
  box-shadow: 0 8px 20px rgba(36, 20, 95, 0.12);
}

.whatsapp-panel span,
.phone-panel span {
  color: var(--cunzolo-muted);
  font-weight: 400;
  margin-left: auto;
}

footer {
  background: #151722;
  color: var(--cunzolo-white);
  padding: 48px 0 24px;
}

footer a {
  color: var(--cunzolo-white);
}

.footer-slogan {
  width: 100%;
  color: var(--cunzolo-orange);
  font-weight: 800;
  margin-bottom: 12px;
}

.footer-units {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

.footer-unit {
  border-top: 3px solid var(--cunzolo-orange);
  padding-top: 12px;
}

.footer-unit h3 {
  color: var(--cunzolo-white);
  margin-bottom: 8px;
}

.footer-unit p {
  margin-bottom: 8px;
  color: #d8dce7;
}

.footer-unit a {
  text-decoration: none;
}

.footer-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-seals {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 20px;
}

.footer-seals img {
  width: 86px;
  height: 108px;
  object-fit: contain;
  background: var(--cunzolo-white);
  padding: 8px;
  border-radius: 6px;
}

.wa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 50%;
  background: url("../../site/imagem/whatsapp-icon.svg") center/contain no-repeat;
  color: var(--cunzolo-white);
  vertical-align: middle;
}

.wa-icon::before {
  content: "";
  font-size: 0.58rem;
  font-weight: 800;
}

.phone-icon,
.footer-unit a[href^="tel:"]::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 50%;
  background: url("../../site/imagem/phone-icon.svg") center/contain no-repeat;
  vertical-align: middle;
  content: "";
}

.footer-social {
  width: 100%;
  margin-top: 18px;
}

.footer-social .social-icon {
  background: #ffffff;
}

.signature-agenzzia {
  text-align: center;
  background: #10121a;
  color: var(--cunzolo-white);
  padding: 14px;
}

.signature-agenzzia a {
  color: var(--cunzolo-orange);
  font-weight: 700;
  text-decoration: none;
}

.breadcrumbs {
  padding: 18px 0;
  background: var(--cunzolo-soft);
  color: var(--cunzolo-muted);
}

.breadcrumbs a {
  color: var(--cunzolo-blue);
}

.page-hero {
  background: linear-gradient(90deg, rgba(22, 19, 50, 0.94), rgba(22, 19, 50, 0.64), rgba(22, 19, 50, 0.22)), url("../../site/imagem/guindaste-pesado-azul-cunzolo.jpg") center/cover no-repeat;
  color: var(--cunzolo-white);
  min-height: 460px;
  display: flex;
  align-items: center;
  padding: 78px 0;
}

.page-hero h1 {
  font-size: clamp(2.1rem, 4vw, 3.8rem);
}

.page-intro-media {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: center;
}

.page-intro-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--cunzolo-line);
  box-shadow: 0 12px 34px rgba(20, 23, 31, 0.08);
}

.page-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

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

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

.related-link {
  display: block;
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--cunzolo-line);
  border-left: 4px solid var(--cunzolo-orange);
  border-radius: 6px;
  background: var(--cunzolo-white);
  color: var(--cunzolo-blue);
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(20, 23, 31, 0.06);
}

.related-link span {
  display: block;
  margin-top: 6px;
  color: var(--cunzolo-muted);
  font-weight: 500;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

@media (max-width: 1100px) {
  .w5,
  .w10,
  .w15,
  .w20,
  .w25,
  .w30,
  .w33,
  .w40,
  .w45,
  .w50,
  .w60,
  .w65,
  .w70,
  .w80,
  .w85,
  .w90 {
    width: 100%;
  }

  .topbar .sds-container,
  .brand-row,
  .header-actions {
    justify-content: flex-start;
  }

  .brand-row {
    gap: 12px;
    padding: 10px 0;
    flex-wrap: wrap;
  }

  .brand-row .w30,
  .brand-row .w70 {
    width: 100%;
  }

  .brand img {
    width: 156px;
    max-height: 74px;
  }

  .header-right {
    align-items: flex-start;
    width: 100%;
    gap: 8px;
  }

  .header-topline {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }

  .header-actions {
    margin-left: 0;
    gap: 8px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .header-actions .btn.orange {
    min-height: 38px;
    padding: 8px 10px;
  }

  .cta-long {
    display: none;
  }

  .cta-short {
    display: inline;
  }

  #m-menu nav {
    width: min(100% - 24px, 1200px);
  }

  #m-menu {
    display: none;
  }

  body.nav-open #m-menu {
    display: block;
  }

  #m-menu ul {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    padding: 6px 0;
  }

  #m-inst ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 2px;
    scrollbar-width: none;
  }

  #m-inst ul::-webkit-scrollbar {
    display: none;
  }

  #m-inst a {
    white-space: nowrap;
  }

  .submenu {
    position: static;
    display: block !important;
    min-width: 100%;
    border: 0;
    box-shadow: none;
    background: transparent;
    padding-left: 12px;
  }

  .submenu a {
    padding: 8px 12px;
    color: var(--cunzolo-muted);
  }

  .hero .sds-container {
    padding: 54px 0;
  }

  .hero-points {
    flex-direction: column;
  }

  h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .btn.floating-whatsapp {
    right: 10px;
    bottom: 10px;
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 0;
    font-size: 0;
    border-radius: 50%;
  }

  .btn.floating-whatsapp::before {
    width: 31px;
    height: 31px;
  }

  .hero {
    min-height: auto;
  }

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

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

  .section {
    padding: 48px 0;
  }

  .page-intro-media,
  .page-card-grid,
  .page-card-grid.two,
  .related-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .sds-container {
    width: calc(100% - 48px);
    gap: 16px;
  }

  main .sds-container {
    width: calc(100% - 32px);
  }

  .section .sds-container > *,
  .section .tao-paragrafo,
  .page-intro-media,
  .page-card-grid,
  .related-grid,
  .faq-grid,
  .card,
  .form-panel {
    min-width: 0;
    max-width: 100%;
  }

  #m-inst li:nth-child(n+5) {
    display: none;
  }

  #m-inst nav {
    width: 100%;
  }

  #m-inst ul {
    justify-content: flex-start;
  }

  .social-links {
    display: none;
  }

  .header-actions {
    width: 100%;
  }

  .header-actions .btn,
  .nav-toggle {
    min-height: 38px;
    padding: 8px 10px;
  }

  .phone-icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }

  .hero .sds-container {
    padding: 34px 0 52px;
  }

  .hero,
  .hero .w80,
  .hero .lead,
  .hero h1 {
    width: 100%;
    max-width: 100%;
  }

  .hero .tao-paragrafo {
    max-width: 290px;
  }

  h1,
  .page-hero h1 {
    font-size: 1.52rem;
    line-height: 1.12;
  }

  .page-hero {
    min-height: 420px;
    padding: 58px 0;
  }

  .page-hero .lead {
    font-size: 0.94rem;
  }

  .page-hero h1,
  .page-hero p,
  .section .tao-paragrafo,
  .page-intro-media .tao-paragrafo,
  .detail-section .tao-paragrafo {
    max-width: 330px;
  }

  h2 {
    font-size: 1.42rem;
    line-height: 1.14;
  }

  h1,
  h2,
  h3,
  p,
  li {
    overflow-wrap: anywhere;
  }

  .lead {
    font-size: 0.98rem;
  }

  .eyebrow {
    font-size: 0.78rem;
  }

  .hero-points li,
  .btn {
    max-width: 100%;
  }

  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }

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

  .services-six {
    grid-template-columns: 1fr;
  }

  .services-grid .bridge-card {
    grid-column: auto;
  }

  .btn.floating-whatsapp {
    right: 12px;
    bottom: 12px;
    min-height: 50px;
    padding: 10px 14px 10px 12px;
  }

  .operation-form-grid {
    grid-template-columns: 1fr;
  }
}
