@font-face {
  font-family: "Lexend Local";
  src: url("../s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WC9wRzLdnfw.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend Local";
  src: url("../s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsWzLdnfw.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --sl-ink: #161917;
  --sl-text: #2b332e;
  --sl-muted: #6c756f;
  --sl-paper: #fbfaf4;
  --sl-field: #efeee6;
  --sl-line: #dad8cb;
  --sl-green: #285d42;
  --sl-rust: #b95739;
  --sl-gold: #ddb548;
  --sl-white: #ffffff;
  --sl-max: min(90vw, 1480px);
  --sl-radius: 8px;
  --sl-shadow: 0 26px 70px rgba(22, 25, 23, 0.12);
}

/* Stop the original WordPress chrome from flashing before the shared redesign script runs. */
#page-header,
#page-footer,
.w-toplink,
#w-header-show,
.w-header-overlay,
.l-section-shape {
  display: none !important;
}

body.sl-sitewide {
  margin: 0;
  color: var(--sl-text);
  background: var(--sl-field);
  font-family: "Lexend Local", Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.65;
}

body.sl-sitewide.sl-booting {
  min-height: 100vh;
  background: var(--sl-field);
}

body.sl-sitewide.sl-booting .l-canvas {
  visibility: hidden;
  opacity: 0;
}

.sl-sitewide *,
.sl-sitewide *::before,
.sl-sitewide *::after {
  box-sizing: border-box;
  letter-spacing: 0 !important;
}

.sl-sitewide a {
  color: inherit;
}

.sl-global-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: blur(18px);
}

.sl-rail {
  background: rgba(22, 25, 23, 0.82);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  backdrop-filter: blur(18px);
}

.sl-rail-inner,
.sl-nav-inner,
.sl-hero-inner,
.sl-footer-inner {
  width: min(100% - 40px, var(--sl-max));
  margin: 0 auto;
}

.sl-rail-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.sl-rail a:hover {
  color: var(--sl-white);
}

.sl-nav-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  margin-top: 14px;
  padding: 0 18px;
  border: 1px solid rgba(22, 25, 23, 0.12);
  border-radius: var(--sl-radius);
  background: rgba(251, 250, 244, 0.84);
  box-shadow: 0 18px 50px rgba(22, 25, 23, 0.12);
  backdrop-filter: blur(20px);
}

.sl-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.sl-brand img {
  width: clamp(230px, 20vw, 330px);
  height: auto;
  max-height: 70px;
  object-fit: contain;
}

.sl-brand strong {
  display: block;
  color: var(--sl-ink);
  line-height: 1.1;
}

.sl-brand span {
  display: block;
  margin-top: 2px;
  color: var(--sl-muted);
  font-size: 0.78rem;
}

.sl-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.sl-nav a {
  padding: 10px 12px;
  border-radius: var(--sl-radius);
  color: var(--sl-ink);
  font-weight: 700;
  text-decoration: none;
}

.sl-nav a:hover,
.sl-nav a.is-active {
  background: #e2e9e2;
  color: var(--sl-green);
}

.sl-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 17px;
  border-radius: var(--sl-radius);
  background: var(--sl-gold);
  color: var(--sl-ink);
  font-weight: 700;
  text-decoration: none;
}

.sl-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-radius);
  background: var(--sl-white);
  color: var(--sl-ink);
  cursor: pointer;
}

.sl-menu-toggle span,
.sl-menu-toggle span::before,
.sl-menu-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
  content: "";
}

.sl-menu-toggle span::before {
  transform: translateY(-7px);
}

.sl-menu-toggle span::after {
  transform: translateY(5px);
}

.sl-page-hero {
  background: var(--sl-field);
  overflow: hidden;
  padding: 140px 0 46px;
}

.sl-hero-inner {
  min-height: 440px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: 54px;
  align-items: center;
  padding: 42px !important;
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-radius);
  background: linear-gradient(135deg, var(--sl-paper), #e9e5d8);
  box-shadow: var(--sl-shadow);
}

.sl-hero-kicker {
  margin: 0;
  color: var(--sl-rust);
  font-size: 0.8rem;
  font-weight: 700;
}

.sl-page-hero h1 {
  max-width: 780px;
  margin: 14px 0 0;
  color: var(--sl-ink);
  font-size: 4rem;
  line-height: 0.98;
}

.sl-hero-copy {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--sl-text);
  font-size: 1.04rem;
}

.sl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 17px;
  border-radius: var(--sl-radius);
  font-weight: 700;
  text-decoration: none;
}

.sl-btn-primary {
  background: var(--sl-gold);
  color: var(--sl-ink);
}

.sl-btn-secondary {
  border: 1px solid rgba(22, 25, 23, 0.22);
  color: var(--sl-ink);
}

.sl-hero-media {
  position: relative;
  min-height: 380px;
}

.sl-hero-photo {
  position: absolute;
  inset: 0 0 44px 46px;
  overflow: hidden;
  border-radius: 26px 8px 26px 8px;
  background: var(--sl-ink);
  box-shadow: var(--sl-shadow);
}

.sl-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.94;
}

.sl-hero-card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(330px, 78%);
  padding: 20px;
  border-radius: var(--sl-radius);
  background: var(--sl-ink);
  color: var(--sl-white);
  box-shadow: var(--sl-shadow);
}

.sl-hero-card span {
  display: block;
  color: #f2cf72;
  font-size: 0.78rem;
  font-weight: 700;
}

.sl-hero-card strong {
  display: block;
  margin-top: 7px;
  line-height: 1.18;
}

body.sl-sitewide .l-main > .l-section:first-of-type,
.sl-sitewide #page-header,
.sl-sitewide #page-footer,
.sl-sitewide .w-toplink,
.sl-sitewide #w-header-show,
.sl-sitewide .w-header-overlay,
.sl-sitewide .l-section-shape,
.sl-sitewide .sl-old-title-hidden {
  display: none !important;
}

.sl-sitewide .l-main {
  background: var(--sl-field) !important;
  color: var(--sl-text) !important;
}

.sl-sitewide .l-section {
  padding: 0 !important;
  background: transparent !important;
  color: var(--sl-text) !important;
}

.sl-sitewide .l-section-h {
  width: min(100% - 40px, var(--sl-max)) !important;
  max-width: var(--sl-max) !important;
  margin: 0 auto !important;
  padding: 42px !important;
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 54px rgba(22, 25, 23, 0.08);
}

.sl-sitewide .wpb_text_column,
.sl-sitewide .w-iconbox,
.sl-sitewide .w-form,
.sl-sitewide .w-sharing,
.sl-sitewide .comment-respond {
  border: 1px solid var(--sl-line);
  border-radius: var(--sl-radius);
  background: var(--sl-paper);
  padding: 24px !important;
  box-shadow: none !important;
}

.sl-sitewide .wpb_text_column:has(h2:only-child),
.sl-sitewide .wpb_text_column:has(h1:only-child) {
  border: 0;
  background: transparent;
  padding: 0 !important;
}

.sl-sitewide h1,
.sl-sitewide h2,
.sl-sitewide h3,
.sl-sitewide h4,
.sl-sitewide h5,
.sl-sitewide h6 {
  color: var(--sl-ink) !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

.sl-sitewide h2 {
  font-size: 2.35rem !important;
}

.sl-sitewide h3 {
  font-size: 1.65rem !important;
}

.sl-sitewide p {
  color: var(--sl-text);
}

.sl-sitewide .g-cols.via_grid {
  gap: 22px !important;
}

.sl-sitewide .vc_column_container.has_bg_color,
.sl-sitewide .us_custom_28181654,
.sl-sitewide .w-grid-item,
.sl-sitewide article.post,
.sl-sitewide .w-post-elm {
  border-radius: var(--sl-radius) !important;
}

.sl-sitewide .us_custom_28181654,
.sl-sitewide .vc_column_container.has_bg_color,
.sl-sitewide .w-grid-item-h,
.sl-sitewide .w-iconbox {
  border: 1px solid var(--sl-line) !important;
  background: var(--sl-paper) !important;
  overflow: hidden;
}

.sl-sitewide .w-image img,
.sl-sitewide .w-iconbox-icon img,
.sl-sitewide .post_image img,
.sl-sitewide .wp-post-image {
  width: 100% !important;
  height: auto !important;
  border-radius: var(--sl-radius) !important;
  object-fit: cover;
}

.sl-sitewide .w-image.has_ratio img,
.sl-sitewide .post_image img,
.sl-sitewide .us_custom_28181654 img {
  aspect-ratio: 4 / 3;
  height: 100% !important;
}

.sl-sitewide .w-text a,
.sl-sitewide .wpb_text_column a {
  color: var(--sl-green) !important;
  font-weight: 700;
}

.sl-sitewide .w-btn,
.sl-sitewide .us-btn-style_1 {
  border-radius: var(--sl-radius) !important;
  background: var(--sl-gold) !important;
  color: var(--sl-ink) !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.sl-sitewide input,
.sl-sitewide textarea,
.sl-sitewide select {
  border: 1px solid var(--sl-line) !important;
  border-radius: var(--sl-radius) !important;
  background: var(--sl-white) !important;
  color: var(--sl-ink) !important;
}

.sl-global-footer {
  background: #0f1312;
  color: rgba(255, 255, 255, 0.74);
  padding: 56px 0 28px;
}

.sl-site-cta {
  padding: 74px 0;
  color: var(--sl-white);
  background:
    linear-gradient(90deg, rgba(12, 16, 15, 0.94), rgba(12, 16, 15, 0.68)),
    url("../wp-content/uploads/2024/06/trucont-eps-foam-blocks.jpg") center / cover no-repeat;
}

.sl-site-cta-inner {
  width: min(100% - 40px, var(--sl-max));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--sl-radius);
  background: rgba(17, 21, 20, 0.82);
}

.sl-site-cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--sl-white) !important;
  font-size: 3rem !important;
  line-height: 1.04 !important;
}

.sl-footer-inner {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--sl-radius);
  background: var(--sl-ink);
}

.sl-footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.7fr;
  gap: 42px;
}

.sl-global-footer h2,
.sl-global-footer h3 {
  margin: 0 0 12px;
  color: var(--sl-white) !important;
  font-size: 1rem !important;
}

.sl-global-footer p {
  margin: 0 0 10px;
}

.sl-global-footer ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sl-social-list {
  margin-top: 14px !important;
}

.sl-global-footer a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.sl-global-footer a:hover {
  color: var(--sl-white);
}

.trucon-whatsapp-float {
  position: fixed;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(24px, env(safe-area-inset-bottom));
  z-index: 1200;
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 2px solid rgba(221, 181, 72, 0.72);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(221, 181, 72, 0.18), rgba(185, 87, 57, 0.08)),
    var(--sl-green, #285d42);
  box-shadow: 0 18px 44px rgba(22, 25, 23, 0.28), 0 0 0 7px rgba(221, 181, 72, 0.12);
  color: var(--sl-white, #ffffff) !important;
  font-family: "Lexend Local", Arial, sans-serif;
  text-decoration: none !important;
  transform: translateY(0);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.trucon-whatsapp-float:hover {
  border-color: var(--sl-gold, #ddb548);
  background:
    linear-gradient(145deg, rgba(221, 181, 72, 0.28), rgba(185, 87, 57, 0.16)),
    var(--sl-ink, #161917);
  box-shadow: 0 24px 54px rgba(22, 25, 23, 0.34), 0 0 0 8px rgba(221, 181, 72, 0.18);
  color: var(--sl-white, #ffffff) !important;
  transform: translateY(-2px);
}

.trucon-whatsapp-float:focus-visible {
  outline: 3px solid rgba(221, 181, 72, 0.68);
  outline-offset: 4px;
}

.trucon-whatsapp-float__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(251, 250, 244, 0.08);
  color: var(--sl-gold, #ddb548);
}

.trucon-whatsapp-float__icon svg {
  width: 29px;
  height: 29px;
  fill: currentColor;
}

.trucon-whatsapp-float__text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.sl-footer-bottom {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.86rem;
}

@media (max-width: 980px) {
  .sl-nav-inner,
  .sl-hero-inner,
  .sl-footer-grid {
    grid-template-columns: 1fr;
  }

  .sl-nav-inner {
    grid-template-columns: 1fr auto;
  }

  .sl-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .sl-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 130px;
    display: none;
    padding: 14px;
    border: 1px solid var(--sl-line);
    border-radius: var(--sl-radius);
    background: rgba(251, 250, 244, 0.96);
    box-shadow: var(--sl-shadow);
    backdrop-filter: blur(18px);
  }

  .sl-nav.is-open {
    display: grid;
  }

  .sl-nav-inner > .sl-quote {
    display: none;
  }

  .sl-hero-media {
    min-height: 360px;
  }

  .sl-site-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  :root {
    --sl-max: 1180px;
  }

  .sl-rail {
    display: none;
  }

  .sl-rail-inner,
  .sl-nav-inner,
  .sl-hero-inner,
  .sl-site-cta-inner,
  .sl-footer-inner,
  .sl-sitewide .l-section-h {
    width: 100% !important;
  }

  .sl-nav-inner {
    min-height: 72px;
    margin-top: 0;
    padding: 0 14px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .sl-brand img {
    width: min(56vw, 210px);
    max-height: 56px;
  }

  .sl-nav {
    top: 72px;
    left: 0;
    right: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .sl-page-hero {
    padding: 72px 0 0;
  }

  .sl-brand > span > span {
    display: none;
  }

  .sl-page-hero h1 {
    font-size: 2.6rem;
  }

  .sl-hero-inner,
  .sl-sitewide .l-section-h,
  .sl-site-cta-inner,
  .sl-footer-inner {
    padding: 30px 18px !important;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .sl-hero-inner {
    padding-top: 34px !important;
  }

  .sl-sitewide .wpb_text_column,
  .sl-sitewide .w-iconbox,
  .sl-sitewide .w-form,
  .sl-sitewide .w-sharing,
  .sl-sitewide .comment-respond {
    padding: 20px 0 !important;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background: transparent;
  }

  .sl-site-cta h2 {
    font-size: 2.2rem !important;
    line-height: 1.08 !important;
  }

  .sl-sitewide h2 {
    font-size: 1.8rem !important;
  }

  .sl-sitewide h3 {
    font-size: 1.35rem !important;
  }

  .sl-hero-actions {
    display: grid;
  }

  .sl-hero-photo {
    inset: 0 0 62px 0;
    border-radius: 0;
    box-shadow: none;
  }

  .sl-hero-card {
    width: 88%;
  }

  .sl-site-cta {
    padding: 0;
  }

  .sl-site-cta-inner {
    background: rgba(17, 21, 20, 0.86);
  }

  .sl-global-footer {
    padding-top: 0;
  }

  .trucon-whatsapp-float {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
  }

  .trucon-whatsapp-float__icon {
    width: 34px;
    height: 34px;
  }

  .trucon-whatsapp-float__icon svg {
    width: 27px;
    height: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trucon-whatsapp-float {
    transition: none;
  }
}

@media print {
  .trucon-whatsapp-float {
    display: none;
  }
}

.sl-sitewide .sl-site-cta h2 {
  color: var(--sl-white) !important;
  font-size: 3rem !important;
  line-height: 1.04 !important;
}

.sl-sitewide .sl-global-footer h2,
.sl-sitewide .sl-global-footer h3 {
  color: var(--sl-white) !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
}

.sl-sitewide .sl-global-footer p,
.sl-sitewide .sl-global-footer li,
.sl-sitewide .sl-global-footer a,
.sl-sitewide .sl-footer-bottom {
  color: rgba(255, 255, 255, 0.78) !important;
}

.sl-sitewide .sl-global-footer a:hover {
  color: var(--sl-white) !important;
}

@media (max-width: 640px) {
  .sl-sitewide .sl-site-cta h2 {
    font-size: 2.2rem !important;
    line-height: 1.08 !important;
  }
}
