:root {
  --dsc-green: #173f34;
  --dsc-green2: #2f6b58;
  --dsc-mint: #edf6f1;
  --dsc-peach: #d8aa84;
  --dsc-peach2: #f3ddc8;
  --dsc-ink: #12231e;
  --dsc-muted: #5f6f69;
  --dsc-line: rgba(23, 63, 52, .15);
}

body.duarte-own-lead-widget-ready .rdstation-popup-position-bottom_right,
body.duarte-own-lead-widget-ready .rdstation-popup-js-floating-button,
body.duarte-own-lead-widget-ready [id^="rd-floating_button"],
body.duarte-own-lead-widget-ready [id^="bricks-component-"][id$="-wrapper"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.duarte-lead-floating {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 999998;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  min-height: 62px;
  border: 0;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 18px 42px rgba(18, 35, 30, .24);
  cursor: pointer;
  font-size: 0;
}

.duarte-lead-floating::before {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='none'%3E%3Cpath d='M7.5 29.2l1.45-5.35A12.55 12.55 0 1 1 13 27.75L7.5 29.2Z' stroke='white' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.35 10.85c.28-.63.62-.78 1.16-.78h.88c.42 0 .72.2.9.62l1.15 2.68c.16.38.1.74-.17 1.04l-.86.96c.9 1.72 2.36 3.18 4.24 4.1l.93-.9c.3-.28.67-.36 1.06-.2l2.5 1.05c.44.18.66.5.66.96v.86c0 .55-.25.93-.78 1.17-.82.38-1.78.55-2.82.48-4.98-.36-9.4-4.74-9.83-9.72-.08-.94.22-1.75.98-2.32Z' fill='white'/%3E%3C/svg%3E");
}

.duarte-side-actions {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999997;
  display: grid;
  gap: 9px;
  transform: translateY(-50%);
  pointer-events: none;
}

.duarte-side-action {
  position: relative;
  width: 189px;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  overflow: hidden;
  padding: 10px 16px 10px 20px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-right: 0;
  border-radius: 999px 0 0 999px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .13), transparent 35%),
    linear-gradient(135deg, #347a64 0%, var(--dsc-green2) 42%, var(--dsc-green) 100%);
  box-shadow:
    -5px 7px 0 rgba(18, 35, 30, .14),
    -18px 22px 44px rgba(18, 35, 30, .28),
    inset 0 1px 0 rgba(255, 255, 255, .24);
  color: #fff !important;
  font-family: inherit;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none !important;
  text-shadow: 0 1px 2px rgba(18, 35, 30, .22);
  pointer-events: auto;
  isolation: isolate;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    filter .22s ease;
}

.duarte-side-action-careers {
  font-size: 10.5px;
}

.duarte-side-action::before {
  content: "";
  position: absolute;
  inset: 1px 0 auto 18px;
  height: 46%;
  border-radius: 999px 0 45% 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent);
  pointer-events: none;
  z-index: -1;
}

.duarte-side-action-budget {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .15), transparent 35%),
    linear-gradient(135deg, #3c846e 0%, #28624f 48%, #153c31 100%);
}

.duarte-side-action-label {
  flex: 1 1 auto;
  text-align: right;
  white-space: nowrap;
}

.duarte-side-action-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.duarte-side-action:hover {
  transform: translateX(-9px);
  filter: saturate(1.07) brightness(1.03);
  box-shadow:
    -7px 10px 0 rgba(18, 35, 30, .15),
    -23px 28px 52px rgba(18, 35, 30, .32),
    inset 0 1px 0 rgba(255, 255, 255, .28);
}

.duarte-side-action:focus-visible {
  outline: 3px solid var(--dsc-peach2);
  outline-offset: 4px;
  transform: translateX(-7px);
}

.duarte-side-action[aria-current="page"] {
  box-shadow:
    -5px 7px 0 rgba(18, 35, 30, .14),
    -18px 22px 44px rgba(18, 35, 30, .28),
    inset 5px 0 0 var(--dsc-peach);
}

.duarte-lead-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(18, 35, 30, .72);
}

.duarte-lead-modal.is-open {
  display: flex;
}

.duarte-lead-modal-panel {
  position: relative;
  width: min(440px, 100%);
  max-height: min(760px, calc(100vh - 36px));
  overflow-y: auto;
  border-radius: 8px;
  background: #fff;
  color: var(--dsc-ink);
  box-shadow: 0 28px 80px rgba(18, 35, 30, .32);
  padding: 24px;
}

.duarte-lead-honeypot {
  display: none !important;
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.duarte-lead-consent {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
}

.duarte-lead-consent input {
  flex: 0 0 auto !important;
  width: 18px !important;
  height: 18px !important;
  margin-top: 1px !important;
}

.duarte-lead-consent a {
  color: inherit !important;
  text-decoration: underline !important;
}

.duarte-lead-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--dsc-line);
  border-radius: 999px;
  background: #fff;
  color: var(--dsc-ink);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.duarte-lead-modal h2 {
  margin: 0 42px 8px 0;
  color: var(--dsc-green);
  font-size: clamp(1.35rem, 4vw, 1.9rem);
  line-height: 1.1;
}

.duarte-lead-modal p {
  margin: 0 0 16px;
  color: var(--dsc-muted);
}

.duarte-lead-modal form {
  display: grid;
  gap: 11px;
}

.duarte-lead-modal label {
  display: grid;
  gap: 5px;
  color: var(--dsc-muted);
  font-size: .82rem;
  font-weight: 800;
}

.duarte-lead-modal input,
.duarte-lead-modal select,
.duarte-lead-modal textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--dsc-line);
  border-radius: 6px;
  background: #fff;
  color: var(--dsc-ink);
  padding: 10px 12px;
  font: inherit;
}

.duarte-lead-modal textarea {
  min-height: 82px;
  resize: vertical;
}

.duarte-lead-submit {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--dsc-green);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  padding: 12px 18px;
}

.duarte-lead-submit:disabled {
  opacity: .65;
  cursor: progress;
}

.duarte-lead-modal-message {
  min-height: 18px;
  color: var(--dsc-muted);
  font-size: .82rem;
}

.duarte-lead-modal-message.is-error {
  color: #b42318;
}

@media (max-width: 680px) {
  .duarte-side-actions {
    top: auto;
    bottom: 92px;
    gap: 8px;
    transform: none;
  }

  .duarte-side-action {
    width: min(123px, calc(100vw - 76px));
    min-height: 44px;
    gap: 6px;
    padding: 6px 9px 6px 12px;
    font-size: 8.5px;
    box-shadow:
      -3px 5px 0 rgba(18, 35, 30, .13),
      -12px 14px 30px rgba(18, 35, 30, .24),
      inset 0 1px 0 rgba(255, 255, 255, .22);
  }

  .duarte-side-action-icon {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }

  .duarte-side-action-careers {
    font-size: 8px;
  }

  .duarte-lead-floating {
    right: 16px;
    bottom: 18px;
    min-width: 58px;
    min-height: 58px;
  }

  .duarte-lead-modal {
    align-items: flex-end;
    padding: 12px;
  }

  .duarte-lead-modal-panel {
    width: 100%;
    padding: 20px;
  }
}

html {
  scroll-behavior: smooth;
}

#et_top_search {
  display: none !important;
}

body {
  color: var(--dsc-ink);
  background: #fff;
}

body,
p {
  letter-spacing: 0;
}

a {
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

#page-container {
  overflow-x: hidden;
  overflow-y: visible;
}

#top-header {
  display: none !important;
}

#et_top_search,
#main-header .et-search-form,
#main-header .et_search_form_container,
#main-header input.et-search-field {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.page-template-page-template-blank #page-container,
body.page-template-page-template-blank-php #page-container,
body.page-id-2 #page-container,
body.page-id-1232 #page-container,
body.page-id-1746 #page-container {
  padding-top: 0 !important;
}

body:not(.page-template-page-template-blank):not(.page-template-page-template-blank-php):not(.page-id-2):not(.page-id-1232):not(.page-id-1746).et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
body:not(.page-template-page-template-blank):not(.page-template-page-template-blank-php):not(.page-id-2):not(.page-id-1232):not(.page-id-1746).et_fixed_nav.et_show_nav #page-container {
  padding-top: 0 !important;
}

#main-header {
  position: fixed !important;
  z-index: 99999 !important;
  top: 16px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: min(1320px, calc(100% - 40px)) !important;
  border-radius: 8px !important;
  background: rgba(20, 47, 40, .91) !important;
  box-shadow: 0 18px 42px rgba(12, 32, 27, .18) !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  backdrop-filter: blur(12px);
}

@media (min-width: 981px) {
  #main-header .container.et_menu_container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: none !important;
    height: 75px !important;
    min-height: 75px !important;
    padding: 0 18px !important;
  }

  #main-header .logo_container {
    position: static !important;
    width: auto !important;
    height: auto !important;
    flex: 0 0 180px !important;
  }

  #main-header #logo {
    display: block !important;
    width: 132px !important;
    max-width: 132px !important;
    max-height: 47px !important;
  }

  #et-top-navigation {
    float: none !important;
    flex: 1 1 auto !important;
    width: calc(100% - 198px) !important;
    max-width: none !important;
    height: 75px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding-left: 18px !important;
    padding-top: 0 !important;
  }

  #top-menu-nav {
    width: 100% !important;
    max-width: none !important;
    flex: 1 1 auto !important;
    display: flex !important;
    justify-content: flex-end !important;
  }

  #top-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100% !important;
    gap: 15px !important;
    flex-wrap: nowrap !important;
    line-height: 1.1 !important;
  }

  #main-header #et_mobile_nav_menu,
  #main-header .et_mobile_menu {
    display: none !important;
  }

  #top-menu > li {
    position: relative !important;
    padding-right: 0 !important;
  }

  #top-menu > li > a {
    padding-bottom: 0 !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    color: rgba(255, 255, 255, .9) !important;
    font-weight: 800 !important;
    text-transform: none !important;
  }

  #top-menu .menu-item-has-children > a:first-child {
    padding-right: 14px !important;
  }

  #top-menu .menu-item-has-children > a:first-child::after {
    top: 0 !important;
  }

  #et_top_search {
    display: none !important;
  }

  .nav li ul {
    position: absolute !important;
    left: 0 !important;
    top: calc(100% + 18px) !important;
    display: block !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(8px) !important;
  }

  .nav li:hover > ul,
  .nav li:focus-within > ul,
  .nav li.et-hover > ul {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }
}

@media (min-width: 981px) and (max-width: 1220px) {
  #main-header .logo_container {
    flex-basis: 156px !important;
  }

  #main-header #logo {
    width: 126px !important;
    max-width: 126px !important;
    max-height: 45px !important;
  }

  #top-menu {
    gap: 9px !important;
  }

  #top-menu > li > a {
    font-size: 11px !important;
  }

  #top-menu > li.duarte-standard-phone-pill {
    display: none !important;
  }
}

@media (min-width: 981px) {
  #top-menu > li.duarte-standard-phone-pill > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 38px !important;
    padding: 8px 13px !important;
    border: 1px solid rgba(255, 255, 255, .38) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .06) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
  }

  #top-menu > li.duarte-standard-phone-pill {
    margin-left: auto !important;
  }
}

#top-menu li a {
  font-weight: 700;
  color: var(--dsc-green) !important;
  letter-spacing: 0;
}

#top-menu li.current-menu-item > a,
#top-menu li.current_page_item > a,
#top-menu li a:hover {
  color: #c89973 !important;
  opacity: 1 !important;
}

.nav li ul {
  position: absolute !important;
  display: block !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  border-top-color: var(--dsc-peach) !important;
  box-shadow: 0 22px 44px rgba(18, 35, 30, .12) !important;
  border-radius: 0 0 8px 8px;
}

.nav li:hover > ul,
.nav li:focus-within > ul,
.nav li.et-hover > ul {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.nav li ul a {
  font-size: 14px !important;
  line-height: 1.25 !important;
}

.mobile_menu_bar,
.mobile_menu_bar::before,
.mobile_nav,
.mobile_nav .select_page {
  color: #fff !important;
}

.et_mobile_menu {
  border-top-color: var(--dsc-peach) !important;
  max-height: calc(100vh - 120px) !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

.et_pb_button,
.wp-block-button__link,
input[type="submit"],
button[type="submit"],
.wpcf7-submit {
  background: var(--dsc-peach) !important;
  color: #fff !important;
  border: 1px solid var(--dsc-peach) !important;
  border-radius: 4px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

.et_pb_button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.wpcf7-submit:hover {
  transform: translateY(-1px);
  filter: brightness(.98);
  padding-right: 1em !important;
}

.et_pb_button::after {
  display: none !important;
}

.et_pb_text_inner h1,
.et_pb_text_inner h2,
.et_pb_text_inner h3,
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  color: var(--dsc-green);
  letter-spacing: 0;
}

.et_pb_text_inner p,
.entry-content p {
  line-height: 1.72;
}

.et_pb_blurb,
.et_pb_module {
  letter-spacing: 0;
}

.et_pb_blurb_content {
  max-width: none;
}

.et_pb_blurb h4,
.et_pb_blurb h3 {
  color: var(--dsc-green) !important;
}

.et_pb_blog_grid .et_pb_post,
.single-post article {
  border-radius: 8px !important;
  border: 1px solid rgba(23, 63, 52, .13) !important;
  box-shadow: 0 18px 42px rgba(18, 35, 30, .06) !important;
  overflow: hidden;
  background: #fff;
}

.single-post #main-content .container {
  max-width: 1160px !important;
  width: min(1160px, calc(100% - 44px)) !important;
  padding-top: 64px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.single-post #main-content .container::before,
.single-post #main-content .container:before {
  display: none !important;
  content: none !important;
}

.single-post #left-area {
  width: 100% !important;
  padding-right: 0 !important;
  float: none !important;
}

.single-post #sidebar {
  display: none !important;
}

.single-post .entry-title {
  font-size: clamp(34px, 5vw, 64px) !important;
  line-height: 1.05 !important;
  color: var(--dsc-green) !important;
  letter-spacing: 0 !important;
  margin-bottom: 18px !important;
}

.single-post .post-meta {
  color: var(--dsc-muted) !important;
  font-weight: 700 !important;
}

.single-post .entry-content {
  font-size: 18px;
  line-height: 1.72;
  overflow-x: hidden;
}

.single-post .entry-content h2 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.12;
  margin-top: 44px;
}

.single-post .entry-content a {
  color: var(--dsc-green2) !important;
  font-weight: 700;
}

.single-post .et_post_meta_wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(18, 35, 30, .12);
}

#main-footer {
  background: #102d26 !important;
  color: rgba(255, 255, 255, .78) !important;
}

#main-footer .footer-widget,
#main-footer .textwidget,
#main-footer .custom-html-widget,
#footer-widgets .footer-widget {
  color: rgba(255, 255, 255, .86) !important;
}

#main-footer p,
#main-footer li,
#main-footer span,
#main-footer strong,
#main-footer .footer-widget div,
#main-footer .footer-widget ul,
#main-footer .footer-widget ol,
#main-footer .footer-widget label,
#footer-info,
#footer-info a,
#footer-bottom,
#footer-bottom a {
  color: rgba(255, 255, 255, .86) !important;
}

#main-footer h4,
#main-footer .title {
  color: #fff !important;
}

#main-footer a,
#main-footer a[style],
#footer-widgets .footer-widget a,
#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget li a:hover,
#footer-bottom a {
  color: rgba(255, 255, 255, .86) !important;
}

#main-footer .footer-widget img:not([src*="logo"]) {
  filter: brightness(0) invert(1) !important;
  opacity: .92 !important;
}

#footer-bottom {
  background: #0c241e !important;
  color: rgba(255, 255, 255, .72) !important;
}

.footer-widget li::before {
  border-color: var(--dsc-peach) !important;
}

.rdstation-popup-js-floating-button {
  box-shadow: 0 16px 44px rgba(18, 35, 30, .24) !important;
}

.dsc-premium-page {
  --green: var(--dsc-green);
  --green2: var(--dsc-green2);
  --mint: var(--dsc-mint);
  --peach: var(--dsc-peach);
  --peach2: var(--dsc-peach2);
  --ink: var(--dsc-ink);
  --muted: var(--dsc-muted);
  --line: var(--dsc-line);
  font-family: inherit;
  color: var(--ink);
  background: #fff;
  overflow: hidden;
}

.dsc-premium-page * {
  box-sizing: border-box;
}

.dscp-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  background: #173f34;
  background-size: cover;
  background-position: center;
  padding: 92px 22px 72px;
  color: #fff;
}

body:not(.page-template-page-template-blank):not(.page-template-page-template-blank-php):not(.page-id-2):not(.page-id-1232):not(.page-id-1746) .dscp-hero {
  min-height: clamp(600px, 64vh, 720px) !important;
  padding-top: clamp(164px, 13vw, 198px) !important;
}

body.page-id-3267 .dscp-hero {
  min-height: clamp(620px, 66vh, 740px) !important;
}

.dscp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 35, 30, .88), rgba(18, 35, 30, .62) 48%, rgba(18, 35, 30, .26));
}

.dscp-hero-inner,
.dscp-inner {
  position: relative;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.dscp-hero-copy {
  max-width: 810px;
}

.dscp-kicker {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--peach2);
  margin: 0 0 16px;
}

.dscp-hero h1 {
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;
  margin: 0 0 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}

.dscp-lead {
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
  color: rgba(255, 255, 255, .9);
  max-width: 820px;
  margin: 0 0 28px;
}

.dscp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}

.dscp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: .2s ease;
  color: var(--dsc-ink) !important;
  background: var(--peach);
  cursor: pointer;
}

.dscp-btn:hover {
  transform: translateY(-1px);
  filter: brightness(.98);
}

.dscp-btn.secondary {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, .46);
}

.dscp-section {
  padding: 78px 22px;
  background: #fff;
}

.dscp-section.soft {
  background: linear-gradient(180deg, #f7fbf8, #fff);
}

.dscp-section.dark {
  background: var(--green);
  color: #fff;
}

.dscp-section.dark h2,
.dscp-section.dark h3 {
  color: #fff;
}

.dscp-section.dark p,
.dscp-section.dark li {
  color: rgba(255, 255, 255, .84);
}

.dscp-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: 48px;
  align-items: center;
}

.dscp-split.reverse {
  grid-template-columns: minmax(300px, 440px) minmax(0, 1fr);
}

.dscp-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 900;
  color: var(--green2);
  margin-bottom: 12px;
}

.dscp-section h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: 0;
  margin: 0 0 18px;
  color: var(--green);
  font-weight: 700;
}

.dscp-section h3 {
  font-size: 22px;
  line-height: 1.22;
  margin: 0 0 10px;
  color: var(--green);
  font-weight: 700;
}

.dscp-section p {
  font-size: 17px;
  line-height: 1.72;
  color: var(--muted);
  margin: 0 0 18px;
}

.dscp-metrics,
.dscp-grid {
  display: grid;
  gap: 18px;
}

.dscp-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.dscp-metric,
.dscp-card,
.dscp-step,
.dscp-source {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 18px 46px rgba(18, 35, 30, .06);
}

.dscp-metric strong {
  display: block;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  color: var(--green);
  margin-bottom: 8px;
}

.dscp-metric span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
  font-weight: 800;
}

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

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

.dscp-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 18px;
  display: block;
}

.dscp-card ul,
.dscp-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.dscp-card li,
.dscp-list li {
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
  padding-left: 20px;
  position: relative;
}

.dscp-card li::before,
.dscp-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .67em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--peach);
}

.dscp-image {
  width: 100%;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(18, 35, 30, .14);
}

.dscp-journey {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.dscp-step .n {
  font-size: 13px;
  font-weight: 900;
  color: var(--peach);
  letter-spacing: .12em;
  margin-bottom: 14px;
}

.dscp-quote {
  border-left: 4px solid var(--peach);
  padding-left: 22px;
  font-size: 22px !important;
  color: var(--green) !important;
  line-height: 1.5 !important;
}

.dscp-band {
  padding: 42px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), #275f4d);
  color: #fff;
}

.dscp-band p {
  color: rgba(255, 255, 255, .86);
}

.dscp-band .dscp-btn.secondary {
  border-color: rgba(255, 255, 255, .35);
}

.dscp-mini {
  font-size: 13px !important;
  color: #7a8782 !important;
  line-height: 1.55 !important;
}

.dscp-sources {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.dscp-source {
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  box-shadow: none;
}

.dscp-source a {
  color: var(--green) !important;
  font-weight: 800;
  text-decoration: none;
}

.dscp-map {
  width: 100%;
  height: 440px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(18, 35, 30, .08);
}

body.page-id-3267 .et_pb_blog_grid {
  max-width: 1160px !important;
  margin: 0 auto !important;
  padding: 0 22px 70px !important;
}

body.page-id-3267 .et_pb_blog_grid .et_pb_post {
  border: 1px solid rgba(23, 63, 52, .13) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 42px rgba(18, 35, 30, .06) !important;
  background: #fff !important;
}

body.page-id-3267 .et_pb_blog_grid h2.entry-title {
  display: block !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  padding: 0 20px !important;
}

body.page-id-3267 .et_pb_blog_grid .post-content {
  padding: 0 20px 22px !important;
}

body.page-id-3267 .dsc-blog-archive-host {
  display: block !important;
}

body.page-id-3267 .dsc-blog-shell {
  width: min(1160px, calc(100% - 44px)) !important;
  margin: 0 auto 72px !important;
  display: block !important;
}

body.page-id-3267 .dsc-blog-shell .et_pb_blog_grid_wrapper {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: initial !important;
}

body.page-id-3267 .dsc-blog-shell .et_pb_blog_grid {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-3267 .dsc-blog-source-hidden {
  display: none !important;
}

body.page-id-3267 .dsc-blog-archive[hidden] {
  display: none !important;
}

body.page-id-3267 .dsc-blog-archive-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 30px !important;
}

body.page-id-3267 .dsc-blog-card {
  min-width: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid rgba(23, 63, 52, .13) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(18, 35, 30, .07) !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}

body.page-id-3267 .dsc-blog-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 24px 52px rgba(18, 35, 30, .12) !important;
}

body.page-id-3267 .dsc-blog-card-image {
  display: block !important;
  overflow: hidden !important;
  background: #e8f0ec !important;
}

body.page-id-3267 .dsc-blog-card-image img {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  display: block !important;
  object-fit: cover !important;
  transition: transform .35s ease !important;
}

body.page-id-3267 .dsc-blog-card:hover .dsc-blog-card-image img {
  transform: scale(1.035) !important;
}

body.page-id-3267 .dsc-blog-card-body {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 24px !important;
}

body.page-id-3267 .dsc-blog-card-meta {
  margin: 0 0 10px !important;
  color: var(--dsc-muted) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

body.page-id-3267 .dsc-blog-card h2 {
  margin: 0 0 13px !important;
  padding: 0 !important;
  color: var(--dsc-ink) !important;
  font-size: clamp(20px, 2vw, 25px) !important;
  line-height: 1.22 !important;
}

body.page-id-3267 .dsc-blog-card h2 a {
  color: inherit !important;
  text-decoration: none !important;
}

body.page-id-3267 .dsc-blog-card h2 a:hover,
body.page-id-3267 .dsc-blog-card h2 a:focus-visible {
  color: var(--dsc-green2) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

body.page-id-3267 .dsc-blog-card-excerpt {
  margin: 0 0 18px !important;
  color: var(--dsc-muted) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

body.page-id-3267 .dsc-blog-card-more {
  width: fit-content !important;
  margin-top: auto !important;
  color: var(--dsc-green2) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

body.page-id-3267 .dsc-blog-card-more::after {
  content: " \2192" !important;
}

body.page-id-3267 .dsc-blog-card-more:hover,
body.page-id-3267 .dsc-blog-card-more:focus-visible {
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

body.page-id-3267 .dsc-blog-archive-controls {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin: 42px 0 0 !important;
}

body.page-id-3267 #dsc-blog-archive-load-more {
  min-height: 50px !important;
  padding: 14px 34px !important;
  border: 2px solid var(--dsc-green) !important;
  border-radius: 999px !important;
  background: var(--dsc-green) !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease !important;
}

body.page-id-3267 #dsc-blog-archive-load-more:hover:not(:disabled) {
  transform: translateY(-2px) !important;
  background: var(--dsc-green2) !important;
  box-shadow: 0 14px 28px rgba(18, 35, 30, .18) !important;
}

body.page-id-3267 #dsc-blog-archive-load-more:focus-visible,
body.page-id-3267 .dsc-blog-help-button:focus-visible {
  outline: 3px solid #d8aa84 !important;
  outline-offset: 3px !important;
}

body.page-id-3267 #dsc-blog-archive-load-more:disabled {
  cursor: wait !important;
  opacity: .68 !important;
}

body.page-id-3267 #dsc-blog-archive-load-more[data-complete="true"] {
  cursor: default !important;
}

body.page-id-3267 .dsc-blog-archive-status {
  min-height: 18px !important;
  margin: 9px 0 0 !important;
  color: var(--dsc-muted) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

body.page-id-3267 .dsc-blog-help {
  margin: 28px 0 0 !important;
  padding: 38px 24px !important;
  border: 1px solid rgba(23, 63, 52, .12) !important;
  border-radius: 14px !important;
  background: #f0f7f4 !important;
  text-align: center !important;
}

body.page-id-3267 .dsc-blog-help-title {
  margin: 0 0 20px !important;
  color: var(--dsc-ink) !important;
  font-size: clamp(20px, 2.3vw, 27px) !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

body.page-id-3267 .dsc-blog-help-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: center !important;
}

body.page-id-3267 .dsc-blog-help-button {
  min-height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 13px 24px !important;
  border: 2px solid var(--dsc-green) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--dsc-green) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}

body.page-id-3267 .dsc-blog-help-button.is-primary {
  background: var(--dsc-green) !important;
  color: #fff !important;
}

body.page-id-3267 .dsc-blog-help-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 24px rgba(18, 35, 30, .16) !important;
}

body.page-id-2 #blog .duarte-blog-grid[data-duarte-latest-posts] {
  min-height: 280px;
}

body.page-id-2 #blog .duarte-blog-grid[data-duarte-latest-posts="loaded"] .duarte-post img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

@media (max-width: 980px) {
  body.page-id-3267 .dsc-blog-shell {
    width: min(720px, calc(100% - 32px)) !important;
    display: block !important;
  }

  body.page-id-3267 .dsc-blog-shell #dsc-blog-sidebar {
    display: none !important;
  }

  #main-header {
    position: fixed !important;
    top: 12px !important;
    width: calc(100% - 24px) !important;
  }

  #main-header #top-menu-nav,
  #main-header #top-menu {
    display: none !important;
  }

  #main-header #et_mobile_nav_menu {
    display: block !important;
    margin-left: auto !important;
  }

  #main-header #et-top-navigation {
    position: absolute !important;
    top: 0 !important;
    right: 22px !important;
    width: 58px !important;
    height: 80px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #main-header #et_mobile_nav_menu,
  #main-header .mobile_nav {
    width: 58px !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #main-header .mobile_menu_bar {
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #main-header .mobile_menu_bar::before {
    content: "" !important;
    position: static !important;
    width: 26px !important;
    height: 18px !important;
    display: block !important;
    background: linear-gradient(#fff, #fff) top left / 26px 3px no-repeat,
      linear-gradient(#fff, #fff) center left / 26px 3px no-repeat,
      linear-gradient(#fff, #fff) bottom left / 26px 3px no-repeat !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  #main-header .mobile_nav .select_page {
    display: none !important;
  }

  #main-header .mobile_nav:not(.opened) .et_mobile_menu {
    display: none !important;
  }

  #main-header .container.et_menu_container {
    width: 100% !important;
    min-height: 80px !important;
    padding: 0 22px !important;
  }

  #main-header .logo_container {
    height: 80px !important;
  }

  #main-header #logo {
    max-width: min(220px, 62vw) !important;
    max-height: 58px !important;
  }

  .et_fixed_nav #main-header {
    position: fixed !important;
  }

  .single-post #main-content .container {
    width: min(100% - 32px, 1160px) !important;
    padding-top: 42px !important;
  }

  .dscp-split,
  .dscp-split.reverse {
    grid-template-columns: 1fr;
  }

  .dscp-metrics,
  .dscp-grid.three,
  .dscp-grid.two,
  .dscp-journey,
  .dscp-sources {
    grid-template-columns: 1fr 1fr;
  }

  .dscp-hero {
    min-height: 500px;
  }

  .dscp-band {
    padding: 30px;
  }
}

@media (max-width: 640px) {
  .single-post .entry-content {
    font-size: 16px;
  }

  .single-post .entry-title {
    font-size: clamp(30px, 8.6vw, 40px) !important;
    line-height: 1.08 !important;
  }

  .single-post article {
    border-radius: 8px !important;
  }

  .et_pb_button,
  .wp-block-button__link,
  input[type="submit"],
  button[type="submit"],
  .wpcf7-submit {
    width: auto;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .dscp-hero {
    min-height: 520px;
    padding: 72px 18px 48px;
  }

  .dscp-section {
    padding: 58px 18px;
  }

  .dscp-metrics,
  .dscp-grid.three,
  .dscp-grid.two,
  .dscp-journey,
  .dscp-sources {
    grid-template-columns: 1fr;
  }

  .dscp-btn {
    width: 100%;
  }

  .dscp-band {
    padding: 24px;
  }

  .dscp-map {
    height: 320px;
  }

  body.page-id-3267 .et_pb_blog_grid .column {
    width: 100% !important;
    float: none !important;
  }

  body.page-id-3267 .et_pb_blog_grid .et_pb_post {
    width: 100% !important;
    margin-bottom: 24px !important;
  }
}

/* Premium reading and navigation overrides for the 2026 public-site refresh. */
#main-header,
#main-header.et-fixed-header {
  position: fixed !important;
  z-index: 99999 !important;
  top: 16px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: min(1320px, calc(100% - 40px)) !important;
  border-radius: 8px !important;
  background: rgba(20, 47, 40, .96) !important;
  box-shadow: 0 14px 34px rgba(12, 32, 27, .18) !important;
}

@media (min-width: 981px) {
  #main-header .container.et_menu_container {
    height: 75px !important;
    min-height: 75px !important;
    padding: 0 18px !important;
  }

  #main-header .logo_container {
    flex: 0 0 180px !important;
  }

  #main-header #logo {
    width: 132px !important;
    max-width: 132px !important;
    max-height: 47px !important;
  }

  #et-top-navigation {
    padding-left: 18px !important;
  }
}

#main-header #logo {
  filter: brightness(0) invert(1) !important;
}

#top-menu li a,
#top-menu li.current-menu-item > a,
#top-menu li.current_page_item > a,
#top-menu li a:hover {
  color: #fff !important;
}

.mobile_menu_bar,
.mobile_menu_bar::before,
.mobile_nav,
.mobile_nav .select_page {
  color: #fff !important;
}

.et_mobile_menu {
  background: #173f34 !important;
  border-top-color: #d8aa84 !important;
  max-height: calc(100vh - 120px) !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

.et_mobile_menu li a {
  color: #fff !important;
}

.duarte-preview-root .duarte-header,
.duarte-preview-root .duarte-topbar,
.duarte-about-root .duarte-about-header {
  position: absolute !important;
  top: 16px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: min(1320px, calc(100% - 40px)) !important;
  display: grid !important;
  grid-template-columns: 170px 1fr !important;
  gap: 24px !important;
  align-items: center !important;
  padding: 14px 18px !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 8px !important;
  background: rgba(20, 47, 40, .91) !important;
  box-shadow: 0 18px 48px rgba(12, 32, 27, .24) !important;
  backdrop-filter: saturate(130%) blur(10px) !important;
}

.duarte-preview-root .duarte-header img,
.duarte-preview-root .duarte-topbar img,
.duarte-about-root .duarte-about-header img {
  width: 132px !important;
}

.duarte-preview-root .duarte-nav,
.duarte-about-root .duarte-nav {
  gap: clamp(10px, 1.1vw, 18px) !important;
  font-size: 13px !important;
  font-weight: 720 !important;
}

.duarte-preview-root .duarte-phone,
.duarte-about-root .duarte-phone {
  padding: 8px 12px !important;
  background: rgba(255, 255, 255, .06) !important;
}

.duarte-preview-root .duarte-hero,
.duarte-about-root .duarte-hero {
  min-height: clamp(700px, 82vh, 860px) !important;
  overflow: hidden !important;
}

.duarte-preview-root .duarte-hero-inner,
.duarte-about-root .duarte-hero-inner {
  padding-top: 176px !important;
  padding-bottom: 76px !important;
}

.duarte-preview-root .duarte-hero-copy,
.duarte-about-root .duarte-hero-inner > * {
  max-width: min(790px, calc(100vw - 56px)) !important;
}

.duarte-preview-root h1,
.duarte-about-root h1 {
  font-size: clamp(38px, 5.25vw, 70px) !important;
  line-height: 1.02 !important;
  max-width: 820px !important;
  text-wrap: balance;
}

.duarte-preview-root .duarte-lead,
.duarte-about-root .duarte-hero p {
  font-size: clamp(17px, 1.55vw, 21px) !important;
  line-height: 1.62 !important;
  max-width: 760px !important;
}

.duarte-preview-root h2,
.duarte-about-root h2 {
  font-size: clamp(30px, 3.35vw, 48px) !important;
  line-height: 1.1 !important;
  text-wrap: balance;
}

.duarte-preview-root .duarte-copy,
.duarte-preview-root .duarte-section-copy,
.duarte-about-root .duarte-section-copy {
  color: #45544f !important;
  font-size: clamp(17px, 1.32vw, 19.5px) !important;
  line-height: 1.8 !important;
}

.duarte-preview-root .duarte-card p,
.duarte-about-root .duarte-card p {
  color: #54645f !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
}

.dscp-duarte360-card {
  display: flex !important;
  min-height: 360px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  padding: clamp(26px, 4vw, 52px) !important;
  border: 1px solid rgba(23, 63, 52, .14) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f5faf7 100%) !important;
  box-shadow: 0 22px 60px rgba(18, 35, 30, .09) !important;
  text-align: center !important;
}

.dscp-duarte360-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 28px 72px rgba(18, 35, 30, .13) !important;
}

.dscp-duarte360-card img {
  width: min(420px, 78vw) !important;
  max-height: 280px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  aspect-ratio: auto !important;
}

.dscp-duarte360-card strong {
  display: block !important;
  color: #173f34 !important;
  font-size: clamp(22px, 2.4vw, 34px) !important;
  line-height: 1.12 !important;
  font-weight: 880 !important;
}

.dscp-duarte360-card span {
  display: block !important;
  max-width: 520px !important;
  color: #536f65 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.dscp-duarte360-card em {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  border-radius: 4px !important;
  background: #d8aa84 !important;
  color: #fff !important;
  font-style: normal !important;
  font-weight: 850 !important;
}

.duarte-leader-card {
  margin: 0 !important;
  position: relative !important;
}

.duarte-leader-card figcaption,
.duarte-signature {
  margin-top: 18px !important;
  padding: 18px 20px !important;
  border-left: 3px solid #d8aa84 !important;
  background: rgba(83, 111, 101, .08) !important;
  border-radius: 0 8px 8px 0 !important;
}

.duarte-leader-card figcaption strong,
.duarte-signature strong {
  display: block !important;
  color: #233d35 !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
  font-weight: 880 !important;
}

.duarte-leader-card figcaption span,
.duarte-signature span {
  display: block !important;
  margin-top: 4px !important;
  color: #536f65 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
  font-weight: 850 !important;
}

.duarte-preview-root .duarte-proof-strip {
  max-width: 920px !important;
}

.duarte-btn-primary,
.duarte-preview-root .duarte-btn-primary,
.duarte-about-root .duarte-btn-primary,
.duarte-contact-root .duarte-btn-primary {
  color: #12231e !important;
}

.dsc-premium-page {
  background: #fbfaf6 !important;
}

.dscp-hero h1 {
  font-size: clamp(38px, 4.8vw, 62px) !important;
  line-height: 1.05 !important;
  max-width: 820px !important;
  text-wrap: balance;
}

.dscp-lead {
  font-size: clamp(17px, 1.45vw, 21px) !important;
  line-height: 1.66 !important;
  max-width: 780px !important;
}

.dscp-section h2 {
  font-size: clamp(30px, 3.05vw, 44px) !important;
  line-height: 1.14 !important;
  max-width: 920px !important;
  text-wrap: balance;
}

.dscp-section p {
  color: #4f5f59 !important;
  font-size: clamp(17px, 1.22vw, 19px) !important;
  line-height: 1.82 !important;
  max-width: 800px;
}

.dscp-card h3 {
  font-size: clamp(18px, 1.5vw, 22px) !important;
  line-height: 1.22 !important;
}

.dscp-card p,
.dscp-list li,
.dscp-card li,
.dscp-mini {
  color: #566761 !important;
  font-size: 16px !important;
  line-height: 1.74 !important;
}

.dscp-inner {
  max-width: 1120px !important;
}

.dscp-section {
  padding-top: clamp(64px, 7vw, 98px) !important;
  padding-bottom: clamp(64px, 7vw, 98px) !important;
}

.dscp-eyebrow,
.dscp-kicker {
  color: #2f6b58 !important;
}

.dscp-hero .dscp-kicker,
.dscp-section.dark .dscp-kicker,
.dscp-section.dark .dscp-eyebrow {
  color: #f3ddc8 !important;
}

@media (max-width: 1180px) {
  .duarte-preview-root h1,
  .duarte-about-root h1 {
    font-size: clamp(38px, 6.1vw, 62px) !important;
    max-width: 720px !important;
  }

  .duarte-preview-root .duarte-proof-strip {
    grid-template-columns: repeat(2, 1fr) !important;
    max-width: 720px !important;
  }
}

@media (max-width: 980px) {
  .duarte-preview-root .duarte-header,
  .duarte-preview-root .duarte-topbar,
  .duarte-about-root .duarte-about-header {
    top: 12px !important;
    width: calc(100% - 24px) !important;
    grid-template-columns: 104px 1fr !important;
    gap: 12px !important;
    padding: 10px 12px !important;
  }

  .duarte-preview-root .duarte-header img,
  .duarte-preview-root .duarte-topbar img,
  .duarte-about-root .duarte-about-header img {
    width: 92px !important;
  }

  .duarte-preview-root .duarte-nav,
  .duarte-about-root .duarte-nav {
    justify-content: flex-start !important;
    gap: 8px !important;
    font-size: 11px !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
  }

  .duarte-preview-root .duarte-nav::-webkit-scrollbar,
  .duarte-about-root .duarte-nav::-webkit-scrollbar {
    display: none;
  }

  .duarte-preview-root .duarte-nav a,
  .duarte-about-root .duarte-nav a {
    flex: 0 0 auto !important;
    min-height: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  .duarte-preview-root .duarte-hero-inner,
  .duarte-about-root .duarte-hero-inner {
    padding-top: 132px !important;
  }

  .duarte-preview-root h1,
  .duarte-about-root h1,
  .dscp-hero h1 {
    font-size: clamp(35px, 9.4vw, 52px) !important;
  }

  .duarte-preview-root .duarte-proof-strip {
    max-width: min(100%, 620px) !important;
  }
}

@media (max-width: 680px) {
  .duarte-preview-root .duarte-phone,
  .duarte-about-root .duarte-phone {
    padding: 7px 8px !important;
  }

  .duarte-preview-root .duarte-hero,
  .duarte-about-root .duarte-hero {
    min-height: 760px !important;
  }

  .duarte-preview-root h1,
  .duarte-about-root h1,
  .dscp-hero h1 {
    font-size: clamp(33px, 10.5vw, 46px) !important;
  }

  .duarte-preview-root .duarte-proof-strip {
    grid-template-columns: 1fr !important;
  }

  .dscp-section p,
  .duarte-preview-root .duarte-copy,
  .duarte-preview-root .duarte-section-copy,
  .duarte-about-root .duarte-section-copy {
    font-size: 16.5px !important;
    line-height: 1.76 !important;
  }
}

/* Final contrast guard: dark green sections must remain readable even when
   page-level Divi CSS is printed after the plugin stylesheet. */
body .dscp-section.dark,
body .dscp-section.dark .dscp-band,
body .duarte-preview-root .duarte-manifesto,
body .duarte-preview-root .duarte-contact,
body .duarte-about-root .duarte-section.dark,
body .duarte-about-root .duarte-band,
body .duarte-contact-root .duarte-contact-hero,
body .duarte-contact-root .duarte-final {
  color: #fff !important;
}

body .dscp-section.dark h1,
body .dscp-section.dark h2,
body .dscp-section.dark h3,
body .dscp-section.dark h4,
body .duarte-preview-root .duarte-manifesto h1,
body .duarte-preview-root .duarte-manifesto h2,
body .duarte-preview-root .duarte-manifesto h3,
body .duarte-preview-root .duarte-contact h1,
body .duarte-preview-root .duarte-contact h2,
body .duarte-preview-root .duarte-contact h3,
body .duarte-about-root .duarte-section.dark h1,
body .duarte-about-root .duarte-section.dark h2,
body .duarte-about-root .duarte-section.dark h3,
body .duarte-about-root .duarte-band h1,
body .duarte-about-root .duarte-band h2,
body .duarte-about-root .duarte-band h3,
body .duarte-contact-root .duarte-contact-hero h1,
body .duarte-contact-root .duarte-final h2 {
  color: #fff !important;
}

body .dscp-section.dark p,
body .dscp-section.dark li,
body .dscp-section.dark .dscp-lead,
body .dscp-section.dark .dscp-mini,
body .dscp-section.dark .dscp-eyebrow,
body .duarte-preview-root .duarte-manifesto p,
body .duarte-preview-root .duarte-manifesto .duarte-section-copy,
body .duarte-preview-root .duarte-contact p,
body .duarte-preview-root .duarte-contact .duarte-section-copy,
body .duarte-preview-root .duarte-contact-card p,
body .duarte-about-root .duarte-section.dark p,
body .duarte-about-root .duarte-section.dark .duarte-section-copy,
body .duarte-about-root .duarte-band p,
body .duarte-about-root .duarte-band .duarte-section-copy,
body .duarte-contact-root .duarte-contact-hero p,
body .duarte-contact-root .duarte-final p {
  color: rgba(255, 255, 255, .9) !important;
}

body .dsc-premium-page,
body .duarte-preview-root,
body .duarte-about-root,
body .duarte-contact-root {
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

@media (max-width: 980px) {
  html,
  body,
  #page-container {
    overflow-x: hidden !important;
    overflow-y: visible !important;
  }
}

body #page-container #main-header,
body #main-header,
body #main-header.et-fixed-header,
body #page-container #main-header.et-fixed-header {
  position: fixed !important;
  z-index: 99999 !important;
  top: 16px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: min(1320px, calc(100% - 40px)) !important;
  border-radius: 8px !important;
  background: rgba(20, 47, 40, .96) !important;
}

@media (min-width: 981px) {
  body #page-container #main-header .container.et_menu_container {
    height: 75px !important;
    min-height: 75px !important;
    padding: 0 18px !important;
  }

  body #page-container #main-header .logo_container {
    flex: 0 0 180px !important;
  }

  body #page-container #main-header #logo {
    width: 132px !important;
    max-width: 132px !important;
    max-height: 47px !important;
  }

  body #page-container #main-header #et-top-navigation {
    padding-left: 18px !important;
  }

  body #main-header #et-top-navigation,
  body #main-header #top-menu-nav,
  body #page-container #main-header #et-top-navigation,
  body #page-container #main-header #top-menu-nav {
    flex: 1 1 auto !important;
    width: 100% !important;
    max-width: none !important;
    height: 75px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding-left: 18px !important;
    padding-top: 0 !important;
  }

  body #main-header #et-top-navigation,
  body #page-container #main-header #et-top-navigation {
    width: calc(100% - 198px) !important;
  }

  body #main-header #top-menu,
  body #page-container #main-header #top-menu {
    width: 100% !important;
    flex-wrap: nowrap !important;
  }

  body #main-header #et_mobile_nav_menu,
  body #main-header .et_mobile_menu,
  body #page-container #main-header #et_mobile_nav_menu,
  body #page-container #main-header .et_mobile_menu {
    display: none !important;
  }
}

@media (max-width: 980px) {
  body #page-container #main-header .container.et_menu_container {
    width: 100% !important;
    min-height: 80px !important;
    padding: 0 22px !important;
  }

  body #main-header #top-menu-nav,
  body #main-header #top-menu,
  body #page-container #main-header #top-menu-nav,
  body #page-container #main-header #top-menu {
    display: none !important;
  }

  body #main-header #et_mobile_nav_menu,
  body #page-container #main-header #et_mobile_nav_menu {
    display: block !important;
    margin-left: auto !important;
  }

  body #main-header #et-top-navigation,
  body #page-container #main-header #et-top-navigation {
    position: absolute !important;
    top: 0 !important;
    right: 22px !important;
    width: 58px !important;
    height: 80px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body #main-header #et_mobile_nav_menu,
  body #main-header .mobile_nav,
  body #page-container #main-header #et_mobile_nav_menu,
  body #page-container #main-header .mobile_nav {
    width: 58px !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body #main-header .mobile_menu_bar,
  body #page-container #main-header .mobile_menu_bar {
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body #main-header .mobile_menu_bar::before,
  body #page-container #main-header .mobile_menu_bar::before {
    content: "" !important;
    position: static !important;
    width: 26px !important;
    height: 18px !important;
    display: block !important;
    background: linear-gradient(#fff, #fff) top left / 26px 3px no-repeat,
      linear-gradient(#fff, #fff) center left / 26px 3px no-repeat,
      linear-gradient(#fff, #fff) bottom left / 26px 3px no-repeat !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  body #main-header .mobile_nav .select_page,
  body #page-container #main-header .mobile_nav .select_page {
    display: none !important;
  }

  body #main-header .mobile_nav:not(.opened) .et_mobile_menu,
  body #page-container #main-header .mobile_nav:not(.opened) .et_mobile_menu {
    display: none !important;
  }

  body #page-container #main-header .logo_container {
    height: 80px !important;
  }

  body #page-container #main-header #logo {
    max-width: min(220px, 62vw) !important;
    max-height: 58px !important;
  }
}

body #page-container #main-header #logo {
  filter: brightness(0) invert(1) !important;
}

body #main-header .et-search-form,
body #main-header .et_search_form_container,
body #main-header input.et-search-field,
body #page-container #main-header .et-search-form,
body #page-container #main-header .et_search_form_container,
body #page-container #main-header input.et-search-field {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body #page-container #main-header #top-menu li a,
body #page-container #main-header #top-menu > li > a,
body #page-container #main-header.et-fixed-header #top-menu li a,
body.et-fixed-header #page-container #main-header #top-menu li a,
body #page-container #main-header #top-menu li.current-menu-item > a,
body #page-container #main-header #top-menu li.current_page_item > a,
body #page-container #main-header #top-menu li a:hover,
body #page-container #main-header #top-menu .menu-item-has-children > a:first-child:after {
  color: #fff !important;
  opacity: 1 !important;
}

@media (min-width: 981px) {
  body #page-container #main-header #top-menu > li.duarte-standard-phone-pill > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 38px !important;
    padding: 8px 13px !important;
    border: 1px solid rgba(255, 255, 255, .38) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .06) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
  }

  body #main-header #top-menu > li.duarte-standard-phone-pill,
  body #page-container #main-header #top-menu > li.duarte-standard-phone-pill {
    margin-left: auto !important;
  }

  body #main-header #top-menu li,
  body #page-container #main-header #top-menu li {
    position: relative !important;
  }

  body #main-header .nav li ul,
  body #page-container #main-header .nav li ul {
    position: absolute !important;
    left: 0 !important;
    top: calc(100% + 18px) !important;
    display: block !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(8px) !important;
  }

  body #main-header .nav li:hover > ul,
  body #main-header .nav li:focus-within > ul,
  body #main-header .nav li.et-hover > ul,
  body #page-container #main-header .nav li:hover > ul,
  body #page-container #main-header .nav li:focus-within > ul,
  body #page-container #main-header .nav li.et-hover > ul {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }
}

@media (min-width: 981px) and (max-width: 1220px) {
  body #page-container #main-header #top-menu > li.duarte-standard-phone-pill {
    display: none !important;
  }
}

body #page-container #main-header .mobile_menu_bar,
body #page-container #main-header .mobile_menu_bar::before,
body #page-container #main-header .mobile_nav,
body #page-container #main-header .mobile_nav .select_page {
  color: #fff !important;
}

body #page-container #main-header .et_mobile_menu {
  background: #173f34 !important;
  border-top-color: #d8aa84 !important;
  max-height: calc(100vh - 120px) !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body .dscp-btn,
body .duarte-btn,
body .et_pb_button,
body .wp-block-button__link,
body input[type="submit"],
body button[type="submit"],
body .wpcf7-submit {
  border-radius: 999px !important;
  min-height: 50px !important;
  padding: 14px 24px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  box-shadow: 0 16px 34px rgba(18, 35, 30, .13) !important;
}

body .dscp-btn:not(.secondary),
body .duarte-btn-primary,
body .et_pb_button,
body .wp-block-button__link,
body input[type="submit"],
body button[type="submit"],
body .wpcf7-submit {
  background: #f4d6bc !important;
  border-color: #f4d6bc !important;
  color: #12231e !important;
}

body .dscp-btn.secondary,
body .duarte-btn-secondary {
  border-radius: 999px !important;
  background: transparent !important;
  color: currentColor !important;
  box-shadow: none !important;
}

body.single-post #main-content .container {
  padding-top: 126px !important;
}

@media (max-width: 980px) {
  body.single-post #main-content .container {
    padding-top: 118px !important;
  }
}

@media (min-width: 981px) {
  body #page-container #main-header .container.et_menu_container,
  body #main-header .container.et_menu_container {
    display: flex !important;
    align-items: center !important;
  }

  body #page-container #main-header .logo_container,
  body #main-header .logo_container {
    display: flex !important;
    align-items: center !important;
    height: 75px !important;
  }

  body #page-container #main-header #logo,
  body #main-header #logo {
    margin: 0 !important;
  }
}

@media (max-width: 980px) {
  body #page-container #main-header,
  body #main-header,
  body #main-header.et-fixed-header,
  body #page-container #main-header.et-fixed-header {
    top: 12px !important;
    width: calc(100% - 24px) !important;
    min-height: 60px !important;
    height: 60px !important;
    border-radius: 8px !important;
  }

  body #page-container #main-header .container.et_menu_container,
  body #main-header .container.et_menu_container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 12px !important;
  }

  body #page-container #main-header .logo_container,
  body #main-header .logo_container {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    flex: 0 0 104px !important;
    width: 104px !important;
    height: 58px !important;
    margin: 0 !important;
  }

  body #page-container #main-header #logo,
  body #main-header #logo {
    display: block !important;
    width: 92px !important;
    max-width: 92px !important;
    max-height: 34px !important;
    margin: 0 !important;
  }

  body #main-header #et-top-navigation,
  body #page-container #main-header #et-top-navigation {
    position: static !important;
    width: 48px !important;
    height: 58px !important;
    margin-left: auto !important;
    padding: 0 !important;
  }

  body #main-header #et_mobile_nav_menu,
  body #main-header .mobile_nav,
  body #page-container #main-header #et_mobile_nav_menu,
  body #page-container #main-header .mobile_nav {
    width: 48px !important;
    height: 58px !important;
  }

  body #main-header .mobile_menu_bar,
  body #page-container #main-header .mobile_menu_bar {
    width: 44px !important;
    height: 44px !important;
  }

  body #main-header .mobile_nav.opened .et_mobile_menu,
  body #page-container #main-header .mobile_nav.opened .et_mobile_menu {
    position: fixed !important;
    top: 70px !important;
    left: 0 !important;
    right: auto !important;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    height: auto !important;
    max-height: calc(100vh - 92px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 8px 0 !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 24px 56px rgba(12, 32, 27, .28) !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body #main-header .mobile_nav.opened .et_mobile_menu li a,
  body #page-container #main-header .mobile_nav.opened .et_mobile_menu li a {
    display: block !important;
    width: 100% !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    white-space: normal !important;
  }

  body #main-header .mobile_nav.opened .et_mobile_menu .sub-menu,
  body #page-container #main-header .mobile_nav.opened .et_mobile_menu .sub-menu {
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    width: 100% !important;
    padding-left: 0 !important;
    background: rgba(255, 255, 255, .04) !important;
  }
}

body.duarte-global-nav-ready #main-header,
body.duarte-global-nav-ready #main-header.et-fixed-header,
body.duarte-global-nav-ready #page-container #main-header,
body.duarte-global-nav-ready #page-container #main-header.et-fixed-header,
body.duarte-global-nav-ready .duarte-preview-root .duarte-header,
body.duarte-global-nav-ready .duarte-preview-root .duarte-topbar,
body.duarte-global-nav-ready .duarte-about-root .duarte-about-header,
body.duarte-global-nav-ready .duarte-contact-root .duarte-contact-header {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.duarte-global-header {
  position: absolute;
  top: 16px;
  left: 50%;
  right: auto;
  z-index: 99999;
  transform: translateX(-50%);
  width: min(1320px, calc(100% - 40px));
  min-height: 77px;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(20, 47, 40, .91);
  box-shadow: 0 18px 48px rgba(12, 32, 27, .24);
  backdrop-filter: saturate(130%) blur(10px);
  color: #fff;
}

.duarte-global-brand {
  display: inline-flex;
  align-items: center;
  width: 170px;
  min-width: 0;
}

.duarte-global-brand img {
  display: block;
  width: 132px;
  max-width: 132px;
  height: auto;
}

.duarte-global-toggle {
  display: none;
}

.duarte-global-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 1.1vw, 18px);
  min-width: 0;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.15;
}

.duarte-global-nav a,
.duarte-global-service-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .93) !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 32px;
  padding: 0;
  font: inherit;
  text-decoration: none !important;
  white-space: nowrap;
}

.duarte-global-nav a:hover,
.duarte-global-nav a.is-active,
.duarte-global-service-toggle:hover,
.duarte-global-services.is-open > .duarte-global-service-toggle {
  color: #f3ddc8 !important;
}

.duarte-global-services {
  position: relative;
}

.duarte-global-service-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.duarte-global-submenu {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  width: min(360px, 88vw);
  display: grid;
  gap: 0;
  padding: 14px 0;
  border-top: 4px solid #d8aa84;
  border-radius: 0 0 8px 8px;
  background: rgba(20, 47, 40, .98);
  box-shadow: 0 22px 54px rgba(12, 32, 27, .28);
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.duarte-global-services:hover .duarte-global-submenu,
.duarte-global-services:focus-within .duarte-global-submenu,
.duarte-global-services.is-open .duarte-global-submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.duarte-global-submenu a {
  display: flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  padding: 10px 18px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 820;
  line-height: 1.28;
  white-space: normal;
}

.duarte-global-submenu a:first-child {
  color: #f3ddc8 !important;
}

.duarte-global-phone {
  padding: 8px 12px !important;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  font-weight: 860;
}

@media (min-width: 981px) and (max-width: 1220px) {
  .duarte-global-header {
    grid-template-columns: 148px minmax(0, 1fr);
    gap: 16px;
  }

  .duarte-global-brand {
    width: 148px;
  }

  .duarte-global-brand img {
    width: 124px;
  }

  .duarte-global-nav {
    gap: 9px;
    font-size: 11px;
  }

  .duarte-global-phone {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .duarte-global-header {
    top: 12px;
    width: calc(100% - 24px);
    min-height: 60px;
    grid-template-columns: 104px 44px;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
  }

  .duarte-global-brand {
    width: 104px;
  }

  .duarte-global-brand img {
    width: 92px;
  }

  .duarte-global-toggle {
    appearance: none;
    border: 0;
    background: transparent;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    justify-self: end;
    cursor: pointer;
    padding: 0;
  }

  .duarte-global-toggle span,
  .duarte-global-toggle::before,
  .duarte-global-toggle::after {
    content: "";
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: #fff;
  }

  .duarte-global-toggle {
    flex-direction: column;
    gap: 6px;
  }

  .duarte-global-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: auto;
    width: 100%;
    max-height: calc(100vh - 96px);
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 0;
    border-top: 4px solid #d8aa84;
    border-radius: 0 0 8px 8px;
    background: rgba(20, 47, 40, .98);
    box-shadow: 0 24px 56px rgba(12, 32, 27, .28);
    -webkit-overflow-scrolling: touch;
  }

  .duarte-global-header.is-menu-open .duarte-global-nav {
    display: block;
  }

  .duarte-global-nav > a,
  .duarte-global-services > .duarte-global-service-toggle {
    width: 100%;
    min-height: 44px;
    justify-content: space-between;
    padding: 11px 18px;
    font-size: 15px;
    font-weight: 760;
    white-space: normal;
  }

  .duarte-global-submenu {
    position: static;
    width: 100%;
    max-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, .04);
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    transform: none;
    pointer-events: auto;
    transition: max-height .2s ease;
  }

  .duarte-global-services.is-open .duarte-global-submenu {
    max-height: 720px;
    padding: 4px 0 8px;
  }

  .duarte-global-submenu a {
    min-height: 40px;
    padding: 10px 18px 10px 32px;
    font-size: 14px;
    font-weight: 720;
  }

  .duarte-global-phone {
    margin: 8px 18px 2px;
    width: calc(100% - 36px) !important;
    justify-content: center !important;
  }
}

/* === Fix 2026-06-10: dropdown Servicos fechava antes do clique (gap de 12px no hover) === */
.duarte-has-dropdown::after {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  top: 100%;
  height: 18px;
}
.duarte-dropdown {
  transition: opacity .16s ease .3s, transform .16s ease .3s, visibility .16s ease .3s !important;
}
.duarte-has-dropdown:hover .duarte-dropdown,
.duarte-has-dropdown:focus-within .duarte-dropdown {
  transition-delay: 0s !important;
}

/* === Fix 2026-06-10: blog mobile em 1 coluna real ===
   Salvattore aplica width:50% inline com !important; CSS nao vence inline.
   A config de colunas do salvattore vem do content do ::before — forcar 1 coluna no mobile. */
@media screen and (max-width: 767px) {
  body.page-id-3267 .dsc-blog-shell {
    width: min(100% - 28px, 560px) !important;
  }
  body.page-id-3267 .dsc-blog-archive-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
  }
  body.page-id-3267 .dsc-blog-card-body {
    padding: 20px !important;
  }
  body.page-id-3267 .dsc-blog-help {
    padding: 30px 18px !important;
  }
  body.page-id-3267 .dsc-blog-help-button {
    width: 100% !important;
  }
  body.page-id-3267 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
    content: '1 .column.size-1of1' !important;
  }
  body.page-id-3267 .et_pb_blog_grid .column {
    /* min-width vence width:50% inline !important no calculo de largura usada */
    min-width: 100% !important;
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
}

/* === Fix 2026-06-10: submenu Servicos (header global) fechava ao atravessar o gap de 18px === */
.duarte-global-services::after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: 100%;
  height: 20px;
}
.duarte-global-submenu {
  transition: opacity .16s ease .3s, transform .16s ease .3s, visibility .16s ease .3s;
}
.duarte-global-services:hover .duarte-global-submenu,
.duarte-global-services:focus-within .duarte-global-submenu,
.duarte-global-services.is-open .duarte-global-submenu {
  transition-delay: 0s;
}

/* === Trabalhe Conosco: landing premium e exclusivamente de RH === */
body.page-id-1720 {
  overflow-x: hidden;
  background: #fbfaf7;
}

body.page-id-1720 #main-content {
  background: #fbfaf7;
}

body.page-id-1720 #main-content > .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body.page-id-1720 #main-content > .container::before,
body.page-id-1720 #sidebar,
body.page-id-1720 .entry-title {
  display: none !important;
}

body.page-id-1720 #left-area,
body.page-id-1720 article.et_pb_post,
body.page-id-1720 .entry-content {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.page-id-1720 #main-header #top-menu > li.duarte-standard-phone-pill,
body.page-id-1720 #page-container #main-header #top-menu > li.duarte-standard-phone-pill,
body.page-id-1720 .duarte-standard-phone-pill,
body.page-id-1720 .duarte-global-phone {
  display: none !important;
}

body.page-id-1720 .duarte-lead-modal {
  display: none !important;
}

.duarte-careers-root {
  --career-green: #173f34;
  --career-green-soft: #315f50;
  --career-sage: #dce7df;
  --career-sage-light: #eef3ef;
  --career-cream: #f5f0e8;
  --career-peach: #e3c5ae;
  --career-white: #fffdf9;
  --career-ink: #183229;
  --career-muted: #61736c;
  --career-line: rgba(23, 63, 52, .14);
  width: 100%;
  overflow: hidden;
  background: var(--career-white);
  color: var(--career-ink);
  font-family: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.duarte-careers-root,
.duarte-careers-root * {
  box-sizing: border-box;
}

.duarte-careers-root h1,
.duarte-careers-root h2,
.duarte-careers-root h3,
.duarte-careers-root p,
.duarte-careers-root ol,
.duarte-careers-root ul {
  margin-top: 0;
}

.duarte-careers-root h1,
.duarte-careers-root h2,
.duarte-careers-root h3 {
  color: var(--career-ink) !important;
  font-family: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  font-weight: 760;
  letter-spacing: -.035em;
}

.duarte-careers-root h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3.15rem, 6.2vw, 6.3rem);
  line-height: .98;
}

.duarte-careers-root h2 {
  margin-bottom: 22px;
  font-size: clamp(2.15rem, 4.4vw, 4.25rem);
  line-height: 1.04;
}

.duarte-careers-root h3 {
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.2;
}

.duarte-careers-root p {
  color: var(--career-muted) !important;
}

.duarte-careers-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.duarte-careers-section {
  padding: clamp(74px, 9vw, 124px) 0;
}

.duarte-careers-eyebrow,
.duarte-careers-root p.duarte-careers-eyebrow {
  margin-bottom: 22px;
  color: var(--career-green-soft) !important;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.duarte-careers-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(128px, 13vw, 176px) 0 clamp(78px, 9vw, 126px);
  background:
    radial-gradient(circle at 82% 16%, rgba(227, 197, 174, .5), transparent 34%),
    linear-gradient(135deg, #eff3ef 0%, #f8f3ec 56%, #e7eee9 100%);
}

.duarte-careers-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 12%;
  left: -8%;
  width: 330px;
  aspect-ratio: 1;
  border: 1px solid rgba(23, 63, 52, .1);
  border-radius: 50%;
}

.duarte-careers-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .82fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

.duarte-careers-hero-copy {
  position: relative;
  z-index: 2;
}

.duarte-careers-lead,
.duarte-careers-root p.duarte-careers-lead {
  max-width: 680px;
  margin-bottom: 32px;
  color: #49625a !important;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.65;
}

.duarte-careers-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.duarte-careers-primary,
.duarte-careers-whatsapp {
  display: inline-flex !important;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 14px 23px;
  border: 1px solid var(--career-green) !important;
  border-radius: 999px;
  font-size: .94rem;
  font-weight: 820;
  line-height: 1.2;
  text-decoration: none !important;
}

.duarte-careers-primary {
  background: var(--career-green) !important;
  box-shadow: 0 18px 38px rgba(23, 63, 52, .2);
  color: #fff !important;
}

.duarte-careers-primary:hover {
  background: #255948 !important;
  border-color: #255948 !important;
  box-shadow: 0 20px 44px rgba(23, 63, 52, .26);
  color: #fff !important;
  transform: translateY(-2px);
}

.duarte-careers-primary:focus-visible,
.duarte-careers-whatsapp:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
  box-shadow: 0 0 0 6px var(--career-green), 0 18px 38px rgba(23, 63, 52, .2);
}

.duarte-careers-whatsapp {
  background: transparent !important;
  box-shadow: none;
  color: var(--career-green) !important;
}

.duarte-careers-whatsapp:hover {
  background: rgba(255, 255, 255, .7) !important;
  border-color: #255948 !important;
  color: #255948 !important;
  transform: translateY(-2px);
}

.duarte-careers-whatsapp-icon {
  display: block;
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: var(--career-green) center / 21px 21px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='none'%3E%3Cpath d='M7.5 29.2l1.45-5.35A12.55 12.55 0 1 1 13 27.75L7.5 29.2Z' stroke='white' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.35 10.85c.28-.63.62-.78 1.16-.78h.88c.42 0 .72.2.9.62l1.15 2.68c.16.38.1.74-.17 1.04l-.86.96c.9 1.72 2.36 3.18 4.24 4.1l.93-.9c.3-.28.67-.36 1.06-.2l2.5 1.05c.44.18.66.5.66.96v.86c0 .55-.25.93-.78 1.17-.82.38-1.78.55-2.82.48-4.98-.36-9.4-4.74-9.83-9.72-.08-.94.22-1.75.98-2.32Z' fill='white'/%3E%3C/svg%3E");
}

.duarte-careers-channel,
.duarte-careers-root p.duarte-careers-channel {
  margin: 13px 0 0;
  color: #526b62 !important;
  font-size: .82rem;
}

.duarte-careers-channel strong {
  color: var(--career-green);
}

.duarte-careers-hero-visual {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 32px 32px 120px 32px;
  background: var(--career-sage);
  box-shadow: 0 30px 70px rgba(43, 75, 64, .17);
}

.duarte-careers-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(19, 52, 42, .34));
  pointer-events: none;
}

.duarte-careers-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 580px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.duarte-careers-presential-badge {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 28px;
  display: grid;
  gap: 2px;
  min-width: 184px;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 18px;
  background: rgba(255, 253, 249, .9);
  box-shadow: 0 18px 42px rgba(23, 63, 52, .16);
  backdrop-filter: blur(12px);
  color: var(--career-green);
}

.duarte-careers-presential-badge span {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.duarte-careers-presential-badge strong {
  font-size: 1.05rem;
}

.duarte-careers-values {
  background: var(--career-white);
}

.duarte-careers-heading-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
  gap: clamp(38px, 8vw, 112px);
  align-items: end;
  margin-bottom: 54px;
}

.duarte-careers-heading-grid h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.duarte-careers-heading-grid > p {
  margin: 0 0 8px;
  font-size: 1.03rem;
}

.duarte-careers-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.duarte-careers-value-card {
  min-height: 270px;
  padding: 30px;
  border: 1px solid var(--career-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(35, 69, 57, .06);
}

.duarte-careers-value-card:nth-child(2) {
  background: var(--career-sage-light);
}

.duarte-careers-value-card:nth-child(3) {
  background: var(--career-cream);
}

.duarte-careers-card-number {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  border: 1px solid rgba(23, 63, 52, .18);
  border-radius: 50%;
  color: var(--career-green-soft);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
}

.duarte-careers-value-card p {
  margin-bottom: 0;
  font-size: .94rem;
  line-height: 1.65;
}

.duarte-careers-presential {
  background: var(--career-sage);
}

.duarte-careers-presential-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: clamp(42px, 8vw, 106px);
  align-items: center;
}

.duarte-careers-presential-copy h2 {
  max-width: 760px;
}

.duarte-careers-presential-copy > p:not(.duarte-careers-eyebrow) {
  max-width: 720px;
  margin-bottom: 14px;
  color: #3f5b51 !important;
  font-size: 1.08rem;
}

.duarte-careers-note {
  position: relative;
  min-height: 330px;
  display: flex;
  align-items: flex-end;
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(23, 63, 52, .1);
  border-radius: 28px;
  background: rgba(255, 253, 249, .82);
  box-shadow: 0 24px 60px rgba(23, 63, 52, .1);
}

.duarte-careers-note-mark {
  position: absolute;
  top: -22px;
  left: 26px;
  color: rgba(23, 63, 52, .1);
  font-family: Georgia, serif;
  font-size: 12rem;
  line-height: 1;
}

.duarte-careers-note p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--career-ink) !important;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  font-weight: 660;
  line-height: 1.55;
}

.duarte-careers-section-heading {
  max-width: 790px;
  margin-bottom: 52px;
}

.duarte-careers-section-heading h2 {
  margin-bottom: 0;
}

.duarte-careers-visit {
  scroll-margin-top: 112px;
  background: var(--career-cream);
}

.duarte-careers-visit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.duarte-careers-info-card {
  min-height: 310px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(23, 63, 52, .12);
  border-radius: 26px;
  background: rgba(255, 255, 255, .78);
}

.duarte-careers-documents {
  grid-row: span 2;
  min-height: 640px;
  background: var(--career-green);
  color: #fff;
}

.duarte-careers-info-label,
.duarte-careers-root p.duarte-careers-info-label {
  margin-bottom: 42px;
  color: var(--career-green-soft) !important;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.duarte-careers-documents .duarte-careers-info-label,
.duarte-careers-root .duarte-careers-documents p.duarte-careers-info-label {
  color: rgba(255, 255, 255, .74) !important;
}

.duarte-careers-documents ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.duarte-careers-documents li {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 21px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  font-size: clamp(1.06rem, 1.7vw, 1.25rem);
  font-weight: 680;
}

.duarte-careers-documents li.duarte-careers-document-note {
  align-items: start;
  font-size: clamp(.95rem, 1.35vw, 1.08rem);
  font-weight: 640;
  line-height: 1.45;
}

.duarte-careers-documents li span {
  display: inline-flex;
  width: 39px;
  height: 39px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  color: var(--career-peach);
  font-weight: 900;
}

.duarte-careers-documents li.duarte-careers-document-note span {
  margin-top: .12rem;
}

.duarte-careers-info-card h3 {
  max-width: 540px;
}

.duarte-careers-hours {
  background: var(--career-sage);
}

.duarte-careers-highlight,
.duarte-careers-root p.duarte-careers-highlight {
  margin: 2px 0 14px;
  color: var(--career-green) !important;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 780;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.duarte-careers-hours > p:last-child,
.duarte-careers-address > p {
  margin-bottom: 0;
  line-height: 1.55;
}

.duarte-careers-address {
  background: #fffdf9;
}

.duarte-careers-nearby {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--career-line);
  list-style: none;
}

.duarte-careers-nearby li {
  position: relative;
  padding-left: 19px;
  color: var(--career-muted);
  font-size: .84rem;
  line-height: 1.5;
}

.duarte-careers-nearby li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--career-peach);
}

.duarte-careers-final {
  position: relative;
  isolation: isolate;
  padding: clamp(78px, 9vw, 120px) 0;
  overflow: hidden;
  background: var(--career-green);
  color: #fff;
}

.duarte-careers-final::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -150px;
  bottom: -260px;
  width: 620px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(227, 197, 174, .16);
}

.duarte-careers-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .58fr);
  gap: clamp(42px, 8vw, 112px);
  align-items: center;
}

.duarte-careers-final h2 {
  max-width: 780px;
  color: #fff !important;
}

.duarte-careers-final .duarte-careers-eyebrow,
.duarte-careers-root .duarte-careers-final p.duarte-careers-eyebrow {
  color: var(--career-peach) !important;
}

.duarte-careers-final p,
.duarte-careers-root .duarte-careers-final p {
  max-width: 720px;
  color: rgba(255, 255, 255, .78) !important;
}

.duarte-careers-final-action {
  display: grid;
  justify-items: start;
}

.duarte-careers-whatsapp-light {
  background: transparent !important;
  border-color: rgba(255, 255, 255, .48) !important;
  color: #fff !important;
  box-shadow: none;
}

.duarte-careers-whatsapp-light .duarte-careers-whatsapp-icon {
  background-color: rgba(255, 255, 255, .16);
}

.duarte-careers-whatsapp-light:hover {
  background: rgba(255, 255, 255, .1) !important;
  border-color: #fff !important;
  color: #fff !important;
}

.duarte-careers-primary-light {
  background: #f4dcc9 !important;
  border-color: #f4dcc9 !important;
  color: var(--career-green) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

.duarte-careers-primary-light:hover {
  background: #fff1e5 !important;
  border-color: #fff1e5 !important;
  color: var(--career-green) !important;
}

.duarte-careers-actions-final {
  display: grid;
  justify-items: start;
}

.duarte-careers-final-action > p,
.duarte-careers-root .duarte-careers-final-action > p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .7) !important;
  font-size: .8rem;
}

@media (max-width: 980px) {
  .duarte-careers-root h1 {
    font-size: clamp(3rem, 10vw, 5rem);
  }

  .duarte-careers-hero-grid,
  .duarte-careers-heading-grid,
  .duarte-careers-presential-grid,
  .duarte-careers-final-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .duarte-careers-hero-grid {
    gap: 52px;
  }

  .duarte-careers-hero-visual {
    min-height: 520px;
  }

  .duarte-careers-hero-visual img {
    min-height: 520px;
  }

  .duarte-careers-heading-grid {
    gap: 26px;
  }

  .duarte-careers-value-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .duarte-careers-value-card {
    min-height: 0;
  }

  .duarte-careers-card-number {
    margin-bottom: 30px;
  }

  .duarte-careers-final-action {
    justify-items: start;
  }
}

@media (max-width: 720px) {
  .duarte-careers-root {
    font-size: 16px;
  }

  .duarte-careers-shell {
    width: min(100% - 32px, 620px);
  }

  .duarte-careers-section {
    padding: 72px 0;
  }

  .duarte-careers-hero {
    padding: 112px 0 74px;
  }

  .duarte-careers-root h1 {
    font-size: clamp(2.65rem, 13vw, 4.1rem);
    line-height: 1;
  }

  .duarte-careers-root h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .duarte-careers-primary,
  .duarte-careers-whatsapp {
    width: 100%;
    padding-inline: 18px;
  }

  .duarte-careers-channel {
    text-align: center;
  }

  .duarte-careers-hero-visual {
    min-height: 410px;
    border-radius: 24px 24px 78px 24px;
  }

  .duarte-careers-hero-visual img {
    min-height: 410px;
  }

  .duarte-careers-presential-badge {
    right: 18px;
    bottom: 20px;
    min-width: 166px;
    padding: 14px 17px;
  }

  .duarte-careers-value-card,
  .duarte-careers-info-card,
  .duarte-careers-note {
    padding: 26px;
    border-radius: 20px;
  }

  .duarte-careers-note {
    min-height: 290px;
  }

  .duarte-careers-note-mark {
    left: 14px;
  }

  .duarte-careers-visit-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .duarte-careers-documents {
    grid-row: auto;
    min-height: 0;
  }

  .duarte-careers-info-card {
    min-height: 0;
  }

  .duarte-careers-info-label,
  .duarte-careers-root p.duarte-careers-info-label {
    margin-bottom: 28px;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  .duarte-careers-root * {
    transition: none !important;
  }

  .duarte-side-action {
    transition: none !important;
  }
}

/* === Trabalhe Conosco: pré-cadastro público 2026-07-28 === */
.duarte-careers-pre-registration {
  --career-sage: #8C9C92;
  --career-mist: #E6E9E7;
}

.duarte-careers-pre-registration .duarte-careers-pre-hero {
  padding: 182px 0 88px !important;
  background:
    radial-gradient(circle at 9% 18%, rgba(140, 156, 146, .22), transparent 28rem),
    var(--career-white) !important;
}

.duarte-careers-pre-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, .72fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}

.duarte-careers-pre-registration .duarte-careers-hero-copy {
  padding: 0 !important;
}

.duarte-careers-pre-registration .duarte-careers-hero-copy h1 {
  max-width: 780px;
  margin-bottom: 26px !important;
  font-size: clamp(3.5rem, 6.8vw, 6.9rem) !important;
  line-height: .91 !important;
}

.duarte-careers-pre-registration .duarte-careers-lead {
  max-width: 660px;
  font-size: clamp(1rem, 1.6vw, 1.2rem) !important;
}

.duarte-careers-pre-benefits {
  display: grid;
  gap: 11px;
  margin: 30px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.duarte-careers-pre-benefits li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--career-ink);
  font-size: .92rem;
  font-weight: 750;
}

.duarte-careers-pre-benefits li span {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  place-items: center;
  border-radius: 50%;
  background: var(--career-mist);
  color: var(--career-green);
  font-size: .75rem;
}

.duarte-careers-pre-trust {
  display: flex;
  margin-top: 34px;
  padding-top: 22px;
  flex-direction: column;
  border-top: 1px solid var(--career-line);
}

.duarte-careers-pre-trust strong {
  color: var(--career-green);
  font-family: var(--career-serif);
  font-size: 1.22rem;
  font-weight: 600;
}

.duarte-careers-pre-trust span {
  margin-top: 2px;
  color: var(--career-muted);
  font-size: .79rem;
}

.duarte-careers-pre-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(23, 63, 52, .17);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(23, 63, 52, .15);
}

.duarte-careers-pre-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, #8C9C92, #173f34);
  content: "";
}

.duarte-careers-pre-card-head {
  margin-bottom: 27px;
}

.duarte-careers-step-pill {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 99px;
  background: var(--career-mist);
  color: var(--career-green);
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.duarte-careers-pre-card h2 {
  margin: 0 !important;
  font-size: clamp(1.9rem, 3vw, 2.55rem) !important;
  line-height: 1.05 !important;
}

.duarte-careers-pre-card-head p {
  margin: 8px 0 0 !important;
  color: var(--career-muted) !important;
  font-size: .84rem !important;
}

.duarte-careers-pre-field,
.duarte-careers-pre-field-grid {
  min-width: 0;
}

.duarte-careers-pre-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.duarte-careers-pre-field {
  display: flex;
  margin-bottom: 15px;
  flex-direction: column;
  gap: 6px;
}

.duarte-careers-pre-field label {
  color: var(--career-ink);
  font-size: .76rem;
  font-weight: 800;
}

.duarte-careers-pre-field input {
  width: 100%;
  min-height: 50px;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid rgba(23, 63, 52, .24) !important;
  border-radius: 7px !important;
  outline: 0;
  background: #fff !important;
  color: var(--career-ink) !important;
  box-shadow: none !important;
  font-size: .92rem !important;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.duarte-careers-pre-field input:focus {
  border-color: var(--career-green-soft) !important;
  box-shadow: 0 0 0 4px rgba(140, 156, 146, .2) !important;
}

.duarte-careers-pre-field input[aria-invalid="true"] {
  border-color: #a43e37 !important;
}

.duarte-careers-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.duarte-careers-pre-consent {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin: 4px 0 18px;
  color: var(--career-muted);
  cursor: pointer;
  font-size: .72rem;
  line-height: 1.55;
}

.duarte-careers-pre-consent input {
  width: 18px !important;
  height: 18px !important;
  margin: 2px 0 0 !important;
  accent-color: var(--career-green);
}

.duarte-careers-terms-link {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--career-green);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.duarte-careers-pre-feedback {
  margin: 0 0 16px;
  padding: 12px 13px;
  border: 1px solid rgba(164, 62, 55, .26);
  border-radius: 7px;
  background: #fff2f0;
  color: #91332d;
  font-size: .76rem;
  font-weight: 750;
  line-height: 1.45;
}

.duarte-careers-pre-submit {
  width: 100% !important;
  min-height: 54px;
  justify-content: space-between !important;
  border-radius: 7px !important;
}

.duarte-careers-pre-submit:disabled {
  cursor: wait;
  opacity: .65;
}

.duarte-careers-pre-privacy {
  margin: 12px 0 0 !important;
  color: var(--career-muted) !important;
  font-size: .67rem !important;
  text-align: center;
}

.duarte-careers-pre-result {
  padding: 46px 0 24px;
  text-align: center;
}

.duarte-careers-pre-result-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--career-mist);
  color: var(--career-green);
  font-size: 1.35rem;
  font-weight: 900;
}

.duarte-careers-pre-result p {
  margin: 12px auto 22px !important;
  color: var(--career-muted) !important;
  font-size: .86rem !important;
}

.duarte-careers-pre-result .duarte-careers-primary {
  width: 100%;
}

.duarte-careers-pre-result small {
  display: block;
  margin-top: 13px;
  color: var(--career-muted);
}

.duarte-careers-pre-about {
  background: var(--career-mist) !important;
}

.duarte-careers-pre-about-grid {
  display: grid;
  grid-template-columns: minmax(0, .74fr) minmax(0, 1fr);
  gap: clamp(44px, 8vw, 110px);
}

.duarte-careers-pre-about-copy p:first-child {
  margin-top: 0 !important;
}

.duarte-careers-pre-opportunities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 54px !important;
}

.duarte-careers-pre-opportunities article {
  min-height: 225px;
  padding: 28px;
  border: 1px solid rgba(23, 63, 52, .12);
  border-radius: 9px;
  background: rgba(255, 255, 255, .72);
}

.duarte-careers-pre-opportunities article > span {
  color: var(--career-sage);
  font-family: var(--career-serif);
  font-size: 2rem;
}

.duarte-careers-pre-opportunities h3 {
  margin: 34px 0 10px !important;
  color: var(--career-green) !important;
  font-size: 1.16rem !important;
}

.duarte-careers-pre-opportunities p {
  margin: 0 !important;
  font-size: .84rem !important;
}

.duarte-careers-pre-process {
  background: var(--career-white) !important;
}

.duarte-careers-pre-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 52px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  counter-reset: none;
}

.duarte-careers-pre-steps li {
  display: grid;
  min-height: 250px;
  padding: 28px 30px;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--career-line);
  border-left: 0;
}

.duarte-careers-pre-steps li:first-child {
  border-left: 1px solid var(--career-line);
  border-radius: 9px 0 0 9px;
}

.duarte-careers-pre-steps li:last-child {
  border-radius: 0 9px 9px 0;
}

.duarte-careers-pre-steps li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--career-green);
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
}

.duarte-careers-pre-steps li div {
  align-self: end;
}

.duarte-careers-pre-steps h3 {
  margin: 48px 0 10px !important;
  color: var(--career-green) !important;
  font-size: 1.08rem !important;
}

.duarte-careers-pre-steps p {
  margin: 0 !important;
  color: var(--career-muted) !important;
  font-size: .82rem !important;
}

.duarte-careers-pre-expectations {
  background: var(--career-cream) !important;
}

.duarte-careers-pre-expectations-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .48fr);
  align-items: start;
  gap: clamp(50px, 8vw, 110px);
}

.duarte-careers-pre-expectations-grid > div p {
  max-width: 760px;
}

.duarte-careers-pre-expectations-grid aside {
  padding: 30px;
  border-radius: 9px;
  background: var(--career-green);
  color: #fff;
}

.duarte-careers-pre-expectations-grid aside > strong {
  display: block;
  color: var(--career-peach);
  font-size: .74rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.duarte-careers-pre-expectations-grid aside p {
  margin: 14px 0 24px !important;
  color: #fff !important;
  font-family: var(--career-serif);
  font-size: 1.28rem !important;
  line-height: 1.35 !important;
}

.duarte-careers-pre-expectations-grid aside small {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, .7);
  font-size: .7rem;
}

.duarte-careers-pre-expectations-grid aside .duarte-careers-whatsapp {
  width: 100%;
  background: var(--career-peach) !important;
  border-color: var(--career-peach) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .16);
  color: var(--career-green) !important;
}

.duarte-careers-pre-expectations-grid aside .duarte-careers-whatsapp:hover {
  background: #fff1e5 !important;
  border-color: #fff1e5 !important;
  color: var(--career-green) !important;
}

.duarte-careers-pre-expectations-grid aside .duarte-careers-whatsapp:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
  box-shadow: 0 0 0 6px rgba(244, 220, 201, .34), 0 14px 30px rgba(0, 0, 0, .16);
}

.duarte-careers-pre-final .duarte-careers-final-inner {
  align-items: center;
}

.duarte-careers-terms-modal[hidden] {
  display: none !important;
}

.duarte-careers-terms-modal {
  position: fixed;
  z-index: 1000000;
  inset: 0;
  display: grid;
  padding: 28px;
  place-items: center;
}

.duarte-careers-terms-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 27, 22, .76);
  backdrop-filter: blur(7px);
}

.duarte-careers-terms-dialog {
  position: relative;
  display: grid;
  width: min(820px, 100%);
  max-height: min(850px, calc(100vh - 56px));
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 30px 100px rgba(0, 0, 0, .34);
}

.duarte-careers-terms-head,
.duarte-careers-terms-footer {
  padding: 24px 28px;
}

.duarte-careers-terms-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--career-line);
}

.duarte-careers-terms-head h2 {
  max-width: 650px;
  margin: 0 !important;
  font-size: clamp(1.55rem, 3vw, 2.25rem) !important;
}

.duarte-careers-terms-close {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid var(--career-line);
  border-radius: 50%;
  background: #fff;
  color: var(--career-green);
  cursor: pointer;
  font-size: 1.55rem;
}

.duarte-careers-terms-body {
  overflow-y: auto;
  padding: 26px 30px;
}

.duarte-careers-terms-body p,
.duarte-careers-terms-body li {
  color: var(--career-ink) !important;
  font-size: .85rem !important;
  line-height: 1.65 !important;
}

.duarte-careers-terms-body ul {
  padding-left: 22px !important;
}

.duarte-careers-terms-body h3 {
  margin-top: 28px !important;
  color: var(--career-green) !important;
}

.duarte-careers-terms-footer {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid var(--career-line);
  background: var(--career-mist);
}

body.duarte-terms-open {
  overflow: hidden !important;
}

@media (max-width: 980px) {
  .duarte-careers-pre-grid,
  .duarte-careers-pre-about-grid,
  .duarte-careers-pre-expectations-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .duarte-careers-pre-grid {
    gap: 48px;
  }

  .duarte-careers-pre-registration .duarte-careers-hero-copy {
    text-align: center;
  }

  .duarte-careers-pre-benefits {
    width: fit-content;
    margin-inline: auto !important;
    text-align: left;
  }

  .duarte-careers-pre-trust {
    align-items: center;
  }

  .duarte-careers-pre-card {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  .duarte-careers-pre-opportunities,
  .duarte-careers-pre-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .duarte-careers-pre-steps li,
  .duarte-careers-pre-steps li:first-child,
  .duarte-careers-pre-steps li:last-child {
    min-height: 0;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    align-items: start;
    gap: 22px;
    border: 1px solid var(--career-line);
    border-bottom: 0;
    border-radius: 0;
  }

  .duarte-careers-pre-steps li:first-child {
    border-radius: 9px 9px 0 0;
  }

  .duarte-careers-pre-steps li:last-child {
    border-bottom: 1px solid var(--career-line);
    border-radius: 0 0 9px 9px;
  }

  .duarte-careers-pre-steps h3 {
    margin-top: 0 !important;
  }
}

@media (max-width: 620px) {
  .duarte-careers-pre-registration .duarte-careers-pre-hero {
    padding: 138px 0 58px !important;
  }

  .duarte-careers-pre-registration .duarte-careers-hero-copy h1 {
    font-size: clamp(3rem, 16vw, 4.5rem) !important;
  }

  .duarte-careers-pre-field-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .duarte-careers-pre-card {
    padding: 27px 20px;
  }

  .duarte-careers-pre-opportunities article {
    min-height: 0;
  }

  .duarte-careers-pre-expectations-grid aside {
    padding: 25px;
  }

  .duarte-careers-terms-modal {
    padding: 0;
    place-items: stretch;
  }

  .duarte-careers-terms-dialog {
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }

  .duarte-careers-terms-head,
  .duarte-careers-terms-footer {
    padding: 19px 20px;
  }

  .duarte-careers-terms-body {
    padding: 22px 20px;
  }

  .duarte-careers-terms-footer .duarte-careers-primary {
    width: 100%;
  }
}
