/*
Theme Name: Insight Hello Child
Template: hello-elementor
Author: Criant
Description: Child theme para o site institucional da Insight.
Version: 0.4.5
*/

:root {
  --insight-black: #050505;
  --insight-graphite: #111111;
  --insight-soft-black: #181818;
  --insight-ink: #181818;
  --insight-white: #ffffff;
  --insight-paper: #f5f2ec;
  --insight-orange: #ff5524;
  --insight-gold: #d7be6a;
  --insight-muted: #b8b8b8;
  --insight-line: rgba(255, 255, 255, 0.14);
}

/* Client document refinements — 2026-08-31 */
.elementor-page-5 .insight-client-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 85, 36, 0.28), transparent 34%),
    linear-gradient(135deg, #0b0b0b 0%, #171717 100%) !important;
}

.elementor-page-5 .insight-client-cta::before {
  position: absolute;
  z-index: -1;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 85, 36, 0.35);
  border-radius: 50%;
  content: "";
  animation: insight-client-orbit 12s linear infinite;
}

.elementor-page-5 .insight-client-cta-actions .elementor-button {
  min-width: 180px;
  border: 1px solid #ff5524;
  border-radius: 999px;
  background: #ff5524 !important;
  color: #fff;
  text-decoration: none !important;
  transition: transform 180ms ease, background-color 180ms ease;
}

.elementor-page-5 .insight-client-cta-actions .elementor-button:hover {
  transform: translateY(-3px);
  background: #e64316 !important;
}

.elementor-page-5 .elementor-widget-heading .elementor-heading-title,
.elementor-page-5 .elementor-widget-button .elementor-button {
  text-decoration: none !important;
}

.elementor-page-5 .elementor-widget-container img {
  transition: transform 420ms ease, filter 420ms ease;
}

.elementor-page-5 .elementor-widget-container img:hover {
  transform: translateY(-4px) scale(1.02);
  filter: drop-shadow(0 14px 26px rgba(0, 0, 0, 0.16));
}

@keyframes insight-client-orbit {
  from { transform: translate3d(-34vw, 0, 0) rotate(0deg); }
  to { transform: translate3d(34vw, 0, 0) rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .elementor-page-5 .insight-client-cta::before,
  .elementor-page-5 .elementor-widget-container img {
    animation: none;
    transition: none;
  }
}

/* Client-feedback Contact draft: larger hero with a soft descending shade. */
body.page-id-95 .insight-contact-hero {
  min-height: 560px !important;
  align-items: center !important;
}

body.page-id-95 .insight-contact-hero::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(5, 5, 5, 0.08) 0%,
    rgba(5, 5, 5, 0.18) 48%,
    rgba(5, 5, 5, 0.92) 100%
  );
}

@media (max-width: 767px) {
  body.page-id-95 .insight-contact-hero {
    min-height: 460px !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--insight-paper);
  color: var(--insight-ink);
  font-family: "Red Hat Display", Arial, sans-serif;
}

.elementor-page,
.elementor-page p,
.elementor-page a,
.elementor-page h1,
.elementor-page h2,
.elementor-page h3,
.elementor-page h4,
.elementor-page h5,
.elementor-page h6 {
  font-family: "Red Hat Display", Arial, sans-serif;
  letter-spacing: 0;
}

.insight-section-dark {
  background: var(--insight-black);
  color: var(--insight-white);
}

.insight-section-light {
  background: var(--insight-white);
  color: var(--insight-ink);
}

.insight-kicker {
  color: var(--insight-orange);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insight-button a,
.elementor-button {
  border-radius: 6px;
}

.insight-section {
  overflow: hidden;
}

.insight-section > .e-con-inner {
  width: min(1180px, calc(100vw - 48px));
}

.insight-dark {
  color: var(--insight-paper);
}

.insight-light {
  color: var(--insight-ink);
}

.insight-heading .elementor-heading-title {
  line-height: 1.08;
}

.insight-heading h1,
.insight-heading .elementor-heading-title.elementor-size-default {
  font-weight: 700;
}

.insight-hero .insight-heading h1,
.insight-contact-hero .insight-heading h1,
.insight-about-hero .insight-heading h1 {
  max-width: 820px;
  font-size: clamp(42px, 6vw, 78px);
}

.insight-heading h2 {
  font-size: clamp(30px, 4vw, 50px);
}

.insight-heading h3 {
  font-size: clamp(22px, 2vw, 30px);
}

.insight-text p {
  margin: 0;
}

.insight-lead,
.insight-lead p {
  max-width: 660px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.4;
}

.insight-center {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.insight-kicker {
  margin: 0 0 8px;
  color: var(--insight-orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.insight-spaced {
  margin-top: 70px !important;
}

.insight-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin-bottom: 92px;
}

.insight-nav-logo img {
  display: block;
  width: 154px;
  max-width: 38vw;
}

.insight-nav nav {
  display: flex;
  gap: 28px;
}

.insight-nav a {
  color: var(--insight-paper);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.insight-nav-cta,
.insight-footer-cta {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 6px;
  background: var(--insight-orange);
  color: var(--insight-black) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.insight-button .elementor-button {
  min-height: 46px;
  padding: 16px 28px;
  border-radius: 6px;
  background: var(--insight-orange) !important;
  color: var(--insight-black) !important;
  font-weight: 700;
  text-transform: uppercase;
}

.insight-grid {
  display: grid !important;
  gap: 24px;
  width: 100%;
}

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

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

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

.insight-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.insight-two-col {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  width: 100%;
}

.insight-hero {
  position: relative;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 85, 36, 0.28), transparent 28%),
    linear-gradient(180deg, #050505 0%, #111111 68%, #050505 100%) !important;
}

.insight-hero-cards {
  margin-top: 64px;
}

.insight-card,
.insight-case-card {
  height: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.26);
}

.insight-product-card {
  min-height: 430px;
}

.insight-light .insight-product-card {
  border-color: rgba(0, 0, 0, 0.08);
  background: var(--insight-white);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.insight-light .insight-product-card .elementor-heading-title {
  color: var(--insight-ink) !important;
}

.insight-light .insight-product-card .insight-text,
.insight-light .insight-product-card .insight-text p {
  color: #555 !important;
}

.insight-product-card .insight-card-image img,
.insight-training-card .insight-card-image img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 6px;
}

.insight-product-card .insight-heading,
.insight-training-card .insight-heading {
  margin-top: 18px;
}

.insight-product-card .insight-text,
.insight-training-card .insight-text {
  margin-top: 8px;
}

.insight-product-card .insight-button,
.insight-training-card .insight-button {
  margin-top: 18px;
}

.insight-training-card {
  border-color: rgba(0, 0, 0, 0.08);
  background: var(--insight-white);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.insight-training-card .insight-heading .elementor-heading-title {
  color: var(--insight-ink) !important;
}

.insight-pill {
  display: inline-flex;
  margin: 0;
  padding: 5px 10px;
  border-radius: 99px;
  background: rgba(255, 85, 36, 0.1);
  color: var(--insight-orange);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.insight-teal-strip {
  min-height: 420px;
  background:
    linear-gradient(90deg, rgba(7, 51, 59, 0.55), rgba(7, 51, 59, 0.9) 52%, #07333b 100%),
    url("/wp-content/uploads/insight-assets/equipe-insight.png") left center / min(54vw, 720px) auto no-repeat,
    #07333b !important;
}

.insight-teal-strip .insight-copy-block {
  max-width: 430px;
  margin-left: auto;
}

.insight-rounded img,
.insight-rounded .elementor-widget-container,
.insight-rounded {
  border-radius: 8px;
}

.insight-rounded img {
  width: 100%;
  object-fit: cover;
}

.insight-copy-block {
  gap: 16px;
}

.insight-proof {
  text-align: center;
}

.insight-logo-card {
  align-items: center;
  justify-content: center;
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  background: #202020;
  text-align: center;
}

.insight-logo-card .insight-logo-image img {
  display: block;
  width: 100%;
  max-height: 58px;
  object-fit: contain;
}

.insight-logo-card .insight-text {
  margin-top: 10px;
}

.insight-case-card {
  padding: 30px;
  text-align: left;
}

.insight-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.insight-metrics strong {
  display: block;
  color: var(--insight-orange);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1;
}

.insight-metrics small {
  display: block;
  margin-top: 8px;
  color: var(--insight-muted);
  font-size: 12px;
}

.insight-about-band {
  background:
    radial-gradient(circle at 88% 50%, rgba(255, 85, 36, 0.23), transparent 26%),
    #050505 !important;
}

.insight-diagnostic {
  background:
    radial-gradient(circle at 78% 36%, rgba(255, 85, 36, 0.32), transparent 24%),
    #050505 !important;
}

.insight-about-hero {
  background:
    radial-gradient(circle at 75% 18%, rgba(255, 85, 36, 0.28), transparent 28%),
    #050505 !important;
  text-align: center;
}

.insight-about-hero .insight-hero-visual {
  margin-top: 32px;
}

.insight-values .insight-logo-card {
  background: var(--insight-white);
  border-color: rgba(0, 0, 0, 0.08);
}

.insight-contact-hero {
  background-color: var(--insight-black);
}

.insight-contact-card,
.insight-form-card,
.insight-address-card {
  padding: 32px;
  border-radius: 8px;
}

.insight-contact-card {
  background: rgba(17, 17, 17, 0.92);
}

.insight-form-card {
  background: var(--insight-white);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.insight-address-card {
  background: #f0ece5;
}

.insight-elementor-form .elementor-field-group label {
  color: var(--insight-ink);
  font-weight: 600;
}

.insight-elementor-form input,
.insight-elementor-form select,
.insight-elementor-form textarea {
  border: 1px solid rgba(0, 0, 0, 0.13) !important;
  border-radius: 6px !important;
  background: #fff !important;
  font-family: "Red Hat Display", Arial, sans-serif !important;
}

.insight-elementor-form .elementor-button {
  width: 100%;
  min-height: 48px;
  border: 0 !important;
  border-radius: 6px !important;
  background: var(--insight-orange) !important;
  color: var(--insight-black) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.insight-elementor-form .elementor-button:hover {
  background: #ff7047 !important;
}

.insight-map-placeholder {
  min-height: 260px;
  margin-top: 22px;
  border-radius: 8px;
  background: #e7e0d6;
}

.insight-cta-split {
  gap: 0;
}

.insight-orange-card {
  justify-content: center;
  min-height: 330px;
  padding: 48px;
  border-radius: 0 8px 8px 0;
  background: var(--insight-orange);
}

.insight-orange-card .insight-button .elementor-button {
  background: var(--insight-black) !important;
  color: var(--insight-paper) !important;
}

.insight-footer {
  color: var(--insight-paper);
}

.insight-footer-top {
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.insight-footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.4fr;
  gap: 36px;
  padding: 44px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.insight-footer-links strong {
  display: block;
  margin-bottom: 16px;
  color: var(--insight-orange);
  font-size: 13px;
}

.insight-footer-links a,
.insight-footer-links p,
.insight-footer-bottom {
  display: block;
  color: #d8d8d8;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
}

.insight-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
}

@media (min-width: 768px) {
  .insight-uichemy-mobile-only,
  .elementor-element-59ffed6b,
  .elementor-element-8f9ec5f6,
  .elementor-element-155692b2,
  .elementor-element-343e6e2d,
  .elementor-element-05ab8639,
  .elementor-element-a137e126 {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .insight-uichemy-desktop-only,
  .elementor-element-954e3c1d,
  .elementor-element-6d549dc5,
  .elementor-element-145b096b,
  .elementor-element-425e4a94 {
    display: none !important;
  }

  body.elementor-page-5 {
    background: #050505;
  }

  .elementor-element-59ffed6b,
  .elementor-element-8f9ec5f6,
  .elementor-element-155692b2,
  .elementor-element-a137e126 {
    background: #050505 !important;
  }

  .elementor-element-59ffed6b {
    border-bottom: 1px solid rgba(255, 85, 36, 0.22);
  }

  .elementor-element-59ffed6b img {
    filter: invert(1);
  }

  .elementor-element-155692b2 {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
  }

  .elementor-element-155692b2 .elementor-heading-title,
  .elementor-element-155692b2 .elementor-widget-text-editor,
  .elementor-element-155692b2 .elementor-widget-text-editor p {
    color: #f5f2ec !important;
  }

  .elementor-element-a7058677 .elementor-heading-title,
  .elementor-element-88da887b .elementor-heading-title,
  .elementor-element-d6458b79 .elementor-heading-title {
    color: #f5f2ec !important;
  }

  .elementor-element-0cbd0ecd {
    border-color: rgba(255, 85, 36, 0.45) !important;
    background: #111111 !important;
  }

  .elementor-element-0cbd0ecd .elementor-heading-title {
    color: #f5f2ec !important;
  }

  .elementor-element-314111cb,
  .elementor-element-57803990,
  .elementor-element-16e4a9f8 {
    background: #161616 !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .elementor-element-314111cb .elementor-heading-title,
  .elementor-element-57803990 .elementor-heading-title,
  .elementor-element-16e4a9f8 .elementor-heading-title,
  .elementor-element-314111cb .elementor-widget-text-editor,
  .elementor-element-57803990 .elementor-widget-text-editor,
  .elementor-element-16e4a9f8 .elementor-widget-text-editor {
    color: #f5f2ec !important;
  }

  .elementor-element-6973ecaf,
  .elementor-element-91697aa6,
  .elementor-element-cc9949a7 {
    background: rgba(255, 85, 36, 0.18) !important;
  }

  .elementor-element-e347cc4f,
  .elementor-element-124ae65e,
  .elementor-element-229cb781 {
    background: rgba(255, 255, 255, 0.08) !important;
  }
}

@media (max-width: 1024px) {
  .insight-grid-5,
  .insight-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 767px) {
  .insight-section > .e-con-inner {
    width: min(390px, calc(100vw - 40px));
  }

  .insight-section {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .insight-nav {
    margin-bottom: 56px;
  }

  .insight-nav nav,
  .insight-nav-cta {
    display: none;
  }

  .insight-hero .insight-heading h1,
  .insight-contact-hero .insight-heading h1,
  .insight-about-hero .insight-heading h1 {
    font-size: 34px;
  }

  .insight-heading h2 {
    font-size: 28px;
  }

  .insight-grid,
  .insight-grid-2,
  .insight-grid-3,
  .insight-grid-4,
  .insight-grid-5,
  .insight-two-col,
  .insight-footer-links {
    grid-template-columns: 1fr;
  }

  .insight-product-card,
  .insight-training-card {
    min-height: auto;
  }

  .insight-product-card .insight-card-image img,
  .insight-training-card .insight-card-image img {
    height: 190px;
  }

  .insight-logo-card {
    min-height: 86px;
  }

  .insight-logo-card .insight-logo-image img {
    max-height: 48px;
  }

  .insight-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .insight-metrics strong {
    font-size: 24px;
  }

  .insight-form-card,
  .insight-address-card,
  .insight-contact-card,
  .insight-case-card {
    padding: 22px;
  }

  .insight-orange-card {
    min-height: auto;
    padding: 32px 24px;
    border-radius: 0 0 8px 8px;
  }

  .insight-footer-top,
  .insight-footer-bottom {
    display: block;
  }

  .insight-footer-bottom span {
    display: block;
    margin-top: 12px;
  }
}

/* Fluent Forms replacement used inside the exact UiChemy Contact layout. */
.insight-fluent-contact,
.insight-fluent-contact .fluentform,
.insight-fluent-contact .frm-fluent-form {
  width: 100%;
}

.insight-fluent-contact .ff-el-group {
  margin-bottom: 18px;
}

.insight-fluent-contact .ff-el-input--label label {
  margin-bottom: 7px;
  color: #181818;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.insight-fluent-contact .ff-el-form-control {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #ffffff;
  color: #181818;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 14px;
  box-shadow: none;
}

.insight-fluent-contact textarea.ff-el-form-control {
  min-height: 126px;
  resize: vertical;
}

.insight-fluent-contact .ff-el-form-control:focus {
  border-color: #ff5524;
  box-shadow: 0 0 0 2px rgba(255, 85, 36, 0.14);
  outline: 0;
}

.insight-fluent-contact .ff_list_inline .ff-el-form-check,
.insight-fluent-contact .ff-el-form-check {
  margin-right: 18px;
  color: #333333;
  font-size: 13px;
}

.insight-fluent-contact input[type="radio"],
.insight-fluent-contact input[type="checkbox"] {
  accent-color: #ff5524;
}

.insight-fluent-contact .insight-ff-consent {
  margin-top: -2px;
  font-size: 12px;
  line-height: 1.4;
}

.insight-fluent-contact .ff-btn-submit {
  min-height: 46px;
  padding: 13px 26px;
  border: 1px solid #ff5524;
  border-radius: 5px;
  background: #ff5524;
  color: #ffffff;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: none;
}

.insight-fluent-contact .ff-btn-submit:hover,
.insight-fluent-contact .ff-btn-submit:focus {
  border-color: #e84518;
  background: #e84518;
  color: #ffffff;
}

.insight-fluent-contact .ff-el-is-error .ff-el-form-control {
  border-color: #c9362b;
}

.insight-fluent-contact .text-danger {
  color: #c9362b;
  font-size: 12px;
}

@media (max-width: 767px) {
  .insight-fluent-contact .ff-t-container {
    display: block;
  }

  .insight-fluent-contact .ff-t-cell {
    width: 100% !important;
    padding: 0 !important;
  }

  .insight-fluent-contact .ff-btn-submit {
    width: 100%;
  }
}

/* Native components prepared on the exact UiChemy Home staging page. */
.insight-glass-case {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 8px !important;
  background: rgba(17, 17, 17, 0.2) !important;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.insight-specialists-carousel {
  --swiper-pagination-color: #ff5524;
  --swiper-navigation-color: #111111;
  --swiper-navigation-size: 16px;
  overflow: visible;
}

.insight-specialists-carousel .swiper,
.insight-specialists-carousel .swiper-container {
  overflow: hidden;
}

.insight-specialists-carousel .swiper-slide {
  height: auto;
}

.insight-specialists-carousel .elementor-swiper-button {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(17, 17, 17, 0.34);
  border-radius: 50%;
  background: #ffffff;
}

.insight-specialists-carousel .swiper-pagination-bullet {
  background: #b7b7b7;
  opacity: 1;
}

.insight-specialists-carousel .swiper-pagination-bullet-active {
  background: #ff5524;
}

.insight-native-testimonial .elementor-testimonial-wrapper {
  padding: 40px;
  border-radius: 20px;
  background: #161616;
}

.insight-native-testimonial .elementor-testimonial-content {
  margin-bottom: 24px;
}

.insight-native-testimonial .elementor-testimonial-meta {
  display: flex;
  align-items: center;
  gap: 18px;
}

.insight-anchor-solutions,
.insight-anchor-specialists,
.insight-anchor-cases {
  scroll-margin-top: 88px;
}

/*
 * Shared Elementor Canvas shell.
 * Header template 115 is used by Home, Sobre Nos and Contato. Footer template
 * 116 wraps the secondary pages; the Home keeps its art-directed local footer.
 */
.insight-site-header,
.insight-site-footer {
  position: relative;
  z-index: 20;
  width: 100%;
}

.insight-site-header {
  background: #000;
}

.insight-site-footer {
  background: #000;
}

.insight-site-header .insight-global-header,
.insight-site-footer .insight-global-footer {
  width: 100% !important;
}

.insight-site-header .insight-global-header > .e-con-inner,
.insight-site-footer .insight-global-footer > .e-con-inner {
  width: 100%;
}

.insight-site-header .elementor-nav-menu--main .elementor-item {
  white-space: nowrap;
}

.insight-site-header a {
  transition: color .2s ease;
}

.insight-site-header a:hover,
.insight-site-header a:focus-visible {
  color: var(--insight-orange) !important;
}

.insight-site-header .elementor-menu-toggle {
  margin-left: auto;
  border: 0;
  background: transparent !important;
}

.insight-site-header .insight-header-source,
.insight-site-header .insight-header-desktop-source,
.insight-site-header .insight-header-mobile-source {
  width: 100% !important;
  max-width: none !important;
}

.insight-site-header .insight-header-mobile-source {
  display: none !important;
}

@media (min-width: 1025px) {
  .insight-site-header .insight-header-desktop-source .elementor-element-2c07fcd7 {
    position: relative !important;
    display: flex !important;
    min-height: 41px !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 0 !important;
  }

  .insight-site-header .insight-header-desktop-source .elementor-element-6e93d193 {
    display: none !important;
  }

  .insight-site-header .insight-header-desktop-source .elementor-element-391dab23 {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 575px !important;
    max-width: 575px !important;
    flex: 0 0 575px !important;
    justify-content: center !important;
    column-gap: 30px !important;
    row-gap: 0 !important;
  }

  .insight-site-header .insight-header-desktop-source .elementor-element-391dab23 .elementor-heading-title {
    white-space: nowrap !important;
  }

  .insight-site-header .insight-header-desktop-source .elementor-element-391dab23 > .elementor-widget {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
  }

  .insight-site-header .insight-header-desktop-source .elementor-element-67af1c1b {
    width: 310px !important;
    max-width: 310px !important;
    margin-left: 60px !important;
    flex: 0 0 310px !important;
    /* Keep the surviving Atendimento block in the original right-hand slot. */
    justify-content: flex-end !important;
  }

  .insight-site-header .insight-header-desktop-source .elementor-element-67af1c1b > .elementor-element {
    flex: 0 0 auto !important;
  }

  .insight-site-header .insight-header-desktop-source .elementor-element-67af1c1b .elementor-widget-image img {
    display: inline-block !important;
  }

  /*
   * The Home repair stylesheet also targets .insight-fix-logo. Restore the
   * global template's absolute logo geometry so template 115 stays identical
   * on every page.
   */
  .insight-site-header .insight-header-desktop-source .insight-fix-logo {
    position: absolute !important;
    inset: auto !important;
    top: 10px !important;
    right: auto !important;
    bottom: auto !important;
    left: 134px !important;
    width: 80px !important;
    max-width: 80px !important;
    height: auto !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
    order: initial !important;
  }

  .insight-site-header .insight-header-desktop-source .insight-fix-logo img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

.insight-site-footer a {
  color: inherit;
  transition: color .2s ease;
}

.insight-site-footer a:hover,
.insight-site-footer a:focus {
  color: var(--insight-orange);
}

.insight-site-footer .insight-footer-menu .elementor-item {
  height: auto !important;
  min-height: 0 !important;
  padding: 6px 0 !important;
  line-height: 1.5 !important;
}

.insight-site-footer .insight-footer-service-links p {
  margin: 0;
}

.insight-site-footer .insight-footer-source,
.insight-site-footer .insight-footer-desktop,
.insight-site-footer .insight-footer-mobile {
  width: 100% !important;
  max-width: none !important;
}

.insight-site-footer .insight-footer-mobile {
  display: none !important;
}

.insight-site-footer .insight-footer-desktop {
  padding: 60px 135px 60px 134px !important;
}

@media (min-width: 1025px) {
  /* Preserve the former two-column footprint after removing Comercial. */
  .insight-site-footer .elementor-element-5ec5778e {
    justify-content: flex-end !important;
    align-items: flex-end !important;
  }
}

.insight-site-footer .elementor-element-3c079137 {
  justify-content: space-between !important;
  align-items: center !important;
}

.insight-site-footer .elementor-element-731d38e1 {
  width: auto !important;
  max-width: none !important;
  margin-left: auto !important;
  flex: 0 0 auto !important;
  align-items: flex-end !important;
}

.insight-site-footer .elementor-element-287321b {
  display: none !important;
}

/* The floating contact action is global, so its presentation cannot depend on
 * the Home-only client-feedback stylesheet. */
.insight-floating-whatsapp {
  position: fixed;
  right: clamp(18px, 2.2vw, 34px);
  bottom: clamp(18px, 2.2vw, 34px);
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
  color: #fff !important;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.insight-floating-whatsapp:hover,
.insight-floating-whatsapp:focus-visible {
  background: #20bd5a;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .34);
  color: #fff !important;
  transform: translateY(-3px);
}

.insight-floating-whatsapp svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.insight-site-footer .elementor-social-icon,
.insight-footer .elementor-social-icon,
footer .elementor-social-icon {
  background-color: transparent !important;
  color: #ff5524 !important;
}

.insight-site-footer .elementor-social-icon i,
.insight-site-footer .elementor-social-icon svg,
.insight-footer .elementor-social-icon i,
.insight-footer .elementor-social-icon svg,
footer .elementor-social-icon i,
footer .elementor-social-icon svg {
  color: #ff5524 !important;
  fill: #ff5524 !important;
}

body.page-id-199 .elementor-element-d7350307,
body.page-id-199 .elementor-element-d7350307 .elementor-heading-title {
  width: 100% !important;
  text-align: center !important;
}

@media (max-width: 1024px) {
  .insight-site-header .insight-header-desktop-source {
    display: none !important;
  }

  .insight-site-header .insight-header-mobile-source {
    display: flex !important;
  }

  .insight-site-header .insight-header-mobile-source > .elementor-element {
    width: 100% !important;
    max-width: none !important;
  }

  .insight-site-header .insight-header-mobile-source .insight-header-logo {
    margin-right: auto !important;
  }

  .insight-site-header .insight-header-mobile-source .insight-header-menu {
    width: auto !important;
    margin-right: 0 !important;
    margin-left: auto !important;
    flex: 0 0 auto !important;
  }

  .insight-site-header .insight-header-mobile-source .elementor-menu-toggle {
    margin-right: 0 !important;
    margin-left: auto !important;
  }

  .insight-site-header .insight-header-logo img {
    display: inline-block !important;
    filter: none !important;
  }

  .insight-site-header .elementor-menu-toggle {
    color: var(--insight-orange) !important;
  }

  .insight-site-footer .insight-footer-desktop {
    padding: 29px 20px !important;
  }
}

@media (min-width: 1025px) {
  .insight-site-footer .elementor-element-63bb624c,
  .insight-site-footer .elementor-element-249d0c86 {
    width: auto !important;
    max-width: none !important;
  }

  .insight-site-footer .elementor-element-63bb624c .elementor-heading-title,
  .insight-site-footer .elementor-element-249d0c86 .elementor-heading-title,
  .insight-site-footer .elementor-element-63bb624c a,
  .insight-site-footer .elementor-element-249d0c86 a {
    white-space: nowrap !important;
  }
}

/* Remove obsolete page-local headers after the shared shell is mounted. */
body.page-id-5 .elementor-5 .elementor-element-67497125,
body.page-id-5 .elementor-5 .elementor-element-59ffed6b,
body.page-id-6 .elementor-6 .elementor-element-2f0a2f7d,
body.page-id-7 .elementor-7 .elementor-element-46af66f3,
body.page-id-7 .elementor-7 .elementor-element-78ed6616 {
  display: none !important;
}

/* Keep the Home legal credit aligned with the social row, like template 116. */
body.page-id-5 .elementor-5 .elementor-element-3c079137 {
  justify-content: space-between !important;
  align-items: center !important;
}

body.page-id-5 .elementor-5 .elementor-element-731d38e1 {
  width: auto !important;
  max-width: none !important;
  margin-left: auto !important;
  flex: 0 0 auto !important;
  align-items: flex-end !important;
}

body.page-id-5 .elementor-5 .elementor-element-5ffe4415 {
  width: auto !important;
  max-width: none !important;
}

body.page-id-5 .elementor-5 .elementor-element-287321b {
  display: none !important;
}

body.page-id-7 .elementor-7 .elementor-element-7bc947cc {
  top: 0 !important;
}

/* The old Sobre import contains two identical hero labels/headlines. */
body.page-id-6 .elementor-6 .elementor-element-629e33ea,
body.page-id-6 .elementor-6 .elementor-element-6b62ff06,
body.page-id-6 .elementor-6 .elementor-element-15df9ca2,
body.page-id-6 .elementor-6 .elementor-element-e7cf07d2 {
  display: none !important;
}

@media (max-width: 767px) {
  .insight-site-footer .insight-footer-desktop {
    display: none !important;
  }

  .insight-site-footer .insight-footer-mobile {
    display: flex !important;
  }

  .insight-site-footer .elementor-element-beb247e {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 24px !important;
  }

  .insight-site-footer .elementor-element-9cbddf9 {
    width: 100% !important;
    max-width: none !important;
    align-items: flex-start !important;
  }

  .insight-site-footer .elementor-element-fea9267 {
    display: none !important;
  }

  .insight-site-header,
  .insight-site-header .elementor {
    background: #000 !important;
  }

  .insight-site-header .insight-header-logo img {
    filter: none !important;
  }

  .insight-site-header .elementor-menu-toggle {
    color: var(--insight-orange) !important;
  }

  .insight-site-header .elementor-menu-toggle svg {
    fill: currentColor !important;
  }

  .insight-site-footer .insight-footer-mobile .elementor-element-a4565f3 {
    gap: 32px !important;
  }

  .insight-site-footer .insight-global-footer {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .insight-glass-case {
    border-radius: 6px !important;
  }

  .insight-specialists-carousel .elementor-swiper-button {
    width: 30px;
    height: 30px;
  }

  .insight-native-testimonial .elementor-testimonial-wrapper {
    padding: 29px;
    border-radius: 15px;
  }

  .insight-anchor-solutions,
  .insight-anchor-specialists,
  .insight-anchor-cases {
    scroll-margin-top: 68px;
  }
}

/*
 * Contact page rebuilt as one native responsive Elementor tree.
 * The hero image remains an Elementor background setting; this section only
 * controls its presentation and the page layout.
 */
.insight-contact-page {
  --insight-contact-container: 1120px;
  --insight-contact-gutter: 24px;
  --insight-contact-surface: #ffffff;
  --insight-contact-text: #181818;
  --insight-contact-muted: #6c6c6c;
  --insight-contact-border: #dddddd;
  --insight-contact-card: rgba(14, 14, 14, 0.94);
  width: 100% !important;
  max-width: none !important;
  min-height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  overflow: hidden;
  background: var(--insight-contact-surface);
  color: var(--insight-contact-text);
  isolation: isolate;
}

@supports (overflow: clip) {
  .insight-contact-page {
    overflow: clip;
  }
}

.insight-contact-page,
.insight-contact-page *,
.insight-contact-page *::before,
.insight-contact-page *::after {
  box-sizing: border-box;
}

.insight-contact-page .insight-contact-hero,
.insight-contact-page .insight-contact-content {
  width: 100% !important;
  max-width: none !important;
  min-height: auto !important;
  margin: 0 !important;
}

.insight-contact-page .insight-contact-hero {
  position: relative;
  padding: 105px var(--insight-contact-gutter) 150px !important;
  overflow: visible;
  background-color: #050505;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #ffffff;
}

.insight-contact-page .insight-contact-hero-inner,
.insight-contact-page .insight-contact-content-inner {
  width: min(var(--insight-contact-container), 100%) !important;
  max-width: var(--insight-contact-container) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
}

.insight-contact-page .insight-contact-hero-inner {
  position: relative;
  z-index: 1;
  display: flex !important;
}

.insight-contact-page .insight-contact-hero-inner > .e-con-inner,
.insight-contact-page .insight-contact-content-inner > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.insight-contact-page .insight-contact-hero-inner > .e-con-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(48px, 6vw, 88px) !important;
  align-items: center;
}

.insight-contact-page .insight-contact-title {
  width: 100% !important;
  max-width: 430px !important;
  margin: 0 !important;
}

.insight-contact-page .insight-contact-title .elementor-widget-container {
  margin: 0 !important;
}

.insight-contact-page .insight-contact-title .elementor-heading-title,
.insight-contact-page .insight-contact-title h1 {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(38px, 3.75vw, 52px) !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em !important;
  text-wrap: balance;
}

.insight-contact-page .insight-contact-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px !important;
  align-items: center;
  width: 100% !important;
  max-width: none !important;
  min-height: auto !important;
  margin: 0 !important;
  padding: 28px 32px !important;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 9px !important;
  background: var(--insight-contact-card) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.insight-contact-page .insight-contact-card-main {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.insight-contact-page .insight-contact-phone,
.insight-contact-page .insight-contact-email {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff;
}

.insight-contact-page .insight-contact-phone a,
.insight-contact-page .insight-contact-email a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color 0.2s ease;
}

.insight-contact-page .insight-contact-phone a:hover,
.insight-contact-page .insight-contact-email a:hover {
  color: var(--insight-orange);
}

.insight-contact-page .insight-contact-phone a:focus-visible,
.insight-contact-page .insight-contact-email a:focus-visible,
.insight-contact-page .insight-contact-social a:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(255, 85, 36, 0.5);
  outline-offset: 3px;
}

.insight-contact-page .insight-contact-phone svg,
.insight-contact-page .insight-contact-phone i,
.insight-contact-page .insight-contact-email svg,
.insight-contact-page .insight-contact-email i {
  flex: 0 0 auto;
  color: var(--insight-orange);
  fill: currentColor;
}

.insight-contact-page .insight-contact-social {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
  width: auto !important;
  min-width: max-content;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff;
}

.insight-contact-page .insight-contact-social p,
.insight-contact-page .insight-contact-social .elementor-heading-title {
  margin: 0 !important;
  color: var(--insight-orange) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

.insight-contact-page .insight-contact-social .elementor-social-icons-wrapper,
.insight-contact-page .insight-contact-social .elementor-icon-list-items,
.insight-contact-page .insight-contact-social-icons {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  gap: 14px;
}

.insight-contact-page .insight-contact-social a,
.insight-contact-page .insight-contact-social .elementor-social-icon {
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.insight-contact-page .insight-contact-social-icon {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

.insight-contact-page .insight-contact-social-icon .elementor-icon-wrapper {
  line-height: 1;
}

.insight-contact-page .insight-contact-social-icon .elementor-icon {
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

.insight-contact-page .insight-contact-social-icon .elementor-icon svg {
  width: 1em !important;
  height: 1em !important;
}

.insight-contact-page .insight-contact-social .elementor-social-icon {
  width: auto;
  height: auto;
  padding: 0;
  background: transparent !important;
}

.insight-contact-page .insight-contact-social a:hover,
.insight-contact-page .insight-contact-social .elementor-social-icon:hover {
  color: var(--insight-orange);
}

.insight-contact-page .insight-contact-content {
  padding: 0 var(--insight-contact-gutter) 104px !important;
  background: var(--insight-contact-surface) !important;
}

.insight-contact-page .insight-contact-content-inner {
  display: flex !important;
}

.insight-contact-page .insight-contact-content-inner > .e-con-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(54px, 7vw, 92px) !important;
  align-items: start;
}

.insight-contact-page .insight-contact-form-card {
  position: relative;
  z-index: 2;
  width: 100% !important;
  min-width: 0;
  min-height: auto !important;
  margin: -96px 0 0 !important;
  padding: 36px 34px 32px !important;
  border: 1px solid rgba(0, 0, 0, 0.035);
  border-radius: 9px !important;
  background: #ffffff !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.1);
}

.insight-contact-page .insight-contact-form-intro {
  width: 100% !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  gap: 4px !important;
  text-align: center;
}

.insight-contact-page .insight-contact-form-intro .elementor-heading-title,
.insight-contact-page .insight-contact-form-intro h2 {
  margin: 0 !important;
  color: var(--insight-contact-text) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.insight-contact-page .insight-contact-form-intro p {
  margin: 4px 0 0 !important;
  color: var(--insight-contact-muted) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.insight-contact-page .insight-contact-form-shell,
.insight-contact-page .insight-contact-form-shell .elementor-widget-container,
.insight-contact-page .insight-contact-form-shell .fluentform,
.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3,
.insight-contact-page .insight-contact-form-shell form[data-form_id="3"] {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-el-group {
  margin-bottom: 16px;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-el-input--label {
  margin-bottom: 7px;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-el-input--label label {
  margin: 0;
  color: var(--insight-contact-text);
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-el-form-control {
  width: 100% !important;
  max-width: none !important;
  min-height: 48px;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid var(--insight-contact-border) !important;
  border-radius: 10px !important;
  background-color: #ffffff !important;
  color: var(--insight-contact-text) !important;
  font-family: "Red Hat Display", Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  box-shadow: none !important;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 select.ff-el-form-control {
  cursor: pointer;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 textarea.ff-el-form-control {
  min-height: 124px;
  resize: vertical;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-el-form-control::placeholder {
  color: #919191;
  opacity: 1;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-el-form-control:hover {
  border-color: #bcbcbc !important;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-el-form-control:focus,
.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-el-form-control:focus-visible {
  border-color: var(--insight-orange) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(255, 85, 36, 0.18) !important;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-t-container.insight-ff-row-2 {
  display: flex;
  gap: 16px;
  margin-right: 0;
  margin-left: 0;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-t-container.insight-ff-row-2 > .ff-t-cell {
  min-width: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* Fluent Forms radio group "perfil" rendered as the Figma segmented control. */
.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-el-group.ff_list_inline .ff-el-input--content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3px;
  width: 100%;
  padding: 3px;
  border-radius: 10px;
  background: #f1f1f1;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-el-group.ff_list_inline .ff-el-form-check {
  display: block !important;
  width: auto !important;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-el-group.ff_list_inline .ff-el-form-check-label {
  display: block;
  margin: 0 !important;
  cursor: pointer;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-el-group.ff_list_inline input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-el-group.ff_list_inline input[type="radio"] + span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 6px;
  border-radius: 7px;
  color: #323232;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-el-group.ff_list_inline input[type="radio"]:checked + span {
  background: #050505;
  color: #ffffff;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-el-group.ff_list_inline input[type="radio"]:focus-visible + span {
  outline: 3px solid rgba(255, 85, 36, 0.48);
  outline-offset: 2px;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .insight-ff-consent {
  margin-top: 2px;
  margin-bottom: 16px;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .insight-ff-consent .ff-el-form-check {
  margin: 0;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .insight-ff-consent .ff-el-form-check-label {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  margin: 0;
  color: #555555;
  font-size: 10px;
  line-height: 1.45;
  cursor: pointer;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .insight-ff-consent input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--insight-orange);
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .insight-ff-consent input[type="checkbox"]:focus-visible {
  outline: 3px solid rgba(255, 85, 36, 0.35);
  outline-offset: 2px;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff_submit_btn_wrapper {
  margin: 0;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 48px;
  margin: 0 !important;
  padding: 13px 24px !important;
  border: 1px solid var(--insight-orange) !important;
  border-radius: 999px !important;
  background: var(--insight-orange) !important;
  color: #ffffff !important;
  font-family: "Red Hat Display", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none !important;
  cursor: pointer;
  opacity: 1;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-btn-submit:hover {
  border-color: #e84518 !important;
  background: #e84518 !important;
  color: #ffffff !important;
  opacity: 1;
  transform: translateY(-1px);
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-btn-submit:focus-visible {
  border-color: #e84518 !important;
  outline: 3px solid rgba(255, 85, 36, 0.4) !important;
  outline-offset: 3px;
  box-shadow: none !important;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-el-is-error .ff-el-form-control {
  border-color: #c9362b !important;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .text-danger,
.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .error.text-danger {
  margin-top: 5px;
  color: #b42318;
  font-size: 11px;
  line-height: 1.35;
}

.insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-message-success {
  margin: 16px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(28, 126, 74, 0.24);
  border-radius: 10px;
  background: #f1faf5;
  color: #155b35;
  font-size: 13px;
  line-height: 1.45;
}

.insight-contact-page .insight-contact-location {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 92px 0 0 !important;
  color: var(--insight-contact-text);
}

.insight-contact-page .insight-contact-location .elementor-heading-title,
.insight-contact-page .insight-contact-location h2,
.insight-contact-page .insight-contact-location h3 {
  margin: 0 !important;
  color: var(--insight-contact-text) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.insight-contact-page .insight-contact-location p {
  margin: 0 !important;
  color: #333333 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.insight-contact-page .insight-contact-map {
  width: 100% !important;
  max-width: 416px !important;
  margin: 10px 0 0 !important;
  overflow: hidden;
  border-radius: 0;
}

.insight-contact-page .insight-contact-map .elementor-widget-container,
.insight-contact-page .insight-contact-map picture {
  display: block;
  width: 100%;
}

.insight-contact-page .insight-contact-map img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .insight-contact-page {
    --insight-contact-gutter: 20px;
  }

  .insight-contact-page .insight-contact-hero {
    padding: 64px var(--insight-contact-gutter) 72px !important;
  }

  .insight-contact-page .insight-contact-hero-inner > .e-con-inner,
  .insight-contact-page .insight-contact-content-inner > .e-con-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px !important;
  }

  .insight-contact-page .insight-contact-title {
    max-width: 520px !important;
  }

  .insight-contact-page .insight-contact-card {
    max-width: 680px !important;
  }

  .insight-contact-page .insight-contact-content {
    padding: 48px var(--insight-contact-gutter) 80px !important;
  }

  .insight-contact-page .insight-contact-form-card {
    max-width: 680px !important;
    margin: 0 !important;
  }

  .insight-contact-page .insight-contact-location {
    max-width: 680px !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .insight-contact-page .insight-contact-hero {
    padding: 44px 20px 46px !important;
    background-position: center center !important;
  }

  .insight-contact-page .insight-contact-hero-inner > .e-con-inner {
    gap: 24px !important;
  }

  .insight-contact-page .insight-contact-title .elementor-heading-title,
  .insight-contact-page .insight-contact-title h1 {
    max-width: 315px;
    font-size: clamp(28px, 8vw, 34px) !important;
    line-height: 1.08 !important;
  }

  .insight-contact-page .insight-contact-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px !important;
    padding: 20px !important;
  }

  .insight-contact-page .insight-contact-card-main {
    gap: 8px !important;
  }

  .insight-contact-page .insight-contact-phone a,
  .insight-contact-page .insight-contact-email a {
    font-size: 12px;
  }

  .insight-contact-page .insight-contact-social {
    width: 100% !important;
    min-width: 0;
    padding-top: 16px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .insight-contact-page .insight-contact-content {
    padding: 24px 20px 64px !important;
  }

  .insight-contact-page .insight-contact-content-inner {
    gap: 42px !important;
  }

  .insight-contact-page .insight-contact-form-card {
    padding: 24px 20px !important;
    border-radius: 8px !important;
  }

  .insight-contact-page .insight-contact-form-intro {
    margin-bottom: 20px !important;
  }

  .insight-contact-page .insight-contact-form-intro .elementor-heading-title,
  .insight-contact-page .insight-contact-form-intro h2 {
    font-size: 18px !important;
  }

  .insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-t-container.insight-ff-row-2 {
    display: block;
  }

  .insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-t-container.insight-ff-row-2 > .ff-t-cell {
    width: 100% !important;
    max-width: none !important;
  }

  .insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-el-form-control {
    min-height: 44px;
    padding: 10px 12px !important;
  }

  .insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 textarea.ff-el-form-control {
    min-height: 112px;
  }

  .insight-contact-page .insight-contact-form-shell .fluentform_wrapper_3 .ff-el-group.ff_list_inline input[type="radio"] + span {
    min-height: 36px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 10px;
  }

  .insight-contact-page .insight-contact-location {
    gap: 10px !important;
  }

  .insight-contact-page .insight-contact-map {
    max-width: none !important;
    margin-top: 8px !important;
    border-radius: 12px;
  }

  .insight-contact-page .insight-contact-map img {
    aspect-ratio: 330 / 414;
    border-radius: 12px !important;
  }
}
