.leco-site {
  --navy: #2f3b48;
  --accent: #96684b;
  --text: #2f3438;
  --muted: #6a737b;
  --light: #efefef;
  --line: #e6eaee;
  --max: 100%;
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  --leco-vw: 100%;
  width: var(--leco-vw);
  max-width: none;
  position: relative;
  margin-left: calc(50% - (var(--leco-vw) / 2));
  margin-right: calc(50% - (var(--leco-vw) / 2));
  overflow-x: hidden;
  padding: 0;
}

.elementor-widget-shortcode .elementor-widget-container,
.elementor-widget-html .elementor-widget-container,
.elementor-widget-text-editor .elementor-widget-container,
.elementor-widget-shortcode .elementor-shortcode {
  margin: 0 !important;
  padding: 0 !important;
}

.leco-site * {
  box-sizing: border-box;
}

.leco-site a {
  color: inherit;
  text-decoration: none;
}

.leco-site .container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .leco-site .container {
    padding-left: 200px;
    padding-right: 200px;
  }
}

@media (min-width: 1360px) {
  .leco-site .container {
    padding-left: 240px;
    padding-right: 240px;
  }
}

.leco-site section {
  scroll-margin-top: 130px;
}

.leco-site .topbar {
  background: var(--navy);
  color: #e9eef3;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.leco-site .topbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}

.leco-site .topbar .actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.leco-site .topbar .pill {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.leco-site header {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.leco-site .header-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px 0;
  gap: 10px;
}

.leco-site nav {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  white-space: nowrap;
}

.leco-site nav a {
  font-size: 13px;
  font-weight: 600;
  color: #1f2a33;
}

.leco-site nav a:hover {
  opacity: 0.85;
}

.leco-site .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.leco-site .logo img {
  height: 62px;
  width: auto;
  display: block;
}

.leco-site .header-cta {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.leco-site .header-btn {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 12.5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.leco-site .menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid #d4dce3;
  border-radius: 8px;
  background: #fff;
  padding: 8px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.leco-site .menu-toggle .menu-toggle-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: #2f3b48;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.leco-site .menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}

.leco-site .menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(3) {
  opacity: 0;
}

.leco-site .menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}

.leco-site .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.leco-site .mobile-menu {
  display: none;
}

.leco-site .mobile-menu a {
  display: block;
  padding: 12px 4px;
  color: #1f2a33;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #e9edf1;
}

.leco-site .hero {
  position: relative;
  height: 430px;
  overflow: hidden;
  background: #0b0f14;
}

.leco-site .hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.35)),
    url("https://lecobrasil.com.br/wp-content/uploads/2026/01/090923813-scaled.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.01);
}

.leco-site .hero-inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.leco-site .hero-inner .container {
  display: flex;
  justify-content: flex-end;
}

.leco-site .hero-text {
  width: min(560px, 100%);
  color: #fff;
}

.leco-site .hero-text h1 {
  margin: 0;
  font-size: 46px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.leco-site .hero-text .line1 {
  margin: 10px 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
}

.leco-site .hero-text .line2 {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  max-width: 70ch;
}

.leco-site .hero-text .support {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.86);
  max-width: 72ch;
}

.leco-site .below {
  padding: 34px 0 42px;
  background: #fff;
}

.leco-site .two-cols {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: start;
}

.leco-site .lead h2 {
  margin: 0 0 10px;
  font-size: 22px;
  color: var(--accent);
  letter-spacing: 0.04em;
  font-weight: 800;
}

.leco-site .lead p {
  margin: 0 0 10px;
  color: #4b525a;
  line-height: 1.75;
  font-size: 13.5px;
}

.leco-site .news .item {
  padding: 14px 0;
  border-bottom: 1px solid #e6eaee;
}

.leco-site .news .item:last-child {
  border-bottom: 0;
}

.leco-site .news .title {
  margin: 0 0 8px;
  color: var(--accent);
  font-weight: 800;
  font-size: 18px;
  line-height: 1.15;
}

.leco-site .news .desc {
  margin: 0;
  color: #6b737c;
  font-size: 13px;
  line-height: 1.6;
}

.leco-site .space-top {
  margin-top: 8px !important;
}

.leco-site .block {
  padding: 58px 0;
  border-top: 1px solid #f0f2f4;
  background: #fff;
}

.leco-site .block h2 {
  margin: 0 0 10px;
  font-size: 22px;
  color: var(--accent);
  letter-spacing: 0.04em;
  font-weight: 800;
}

.leco-site .block p {
  margin: 0 0 12px;
  color: #4b525a;
  line-height: 1.75;
  font-size: 13.5px;
  max-width: 90ch;
}

.leco-site .grid-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.leco-site .grid-cards.solutions {
  grid-template-columns: repeat(3, 1fr);
}

.leco-site .card {
  background: #fff;
  border: 1px solid #d6dde4;
  border-radius: 10px;
  padding: 16px 16px 14px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.06);
  min-height: 120px;
}

.leco-site .card h3 {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.25;
}

.leco-site .card p {
  margin: 0;
  color: #5f6871;
  font-size: 12.8px;
  line-height: 1.65;
  max-width: none;
}

.leco-site .difference {
  background: var(--light);
  padding: 72px 0 86px;
}

.leco-site .difference h2 {
  margin: 0 0 40px;
  text-align: center;
  color: var(--accent);
  font-size: 20px;
  letter-spacing: 0.12em;
  font-weight: 800;
  text-transform: uppercase;
}

.leco-site .cards4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: stretch;
}

.leco-site .box {
  background: #fff;
  border: 2px solid #b7c0c9;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
  padding: 18px 16px;
  min-height: 170px;
}

.leco-site .box h3 {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
}

.leco-site .box p {
  margin: 0;
  color: #6a7178;
  font-size: 12.5px;
  line-height: 1.65;
}

.leco-site .two-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.leco-site .panel h2 {
  margin: 0 0 10px;
  font-size: 22px;
  color: var(--accent);
  letter-spacing: 0.04em;
  font-weight: 800;
}

.leco-site .panel p {
  margin: 0 0 12px;
  color: #4b525a;
  line-height: 1.75;
  font-size: 13.5px;
  max-width: 90ch;
}

.leco-site .libutton {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  text-align: center;
  color: #fff !important;
  min-width: 200px;
  min-height: 32px;
  border-radius: 16px;
  background-color: #0a66c2;
  font-family: "SF Pro Text", Helvetica, sans-serif;
}

.leco-site .contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 24px;
  align-items: start;
  margin-top: 24px;
}

.leco-site .contact-form-wrap {
  max-width: none;
}

.leco-site .contact-form-intro {
  margin: 0 0 14px;
}

.leco-site .contact-form-intro h3 {
  margin: 0 0 6px;
  color: var(--accent);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.leco-site .contact-form-intro p {
  margin: 0;
  color: #5f6871;
  font-size: 13.5px;
  line-height: 1.55;
}

.leco-site .contact-form-wrap .wpcf7 {
  width: 100%;
}

.leco-site .contact-form-wrap .contact-form-empty {
  background: #fff;
  border: 1px solid #d6dde4;
  border-radius: 10px;
  padding: 20px 22px;
  color: #5f6871;
  font-size: 13px;
}

.leco-site .contact-form-wrap .wpcf7-form {
  background: #fff;
  border: 1px solid #d6dde4;
  border-radius: 10px;
  padding: 20px 22px;
}

.leco-site .contact-form-wrap .wpcf7-form p {
  margin: 0 0 14px;
}

.leco-site .contact-form-wrap label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6a737b;
  font-weight: 700;
}

.leco-site .contact-form-wrap input[type="text"],
.leco-site .contact-form-wrap input[type="email"],
.leco-site .contact-form-wrap input[type="tel"],
.leco-site .contact-form-wrap input[type="url"],
.leco-site .contact-form-wrap textarea,
.leco-site .contact-form-wrap select {
  width: 100%;
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid #cdd5dd;
  border-radius: 8px;
  font-size: 14px;
  color: #2f3438;
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.leco-site .contact-form-wrap input[type="text"]:focus,
.leco-site .contact-form-wrap input[type="email"]:focus,
.leco-site .contact-form-wrap input[type="tel"]:focus,
.leco-site .contact-form-wrap input[type="url"]:focus,
.leco-site .contact-form-wrap textarea:focus,
.leco-site .contact-form-wrap select:focus {
  border-color: #96684b;
  box-shadow: 0 0 0 3px rgba(150, 104, 75, 0.15);
}

.leco-site .contact-form-wrap textarea {
  min-height: 140px;
  resize: vertical;
}

.leco-site .contact-form-wrap input[type="submit"],
.leco-site .contact-form-wrap button[type="submit"] {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  font-weight: 800;
  font-size: 13px;
  padding: 10px 14px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.leco-site .contact-form-wrap input[type="submit"]:hover,
.leco-site .contact-form-wrap button[type="submit"]:hover {
  opacity: 0.9;
}

.leco-site .contact-form-wrap input[name="text-284"] {
  min-height: 130px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.leco-site .contact-form-wrap .wpcf7-spinner {
  margin-top: 8px;
}

.leco-site .contact-form-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 6px;
}

.leco-site .contact-form-wrap .wpcf7 form .wpcf7-response-output {
  margin: 14px 0 0;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
}

.leco-site .contact-box {
  border: 1px solid #d6dde4;
  border-radius: 10px;
  padding: 20px 22px;
  background: #fff;
}

.leco-site .contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}

.leco-site .contact-item:last-child {
  margin-bottom: 0;
}

.leco-site .contact-item .label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6a737b;
  font-weight: 700;
}

.leco-site .contact-item .value {
  font-size: 15px;
  color: #2f3438;
  font-weight: 600;
}

.leco-site .contact-item .placeholder {
  color: #7a848d;
  font-weight: 600;
}

.leco-site .linkedin-btn {
  display: inline-block;
  margin-top: 6px;
  background: var(--accent);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  width: fit-content;
  transition: opacity 0.2s ease;
}

.leco-site .linkedin-btn:hover {
  opacity: 0.9;
}

.leco-site footer {
  background: var(--navy);
  color: #e9eef3;
  padding: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.leco-site .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.2fr;
  gap: 24px;
  padding: 10px 0 26px;
}

.leco-site .footer-col h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.leco-site .footer-col a {
  display: block;
  font-size: 12.5px;
  opacity: 0.92;
  padding: 6px 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.leco-site .footer-col a:hover {
  opacity: 1;
}

.leco-site .hq {
  font-size: 12.5px;
  line-height: 1.6;
  opacity: 0.92;
}

.leco-site .btn-footer {
  display: inline-block;
  margin-top: 12px;
  background: var(--accent);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 12.5px;
}

.leco-site .footer-bottom {
  background: #fff;
  color: #5d6670;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.leco-site .footer-bottom .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12px;
}

.leco-site .footer-bottom .links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.leco-site .footer-bottom .links a {
  color: #2e7bbd;
  font-size: 12px;
  text-decoration: none;
}

@media (max-width: 1050px) {
  .leco-site .cards4 {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .leco-site .two-panels {
    grid-template-columns: 1fr;
  }

  .leco-site .grid-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .leco-site .grid-cards.solutions {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .leco-site .header-row {
    grid-template-columns: auto 1fr auto;
    justify-items: stretch;
    align-items: center;
  }

  .leco-site .logo {
    justify-content: flex-start;
    grid-column: 1 / 2;
  }

  .leco-site nav,
  .leco-site .header-cta {
    display: none;
  }

  .leco-site .menu-toggle {
    display: inline-flex;
    grid-column: 3 / 4;
    justify-self: end;
  }

  .leco-site .mobile-menu {
    display: none;
    margin: 0 0 14px;
    border: 1px solid #dde3ea;
    border-radius: 10px;
    background: #fff;
    padding: 6px 14px;
  }

  .leco-site .mobile-menu.is-open {
    display: block;
  }

  .leco-site .two-cols {
    grid-template-columns: 1fr;
  }

  .leco-site .hero {
    height: 690px;
  }

  .leco-site .hero-bg {
    background: url("../images/mobile-hero-bg.png");
    background-size: cover;
    background-position: center top;
    transform: none;
  }

  .leco-site .hero-inner {
    align-items: flex-start;
  }

  .leco-site .hero-inner .container {
    justify-content: flex-start;
  }

  .leco-site .hero-text {
    width: 100%;
    max-width: 420px;
    padding-top: 40px;
    color: #2f3b48;
  }

  .leco-site .hero-text h1 {
    font-size: 34px;
  }

  .leco-site .hero-text .line1,
  .leco-site .hero-text .line2,
  .leco-site .hero-text .support {
    color: rgba(47, 59, 72, 0.92);
  }

  .leco-site .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .leco-site .cards4 {
    grid-template-columns: 1fr;
  }

  .leco-site .topbar .wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .leco-site .grid-cards {
    grid-template-columns: 1fr;
  }

  .leco-site .grid-cards.solutions {
    grid-template-columns: 1fr;
  }
}
