/* Global UX refinements for V2 */

.menu {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: rgba(243, 246, 246, 0.94);
  transition: background-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}

.menu.is-scrolled {
  background: rgba(243, 246, 246, 0.72);
  backdrop-filter: saturate(140%) blur(10px);
  box-shadow: 0 6px 18px rgba(8, 22, 18, 0.12);
}

@media screen and (max-width: 991px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .menu,
  .section,
  .footer,
  .bottom_bar {
    overflow-x: clip;
  }

  .slider_mobile,
  .slider_mobile_l {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 14px !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    touch-action: pan-y;
    cursor: grab;
    padding: 0 20px 8px;
  }

  .slider_mobile::-webkit-scrollbar,
  .slider_mobile_l::-webkit-scrollbar {
    display: none;
  }

  .slider_mobile.is-dragging,
  .slider_mobile_l.is-dragging {
    cursor: grabbing;
  }

  .slider_mobile > *,
  .slider_mobile_l > * {
    flex: 0 0 82% !important;
    min-width: 82% !important;
    scroll-snap-align: center;
  }

  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product {
    position: relative;
    isolation: isolate;
    background-color: #073124;
    background-image:
      radial-gradient(120% 72% at 82% 10%, rgba(27, 175, 116, 0.36) 0%, rgba(27, 175, 116, 0) 56%),
      radial-gradient(102% 66% at 15% 100%, rgba(17, 201, 130, 0.2) 0%, rgba(17, 201, 130, 0) 60%),
      linear-gradient(180deg, #0a3428 0%, #09402e 42%, #0d5a40 100%);
    background-size: cover;
    background-position: center;
    padding-top: 28px;
  }

  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product::before,
  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product::after {
    content: "";
    position: absolute;
    background-image: url("/assets/app/oghma-mark.svg");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
    opacity: 0.16;
    filter: brightness(1.8);
  }

  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product::before {
    width: 230px;
    height: 230px;
    top: 110px;
    right: -84px;
    transform: rotate(-18deg);
  }

  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product::after {
    width: 286px;
    height: 286px;
    left: -112px;
    bottom: -84px;
    transform: rotate(18deg);
  }

  html[data-wf-page="68e6ea159e71dee4999c3b96"] .container.hero.product {
    position: relative;
    z-index: 1;
    min-height: auto;
    justify-content: flex-start;
    gap: 28px;
    padding-top: 8px;
  }

  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product .graph_pattern {
    display: none;
  }

  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product .graph_pattern_container {
    width: 100%;
    position: relative;
  }

  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product .modalproduct {
    position: relative;
    z-index: 1;
    background: linear-gradient(156deg, rgba(15, 97, 68, 0.95), rgba(11, 79, 57, 0.96));
    border: 1.5px solid rgba(130, 254, 196, 0.36);
    box-shadow:
      inset 0 0 0 1px rgba(7, 54, 39, 0.72),
      0 22px 52px -20px rgba(0, 0, 0, 0.58),
      0 0 34px rgba(22, 192, 125, 0.26);
    backdrop-filter: blur(3px);
    padding: 22px 20px 20px;
  }

  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product .modalproduct::after {
    content: "";
    position: absolute;
    inset: 11px;
    border: 1px solid rgba(150, 255, 211, 0.22);
    border-radius: 20px;
    pointer-events: none;
  }

  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product .formwrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 16px;
  }

  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product .field {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    min-width: 0;
  }

  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product .field .lead {
    color: #e8fff4;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
    font-weight: 600;
  }

  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product .field .lead-small {
    color: #bfeeda;
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.35;
    display: block;
  }

  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product .field .mensagem-erro {
    color: #ffd7d7;
    margin-top: 8px;
    line-height: 1.25;
    font-size: 13px;
    font-weight: 600;
  }

  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product .he_input_valorimovel,
  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product .he_input_valorsolicitado {
    height: 54px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1.5px solid rgba(25, 126, 92, 0.64);
    background: rgba(244, 255, 249, 0.98);
    color: #0a2b20;
    font-size: 18px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.7),
      0 0 0 1px rgba(6, 57, 40, 0.14);
  }

  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product .he_input_valorimovel::placeholder,
  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product .he_input_valorsolicitado::placeholder {
    color: #4f7063;
  }

  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product .he_input_valorimovel:focus,
  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product .he_input_valorsolicitado:focus {
    border-color: rgba(0, 198, 102, 0.86);
    box-shadow:
      0 0 0 2px rgba(0, 198, 102, 0.2),
      0 0 20px rgba(0, 198, 102, 0.22);
    outline: none;
  }

  html[data-wf-page="68e6ea159e71dee4999c3b96"] .section.hero_product .he_submitbutton_0 {
    width: 100%;
    margin-top: 4px;
    border: 1px solid rgba(12, 89, 62, 0.86);
    box-shadow:
      0 10px 26px rgba(0, 0, 0, 0.24),
      0 0 24px rgba(55, 221, 151, 0.34);
  }
}

@media screen and (max-width: 767px) {
  html[data-wf-page="68f156e6c5f37034a1fa05ab"] .card_a_mobile_l,
  html[data-wf-page="68f156e6c5f37034a1fa05ab"] .card_c_mobile_l,
  html[data-wf-page="68f156e6c5f37034a1fa05ab"] .card_a_mobile,
  html[data-wf-page="68f156e6c5f37034a1fa05ab"] .card_c_mobile {
    width: 264px;
    height: 376px;
    border-radius: 28px;
  }

  html[data-wf-page="68f156e6c5f37034a1fa05ab"] .card_b_mobile_l,
  html[data-wf-page="68f156e6c5f37034a1fa05ab"] .card_b_mobile {
    width: 264px;
    height: 408px;
    border-radius: 28px;
  }

  html[data-wf-page="68f156e6c5f37034a1fa05ab"] .slider_mobile_l,
  html[data-wf-page="68f156e6c5f37034a1fa05ab"] .slider_mobile {
    height: 408px;
  }
}

@media screen and (max-width: 479px) {
  html[data-wf-page="68f156e6c5f37034a1fa05ab"] .card_a_mobile,
  html[data-wf-page="68f156e6c5f37034a1fa05ab"] .card_c_mobile {
    width: 252px;
    height: 360px;
  }

  html[data-wf-page="68f156e6c5f37034a1fa05ab"] .card_b_mobile {
    width: 252px;
    height: 392px;
  }

  html[data-wf-page="68f156e6c5f37034a1fa05ab"] .slider_mobile {
    height: 392px;
  }
}

html[data-wf-page="68f156e6c5f37034a1fa05ab"] #products + .section.l_high .wrapper_cards .card {
  border: 1px solid #c8ddd4;
  border-radius: 24px;
  background: linear-gradient(180deg, #f8fdfb 0%, #f1f9f5 100%);
  box-shadow: 0 10px 28px rgba(3, 38, 27, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 28px 24px;
}

html[data-wf-page="68f156e6c5f37034a1fa05ab"] #products + .section.l_high .wrapper_cards .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(3, 38, 27, 0.14);
}

html[data-wf-page="68f156e6c5f37034a1fa05ab"] #products + .section.l_high .wrapper_cards .card .pictogram {
  width: 64px;
  height: 64px;
  padding: 8px;
  border-radius: 14px;
  background: rgba(17, 201, 130, 0.1);
  border: 1px solid rgba(17, 201, 130, 0.26);
}

html[data-wf-page="68f156e6c5f37034a1fa05ab"] #products + .section.l_high .wrapper_cards .card .w-layout-vflex {
  align-items: center;
  gap: 10px;
}

html[data-wf-page="68f156e6c5f37034a1fa05ab"] #products + .section.l_high .wrapper_cards .card .flat_card_title {
  color: #368a73;
  margin-bottom: 0;
}

html[data-wf-page="68f156e6c5f37034a1fa05ab"] #products + .section.l_high .wrapper_cards .card .functional-1 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  html[data-wf-page="68f156e6c5f37034a1fa05ab"] #products + .section.l_high .wrapper_cards .card {
    width: 100%;
    max-width: none;
    padding: 30px 24px;
    gap: 18px;
  }
}

html[data-wf-page="68f156e6c5f37034a1fa05ab"] #products + .section.l_high + .section .wrapper-24-16-16.align_top {
  gap: 18px;
  align-items: stretch;
}

html[data-wf-page="68f156e6c5f37034a1fa05ab"] #products + .section.l_high + .section .big_number {
  border: 1px solid #c8ddd4;
  border-radius: 24px;
  background: linear-gradient(180deg, #f8fdfb 0%, #eff8f4 100%);
  box-shadow: 0 10px 28px rgba(3, 38, 27, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
  padding: 26px 24px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex: 1 1 0;
  max-width: none;
}

html[data-wf-page="68f156e6c5f37034a1fa05ab"] #products + .section.l_high + .section .big_number:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(3, 38, 27, 0.14);
}

html[data-wf-page="68f156e6c5f37034a1fa05ab"] #products + .section.l_high + .section .big_number .headline-3.accent {
  margin-bottom: 0;
  color: #36a67c;
}

html[data-wf-page="68f156e6c5f37034a1fa05ab"] #products + .section.l_high + .section .big_number .base {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  html[data-wf-page="68f156e6c5f37034a1fa05ab"] #products + .section.l_high + .section .wrapper-24-16-16.align_top {
    flex-direction: column;
    gap: 14px;
  }

  html[data-wf-page="68f156e6c5f37034a1fa05ab"] #products + .section.l_high + .section .big_number {
    min-height: auto;
    padding: 28px 20px;
    align-items: center;
    text-align: center;
  }
}

html[data-wf-page="68f156e6c5f37034a1fa05ab"] #specialists + .section .v_flex.purpose {
  position: relative;
  border: 1px solid #c8ddd4;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf8 100%);
  box-shadow: 0 14px 36px rgba(3, 38, 27, 0.08);
  overflow: hidden;
  padding: 40px 34px;
  gap: 24px;
  align-items: center;
  text-align: center;
}

html[data-wf-page="68f156e6c5f37034a1fa05ab"] #specialists + .section .graphic_pattern_purpose {
  width: 132px;
  height: 132px;
  padding: 22px;
  border-radius: 26px;
  background: rgba(17, 201, 130, 0.08);
  border: 1px solid rgba(17, 201, 130, 0.28);
  box-shadow: 0 10px 24px rgba(3, 38, 27, 0.08);
}

html[data-wf-page="68f156e6c5f37034a1fa05ab"] #specialists + .section .v_flex.purpose > .w-layout-vflex {
  align-items: center;
  max-width: 980px;
  gap: 10px;
}

html[data-wf-page="68f156e6c5f37034a1fa05ab"] #specialists + .section .v_flex.purpose .headline-3.accent {
  color: #10a777;
  margin-bottom: 0;
}

html[data-wf-page="68f156e6c5f37034a1fa05ab"] #specialists + .section .v_flex.purpose .base {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 980px;
  text-align: center;
}

html[data-wf-page="68f156e6c5f37034a1fa05ab"] #specialists + .section .v_flex.purpose .buttton_l_mid {
  min-width: min(380px, 100%);
}

@media screen and (max-width: 767px) {
  html[data-wf-page="68f156e6c5f37034a1fa05ab"] #specialists + .section .v_flex.purpose {
    padding: 30px 20px;
    border-radius: 22px;
    gap: 20px;
  }

  html[data-wf-page="68f156e6c5f37034a1fa05ab"] #specialists + .section .graphic_pattern_purpose {
    width: 104px;
    height: 104px;
    padding: 16px;
    border-radius: 20px;
  }

  html[data-wf-page="68f156e6c5f37034a1fa05ab"] #specialists + .section .v_flex.purpose .buttton_l_mid {
    width: 100%;
    min-width: 0;
  }
}
