/*
 * Velt Embalagens - definitive global shell
 * Elementor may override every public --velt-* custom property.
 */
.velt-site {
  --velt-navy: #0b1f33;
  --velt-navy-soft: #102a43;
  --velt-green: #2f7d5b;
  --velt-green-dark: #225f46;
  --velt-green-soft: #dbece3;
  --velt-green-accent: #8fc8a8;
  --velt-charcoal: #2b3035;
  --velt-muted: #59636b;
  --velt-surface: #f4f7f8;
  --velt-surface-alt: #e7ecef;
  --velt-line: #d2d9dd;
  --velt-white: #fff;
  --velt-font-heading: "Archivo", sans-serif;
  --velt-font-body: "Inter", sans-serif;
  --velt-container: 1180px;
  --velt-gutter: 24px;
  --velt-radius-control: 999px;
  --velt-radius-surface: 16px;
  --velt-radius-panel: 30px;
  --velt-shadow-1: 0 1px 2px rgba(11, 31, 51, 0.05),
    0 10px 24px -14px rgba(11, 31, 51, 0.22);
  --velt-shadow-2: 0 2px 4px rgba(11, 31, 51, 0.06),
    0 30px 56px -26px rgba(11, 31, 51, 0.34);
  --velt-ease: cubic-bezier(0.22, 1, 0.36, 1);
  min-width: 0;
  overflow-x: clip;
  background: var(--velt-surface);
  color: var(--velt-charcoal);
  font-family: var(--velt-font-body);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  accent-color: var(--velt-green);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.velt-site,
.velt-site *,
.velt-site *::before,
.velt-site *::after {
  box-sizing: border-box;
}

.elementor .velt-site.velt-section.e-con {
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  max-width: none;
  padding: 0;
}

.velt-site :where(h1, h2, h3, h4, p, figure, blockquote, dl, dd) {
  margin: 0;
}

.velt-site :where(ul, ol) {
  margin: 0;
  padding: 0;
}

.velt-site :where(img, picture, svg, video, canvas) {
  display: block;
  max-width: 100%;
}

.velt-site :where(img) {
  height: auto;
}

.velt-site :where(button, input, select, textarea) {
  max-width: 100%;
  border-radius: 0;
  color: inherit;
  font: inherit;
}

.velt-site :where(button, summary, label[for], a) {
  -webkit-tap-highlight-color: transparent;
}

.velt-site :where(a) {
  color: inherit;
  text-decoration: none;
}

.velt-site :where(h1, h2, h3, h4, .brand__copy strong) {
  color: var(--velt-navy);
  font-family: var(--velt-font-heading);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
  text-wrap: balance;
}

.velt-site :where(p, .lead) {
  text-wrap: pretty;
}

.velt-site ::selection {
  background: var(--velt-green-accent);
  color: var(--velt-navy);
}

.velt-site .container {
  width: min(calc(100% - (var(--velt-gutter) * 2)), var(--velt-container));
  margin-inline: auto;
}

.velt-site .grid {
  display: grid;
  gap: 24px;
}

.velt-site .grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.velt-site .grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.velt-site .skip-link,
.velt-site .screen-reader-text,
.velt-site .search-form .skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.velt-site .skip-link:focus,
.velt-site .screen-reader-text:focus,
.velt-site .search-form .skip-link:focus {
  z-index: 200;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 14px;
  clip: auto;
  clip-path: none;
  border-radius: 8px;
  background: var(--velt-white);
  color: var(--velt-navy);
  box-shadow: var(--velt-shadow-2);
}

.velt-site :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--velt-green-dark);
  outline-offset: 3px;
}

.velt-site .top-strip {
  background: var(--velt-navy);
  color: var(--velt-white);
}

.velt-site .top-strip__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 0.78rem;
}

.velt-site .top-strip a {
  font-family: var(--velt-font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.elementor .velt-site.velt-section.velt-cabecalho.e-con {
  --velt-header-reserve: 86px;
  padding-bottom: var(--velt-header-reserve);
}

.velt-site .site-header {
  display: block;
  position: fixed;
  z-index: 80;
  top: var(--velt-header-top, 8px);
  left: 50%;
  width: min(calc(100% - 20px), 1230px);
  max-width: 1230px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(11, 31, 51, 0.09);
  border-radius: var(--velt-radius-control);
  background: rgba(244, 247, 248, 0.94);
  box-shadow: 0 1px 2px rgba(11, 31, 51, 0.05),
    0 18px 40px -22px rgba(11, 31, 51, 0.45);
  backdrop-filter: blur(18px);
  transform: translate3d(-50%, var(--velt-header-shift, 44px), 0);
  transition: background-color 350ms ease, border-color 350ms ease,
    box-shadow 350ms var(--velt-ease);
  will-change: transform;
}

.velt-site .site-header.is-scrolled {
  border-color: rgba(11, 31, 51, 0.16);
  background: rgba(244, 247, 248, 0.985);
  box-shadow: 0 1px 2px rgba(11, 31, 51, 0.07),
    0 22px 44px -24px rgba(11, 31, 51, 0.6);
}

.velt-site .header-shell {
  min-height: 66px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(220px, 330px) auto;
  align-items: center;
  gap: 24px;
  padding: 7px 9px 7px 14px;
}

.velt-site .brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.velt-site .brand__mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--velt-navy), var(--velt-green));
  color: var(--velt-white);
  font-family: var(--velt-font-heading);
  font-weight: 800;
  box-shadow: 0 1px 2px rgba(11, 31, 51, 0.2),
    0 8px 18px -8px rgba(11, 31, 51, 0.55);
  transition: transform 300ms var(--velt-ease);
}

.velt-site .brand:hover .brand__mark {
  transform: rotate(-5deg);
}

.velt-site .brand__copy {
  min-width: 0;
  display: grid;
  line-height: 1.1;
}

.velt-site .brand__copy strong {
  font-size: 1rem;
}

.velt-site .brand__copy small {
  margin-top: 4px;
  overflow: hidden;
  color: var(--velt-muted);
  font-family: var(--velt-font-heading);
  font-size: 0.66rem;
  font-weight: 600;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.velt-site .desktop-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--velt-charcoal);
  font-size: 0.92rem;
  font-weight: 600;
}

.velt-site .desktop-nav a {
  position: relative;
  padding-block: 10px;
}

.velt-site .desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--velt-green);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 350ms var(--velt-ease);
}

.velt-site .desktop-nav a:hover::after,
.velt-site .desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.velt-site .search-form {
  position: relative;
}

.velt-site .search-form input {
  width: 100%;
  height: 42px;
  padding: 0 44px 0 18px;
  border: 1px solid rgba(11, 31, 51, 0.13);
  border-radius: var(--velt-radius-control);
  outline: 0;
  background: rgba(11, 31, 51, 0.04);
  color: var(--velt-charcoal);
  font-size: 0.9rem;
  transition: background-color 250ms ease, border-color 250ms ease,
    box-shadow 250ms ease;
}

.velt-site .search-form input::placeholder {
  color: rgba(43, 48, 53, 0.58);
  opacity: 1;
}

.velt-site .search-form:hover input {
  border-color: rgba(11, 31, 51, 0.2);
  background: rgba(11, 31, 51, 0.06);
}

.velt-site .search-form input:focus {
  border-color: var(--velt-green);
  background: var(--velt-white);
  box-shadow: 0 0 0 3px rgba(47, 125, 91, 0.15);
}

.velt-site .search-form button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  opacity: 0.75;
}

.velt-site .search-form button::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--velt-navy);
  border-radius: 50%;
}

.velt-site .search-form button::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 21px;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: var(--velt-navy);
  transform: rotate(45deg);
  transform-origin: left center;
}

.velt-site .search-form button:hover {
  background: rgba(11, 31, 51, 0.07);
  opacity: 1;
}

.velt-site .header-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.velt-site .btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding-inline: 22px;
  border: 1px solid transparent;
  border-radius: var(--velt-radius-control);
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  transition: background-color 250ms ease, border-color 250ms ease,
    box-shadow 300ms ease, color 250ms ease;
}

.velt-site .btn--small {
  min-height: 40px;
  padding-inline: 17px;
  font-size: 0.86rem;
}

.velt-site .btn--primary {
  background: var(--velt-green);
  color: var(--velt-white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(11, 31, 51, 0.14),
    0 14px 26px -12px rgba(34, 95, 70, 0.7);
}

.velt-site .btn--primary:hover {
  background: var(--velt-green-dark);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(11, 31, 51, 0.16),
    0 10px 22px -10px rgba(34, 95, 70, 0.75);
}

.velt-site .btn--secondary {
  border-color: rgba(11, 31, 51, 0.17);
  background: var(--velt-white);
  color: var(--velt-navy);
}

.velt-site .btn--secondary:hover {
  border-color: var(--velt-green);
  color: var(--velt-green-dark);
  box-shadow: 0 1px 2px rgba(11, 31, 51, 0.08),
    0 8px 18px -12px rgba(11, 31, 51, 0.4);
}

.velt-site .btn--dark {
  background: var(--velt-navy);
  color: var(--velt-white);
}

.velt-site .btn--dark:hover {
  background: var(--velt-navy-soft);
}

.velt-site .menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--velt-green);
  color: var(--velt-white);
  cursor: pointer;
}

.velt-site .menu-toggle::before {
  content: "";
  width: 18px;
  height: 12px;
  border-block: 2px solid currentColor;
  background: linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat;
}

.velt-site .mobile-drawer {
  position: fixed;
  z-index: 110;
  top: 8px;
  right: 8px;
  bottom: 8px;
  width: min(88vw, 380px);
  max-width: calc(100vw - 16px);
  padding: 16px;
  border: 1px solid rgba(11, 31, 51, 0.1);
  border-radius: 28px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: rgba(244, 247, 248, 0.985);
  box-shadow: -30px 0 70px rgba(11, 31, 51, 0.24);
  backdrop-filter: blur(22px);
  opacity: 0;
  visibility: hidden;
  transform: translateX(calc(100% + 28px));
  transition: opacity 280ms ease, transform 420ms var(--velt-ease),
    visibility 0s linear 420ms;
}

.velt-site .drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 2px 18px;
}

.velt-site .drawer-close {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid var(--velt-line);
  border-radius: 50%;
  cursor: pointer;
}

.velt-site .drawer-close::before,
.velt-site .drawer-close::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 12px;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--velt-navy);
}

.velt-site .drawer-close::before {
  transform: rotate(45deg);
}

.velt-site .drawer-close::after {
  transform: rotate(-45deg);
}

.velt-site .drawer-intro {
  padding: 18px;
  border: 1px solid rgba(11, 31, 51, 0.13);
  border-radius: var(--velt-radius-surface);
  background: var(--velt-white);
  color: var(--velt-muted);
  font-size: 0.9rem;
}

.velt-site .drawer-nav {
  display: grid;
  margin-block: 16px;
}

.velt-site .drawer-nav a {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-inline: 5px;
  border-bottom: 1px solid var(--velt-line);
  color: var(--velt-navy);
  font-weight: 700;
}

.velt-site .drawer-nav a span {
  transition: transform 300ms var(--velt-ease);
}

.velt-site .drawer-nav a:hover span {
  transform: translateX(4px);
}

.velt-site .drawer-cta {
  padding: 18px;
  border-radius: var(--velt-radius-surface);
  background: var(--velt-navy);
  color: var(--velt-white);
}

.velt-site .menu-backdrop {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: block;
  background: rgba(11, 31, 51, 0.52);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 360ms var(--velt-ease), visibility 0s linear 420ms;
}

.velt-site.is-nav-open .mobile-drawer,
body.is-nav-open .mobile-drawer {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0s;
}

.velt-site.is-nav-open .menu-backdrop,
body.is-nav-open .menu-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.velt-site .breadcrumb {
  padding-top: 22px;
}

.velt-site .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  color: var(--velt-muted);
  font-size: 0.78rem;
  list-style: none;
}

.velt-site .breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 7px;
  color: rgba(89, 99, 107, 0.65);
}

.velt-site .field {
  display: grid;
  gap: 7px;
}

.velt-site .field--full {
  grid-column: 1 / -1;
}

.velt-site .field label,
.velt-site .quote-form label {
  color: var(--velt-charcoal);
  font-size: 0.82rem;
  font-weight: 600;
}

.velt-site .quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  padding: 28px;
  border-radius: 26px;
  background: var(--velt-white);
  color: var(--velt-charcoal);
  box-shadow: 0 26px 65px rgba(0, 0, 0, 0.22);
}

.velt-site :where(.field input, .field select, .field textarea, .quote-form input, .quote-form select, .quote-form textarea) {
  width: 100%;
  min-height: 46px;
  padding-inline: 15px;
  border: 1px solid rgba(11, 31, 51, 0.16);
  border-radius: 12px;
  outline: 0;
  background: var(--velt-white);
  color: var(--velt-charcoal);
  transition: border-color 250ms ease, box-shadow 250ms ease;
}

.velt-site :where(.field textarea, .quote-form textarea) {
  min-height: 118px;
  padding-block: 13px;
  resize: vertical;
}

.velt-site :where(.field input, .field textarea, .quote-form input, .quote-form textarea)::placeholder {
  color: rgba(43, 48, 53, 0.52);
  opacity: 1;
}

.velt-site :where(.field input, .field select, .field textarea, .quote-form input, .quote-form select, .quote-form textarea):focus {
  border-color: var(--velt-green);
  box-shadow: 0 0 0 4px rgba(47, 125, 91, 0.13);
}

.velt-site .form-note {
  color: var(--velt-muted);
  font-size: 0.76rem;
}

.velt-site .site-footer {
  display: block;
  max-width: none;
  padding: 54px 0 92px;
  border-top: 1px solid rgba(11, 31, 51, 0.13);
  background: var(--velt-surface-alt);
}

.velt-site .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr 0.8fr;
  gap: 42px;
}

.velt-site .footer-copy p {
  max-width: 38ch;
  margin-top: 18px;
  color: var(--velt-muted);
}

.velt-site .footer-col h2 {
  margin-bottom: 14px;
  font-size: 0.74rem;
  text-transform: uppercase;
}

.velt-site .footer-col {
  display: grid;
  align-content: start;
  gap: 10px;
}

.velt-site .footer-col a {
  color: var(--velt-muted);
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 250ms ease;
}

.velt-site .footer-col a:hover {
  color: var(--velt-green-dark);
}

.velt-site .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid var(--velt-line);
  color: var(--velt-muted);
  font-size: 0.78rem;
}

.velt-site .floating-cta {
  position: fixed;
  z-index: 70;
  right: 18px;
  bottom: 18px;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 7px 8px 7px 17px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: var(--velt-radius-control);
  background: rgba(244, 247, 248, 0.94);
  color: var(--velt-navy);
  font-family: var(--velt-font-heading);
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(11, 31, 51, 0.14),
    0 24px 44px -20px rgba(11, 31, 51, 0.6);
  backdrop-filter: blur(18px);
  transition: border-color 250ms ease, box-shadow 300ms ease;
}

.velt-site .floating-cta:hover {
  border-color: rgba(47, 125, 91, 0.5);
  box-shadow: 0 2px 6px rgba(11, 31, 51, 0.16),
    0 20px 40px -18px rgba(11, 31, 51, 0.55);
}

.velt-site .floating-cta b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--velt-green);
  color: var(--velt-white);
}

.velt-site .toast,
.velt-site #velt-route-status {
  position: fixed;
  z-index: 150;
  right: 18px;
  bottom: 84px;
  max-width: min(420px, calc(100vw - 36px));
  padding: 14px 18px;
  border-radius: 12px;
  background: var(--velt-navy);
  color: var(--velt-white);
  box-shadow: var(--velt-shadow-2);
}

@media (max-width: 1120px) {
  .velt-site .header-shell {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .velt-site .desktop-nav {
    justify-self: end;
  }

  .velt-site .search-form {
    display: none;
  }

  .velt-site .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }

  .velt-site .footer-copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .velt-site {
    --velt-gutter: 20px;
  }

  .velt-site .desktop-nav,
  .velt-site .header-actions .btn {
    display: none;
  }

  .velt-site .header-shell {
    display: flex;
    justify-content: space-between;
    gap: 14px;
  }

  .velt-site .menu-toggle {
    display: grid;
  }

  .velt-site .grid--3,
  .velt-site .grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .velt-site .footer-grid {
    grid-template-columns: 1.4fr 1fr;
  }

  .velt-site .footer-copy {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .velt-site .top-strip__inner {
    justify-content: center;
    text-align: center;
  }

  .velt-site .top-strip__inner > :last-child {
    display: none;
  }

  .velt-site .site-header {
    width: calc(100% - 16px);
  }

  .velt-site .header-shell {
    min-height: 60px;
    padding: 7px 8px 7px 10px;
  }

  .velt-site .brand__copy small {
    max-width: 148px;
  }

  .velt-site .grid--3,
  .velt-site .grid--4,
  .velt-site .footer-grid,
  .velt-site .quote-form {
    grid-template-columns: 1fr;
  }

  .velt-site .footer-copy {
    grid-column: auto;
  }

  .velt-site .footer-bottom {
    display: block;
  }

  .velt-site .footer-bottom span:last-child {
    display: block;
    margin-top: 8px;
  }

  .velt-site .floating-cta {
    right: 16px;
    left: 16px;
    justify-content: space-between;
  }
}

@media (max-width: 430px) {
  .velt-site {
    --velt-gutter: 16px;
  }

  .velt-site .brand__mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .velt-site .brand__copy strong {
    font-size: 0.91rem;
  }

  .velt-site .brand__copy small {
    max-width: 128px;
    font-size: 0.59rem;
  }

  .velt-site .mobile-drawer {
    width: calc(100vw - 16px);
  }

  .velt-site .btn {
    max-width: 100%;
    padding-inline: 18px;
  }

  .velt-site .site-footer {
    padding-bottom: 108px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .velt-site *,
  .velt-site *::before,
  .velt-site *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
