.elementor-9 .elementor-element.elementor-element-5c5eeb2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9 .elementor-element.elementor-element-6d89cfd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-a5914a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-1efa856{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-d971169{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-d5a7017{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-ec761ab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-f9d8dd5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-108f43e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}body.elementor-page-9{margin:-10px -10px -10px -10px;}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-5c5eeb2{--width:100%;}.elementor-9 .elementor-element.elementor-element-108f43e{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-cd80e8e *//* ── HERO ── */
  .lynx-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .lynx-hero__bg {
    position: absolute;
    inset: 0;
    background-image: url('https://lp.lynxarquitetura.com.br/wp-content/uploads/2026/03/DSC7937-Editar-3.webp');
    background-size: cover;
    background-position: center 30%;
    transform: scale(1.04);
    animation: slowZoom 12s ease-out forwards;
  }
  
  .lynx-hero {
  box-shadow: 0 8px 40px rgba(0,0,0,0.18);
}

  @keyframes slowZoom {
    from { transform: scale(1.04); }
    to   { transform: scale(1.00); }
  }

  .lynx-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(10,10,10,0.18) 0%,
      rgba(10,10,10,0.50) 50%,
      rgba(10,10,10,0.72) 100%
    );
  }

  .lynx-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem 1.5rem;
    max-width: 820px;
    animation: fadeUp 1.2s ease forwards;
    opacity: 0;
    animation-delay: 0.3s;
  }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .lynx-hero__eyebrow {
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 0.82rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #e8c98a;
    text-shadow: 0 1px 8px rgba(0,0,0,0.6);
    margin-bottom: 1.6rem;
  }

  .lynx-hero__title {
    font-family: var(--font-display);
    font-weight: 300;
    font-size: clamp(2.6rem, 6vw, 5rem);
    line-height: 1.12;
    color: var(--white);
    margin-bottom: 1.6rem;
  }

  .lynx-hero__title em {
    font-style: italic;
    font-weight: 300;
  }

  .lynx-hero__divider {
    width: 40px;
    height: 1px;
    background: var(--gold);
    margin: 0 auto 1.6rem;
    opacity: 0.8;
  }

  .lynx-hero__subtitle {
    font-family: var(--font-body);
    font-weight: 300;
    font-size: clamp(0.88rem, 2vw, 1.05rem);
    line-height: 1.8;
    color: rgba(255,255,255,0.82);
    max-width: 560px;
    margin: 0 auto 2.8rem;
    letter-spacing: 0.02em;
  }

  .lynx-hero__ctas {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .btn-primary {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--black);
    background: var(--white);
    border: none;
    padding: 1rem 2.2rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s, color 0.3s;
  }

  .btn-primary:hover {
    background: var(--gold);
    color: var(--white);
  }

  .btn-secondary {
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--white);
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    padding: 1rem 2.2rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: border-color 0.3s, color 0.3s;
  }

  .btn-secondary:hover {
    border-color: #e8c98a;
    color: #e8c98a;
  }

  .btn-secondary svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
  }

  /* Scroll indicator */
  .lynx-hero__scroll {
  position: absolute !important;
  bottom: 2rem !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  transform: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.4rem !important;
  z-index: 2 !important;
  width: 100% !important;
  white-space: nowrap !important;
}

.lynx-hero__scroll span {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.5) !important;
}

  .scroll-line {
    width: 1px;
    height: 36px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
  }

  @keyframes scrollPulse {
    0%, 100% { opacity: 0.4; transform: scaleY(1); }
    50%       { opacity: 1;   transform: scaleY(1.1); }
  }
  
  .lynx-hero__logo {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  animation: fadeUp 1s ease forwards;
  opacity: 0;
  animation-delay: 0.1s;
  text-decoration: none;
  display: table;
}

.lynx-hero__logo img {
  height: 130px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

  /* ── MOBILE ── */
  @media (max-width: 600px) {
    .lynx-hero__title {
      font-size: 2.4rem;
    }
    .lynx-hero__subtitle {
      font-size: 0.9rem;
    }
    .btn-primary, .btn-secondary {
      width: 100%;
      justify-content: center;
      text-align: center;
    }
    .lynx-hero__ctas {
      flex-direction: column;
      align-items: center;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-120cbd7 */.lynx-credibilidade {
  background: #f9f8f6;
  padding: 5rem 2rem;
  position: relative;
}

.lynx-cred__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.lynx-cred__eyebrow {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 3rem;
}

.lynx-cred__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}

.lynx-cred__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding: 0 3rem;
  flex: 1;
  min-width: 180px;
}

.lynx-cred__number {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  color: var(--black);
  line-height: 1;
}

.lynx-cred__label {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: #888;
  line-height: 1.6;
  max-width: 160px;
}

.lynx-cred__divider {
  width: 1px;
  height: 60px;
  background: #ddd;
  flex-shrink: 0;
}

.lynx-cred__tagline {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  color: var(--black);
  letter-spacing: 0.02em;
}

.lynx-cred__tagline em {
  font-style: italic;
  color: var(--gold);
}

/* Mobile */
@media (max-width: 768px) {
  .lynx-cred__grid {
    flex-direction: column;
    gap: 2rem;
  }
  .lynx-cred__divider {
    width: 40px;
    height: 1px;
  }
  .lynx-cred__item {
    padding: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0846f19 */.lynx-paraquem {
  background: #ffffff;
  padding: 6rem 2rem;
}

.lynx-paraquem__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.lynx-paraquem__eyebrow {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.6rem;
}

.lynx-paraquem__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  line-height: 1.25;
  color: var(--black);
  margin-bottom: 4rem;
}

.lynx-paraquem__title em {
  font-style: italic;
  font-weight: 300;
}

.lynx-paraquem__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #e8e8e8;
}

.lynx-paraquem__card {
  padding: 2.8rem 2rem;
  border-right: 1px solid #e8e8e8;
  text-align: left;
  transition: background 0.3s;
}

.lynx-paraquem__card:last-child {
  border-right: none;
}

.lynx-paraquem__card:hover {
  background: #f9f8f6;
}

.lynx-paraquem__icon {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 2.4rem;
  color: #e0d5c5;
  display: block;
  margin-bottom: 1.2rem;
  line-height: 1;
}

.lynx-paraquem__text {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #555;
  letter-spacing: 0.02em;
}

/* Mobile */
@media (max-width: 768px) {
  .lynx-paraquem__grid {
    grid-template-columns: 1fr 1fr;
  }

  .lynx-paraquem__card:nth-child(2) {
    border-right: none;
  }

  .lynx-paraquem__card {
    border-bottom: 1px solid #e8e8e8;
  }
}

@media (max-width: 480px) {
  .lynx-paraquem__grid {
    grid-template-columns: 1fr;
  }

  .lynx-paraquem__card {
    border-right: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51157ce */.lynx-portfolio {
  background: #f9f8f6;
  padding: 6rem 2rem;
}

.lynx-portfolio__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.lynx-portfolio__eyebrow {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.lynx-portfolio__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--black);
  margin-bottom: 5rem;
  line-height: 1.25;
}

.lynx-portfolio__title em { font-style: italic; }

/* PROJETO BASE */
.lynx-projeto {
  margin-bottom: 5rem;
  text-align: left;
}

.lynx-projeto__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.2rem;
  gap: 1rem;
  flex-wrap: wrap;
}

.lynx-projeto__nome {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 1.6rem;
  color: var(--black);
  margin-bottom: 0.4rem;
}

.lynx-projeto__desc {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.82rem;
  color: #999;
  line-height: 1.6;
  max-width: 480px;
}

.lynx-projeto__tabs {
  display: flex;
  gap: 0.5rem;
}

.lynx-tab {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 300;
  color: #ccc;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.3rem 0.6rem;
  transition: color 0.2s;
  border-bottom: 1px solid transparent;
}

.lynx-tab:hover { color: var(--black); }

.lynx-tab.active {
  color: var(--black);
  border-bottom: 1px solid #c9a96e;
}

/* LAYOUT SPLIT — fotos verticais */
.lynx-projeto--split .lynx-projeto__body {
  display: flex;
  gap: 4rem;
  align-items: center;
}

.lynx-projeto--split .lynx-projeto__sidebar {
  width: 35%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.lynx-projeto--split .lynx-projeto__nome {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}

.lynx-projeto--split .lynx-projeto__desc {
  max-width: 100%;
  color: #777;
  font-size: 0.88rem;
}

.lynx-projeto--split .cd-image-container {
  width: 65%;
  flex-shrink: 0;
}

.lynx-projeto--split .cd-image-container .img-depois {
  height: 780px;
}

.lynx-projeto--split .cd-resize-img .img-antes {
  height: 780px;
  width: 65vw;
  max-width: 715px;
}

/* SLIDER BASE */
.cd-image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: col-resize;
  user-select: none;
  line-height: 0;
  isolation: isolate;
}

.cd-image-container .img-depois {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.cd-resize-img .img-antes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 1100px;
  height: 600px;
  object-fit: cover;
  object-position: left top;
  display: block;
}

.cd-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 16px rgba(0,0,0,0.3);
  z-index: 10;
  cursor: col-resize;
}

.cd-handle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #0e0e0e;
}

.cd-handle::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #0e0e0e;
}

.cd-image-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: var(--line-pos, 50%);
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: rgba(255,255,255,0.9);
  z-index: 5;
  pointer-events: none;
}

.cd-label {
  position: absolute;
  bottom: 1.2rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: white;
  background: rgba(0,0,0,0.4);
  padding: 0.3rem 0.8rem;
  z-index: 6;
  pointer-events: none;
}

.cd-label.antes { left: 1.2rem; }
.cd-label.depois { right: 1.2rem; }

/* MOBILE */
@media (max-width: 768px) {
  .lynx-projeto--split .lynx-projeto__body {
    flex-direction: column;
  }
  .lynx-projeto--split .cd-image-container {
    width: 100%;
  }
  .lynx-projeto--split .lynx-projeto__sidebar {
    width: 100%;
  }
  .lynx-projeto--split .cd-image-container .img-depois,
  .lynx-projeto--split .cd-resize-img .img-antes {
    height: 560px;
  }
  .cd-image-container .img-depois,
  .cd-resize-img .img-antes {
    height: 340px;
  }
}

@media (max-width: 480px) {
  .lynx-projeto--split .cd-image-container .img-depois,
  .lynx-projeto--split .cd-resize-img .img-antes {
    height: 420px;
  }
  .cd-image-container .img-depois,
  .cd-resize-img .img-antes {
    height: 260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78fa055 */.lynx-portfolio {
  background: #f9f8f6;
  padding: 6rem 2rem;
}

.lynx-portfolio__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.lynx-portfolio__eyebrow {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.lynx-portfolio__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--black);
  margin-bottom: 5rem;
  line-height: 1.25;
}

.lynx-portfolio__title em { font-style: italic; }

/* PROJETO */
.lynx-projeto {
  margin-bottom: 5rem;
  text-align: left;
}

.lynx-projeto__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.2rem;
  gap: 1rem;
  flex-wrap: wrap;
}

.lynx-projeto__nome {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 1.6rem;
  color: var(--black);
  margin-bottom: 0.4rem;
}

.lynx-projeto__desc {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.82rem;
  color: #999;
  letter-spacing: 0.02em;
  line-height: 1.6;
  max-width: 480px;
}

.lynx-projeto__tabs {
  display: flex;
  gap: 0.5rem;
}

.lynx-tab {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 300;
  color: #ccc;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.3rem 0.6rem;
  transition: color 0.2s;
  border-bottom: 1px solid transparent;
}

.lynx-tab:hover { color: var(--black); }

.lynx-tab.active {
  color: var(--black);
  border-bottom: 1px solid var(--gold);
}

/* SLIDER */
.lynx-slider {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  background: #eee;
}

.lynx-slider__after,
.lynx-slider__before {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  clip-path: inset(0 50% 0 0);
}

.lynx-slider__before {
  width: 50%;
}

.lynx-slider__handle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  pointer-events: none;
}

.lynx-slider__line {
  flex: 1;
  width: 2px;
  background: rgba(255,255,255,0.9);
}

.lynx-slider__btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 16px rgba(0,0,0,0.2);
  flex-shrink: 0;
}

.lynx-slider__btn svg {
  width: 18px;
  height: 18px;
  color: var(--black);
}

.lynx-slider__tag {
  position: absolute;
  bottom: 1.2rem;
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: white;
  background: rgba(0,0,0,0.35);
  padding: 0.3rem 0.8rem;
  pointer-events: none;
  z-index: 5;
}

.lynx-slider__tag--antes { left: 1.2rem; }
.lynx-slider__tag--depois { right: 1.2rem; }

@media (max-width: 768px) {
  .lynx-slider { height: 320px; }
  .lynx-projeto__header { flex-direction: column; align-items: flex-start; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae61d14 */.lynx-metodologia {
  background: #ffffff;
  padding: 6rem 2rem;
}

.lynx-metodologia__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.lynx-metodologia__eyebrow {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
  text-align: center;
}

.lynx-metodologia__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--black);
  margin-bottom: 4rem;
  line-height: 1.25;
  text-align: center;
}

.lynx-metodologia__title em {
  font-style: italic;
}

.lynx-metodologia__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  margin-bottom: 4rem;
}

.lynx-met__item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2.8rem 2.4rem;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  transition: background 0.3s;
}

.lynx-met__item:hover {
  background: #f9f8f6;
}

/* Última etapa ocupa as duas colunas */
.lynx-met__item--destaque {
  grid-column: 1 / -1;
  background: #f9f8f6;
}

.lynx-met__item--destaque:hover {
  background: #f2f0ec;
}

.lynx-met__item--destaque .lynx-met__titulo {
  color: var(--gold);
}

.lynx-met__num {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 2.4rem;
  color: #e0d5c5;
  line-height: 1;
  flex-shrink: 0;
  width: 52px;
}

.lynx-met__titulo {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--black);
  margin-bottom: 0.2rem;
}

.lynx-met__subtitulo {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.8rem;
}

.lynx-met__desc {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.82rem;
  color: #888;
  line-height: 1.8;
}

.lynx-met__rodape {
  text-align: center;
  padding: 3rem 2rem;
  border: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.lynx-met__rodape p {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: var(--black);
  line-height: 1.5;
}

.lynx-met__rodape em {
  font-style: italic;
  color: var(--gold);
}

.lynx-met__cta {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--black);
  border: none;
  padding: 1rem 2.4rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s;
}

.lynx-met__cta:hover {
  background: var(--gold);
}

@media (max-width: 768px) {
  .lynx-metodologia__grid {
    grid-template-columns: 1fr;
  }
  .lynx-met__item--destaque {
    grid-column: 1;
  }
}

.lynx-met__item--destaque .lynx-met__titulo {
  color: var(--black);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee39475 */.lynx-sobre {
  background: #f9f8f6;
  padding: 6rem 2rem;
}

.lynx-sobre__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 5rem;
  align-items: center;
}

.lynx-sobre__foto {
  width: 42%;
  flex-shrink: 0;
}

.lynx-sobre__foto img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.lynx-sobre__texto {
  flex: 1;
}

.lynx-sobre__eyebrow {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.lynx-sobre__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--black);
  line-height: 1.15;
  margin-bottom: 2rem;
}

.lynx-sobre__divider {
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 2rem;
  opacity: 0.8;
}

.lynx-sobre__desc {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.9;
  margin-bottom: 1.2rem;
}

.lynx-sobre__credenciais {
  display: flex;
  gap: 2.5rem;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #e8e8e8;
}

.lynx-sobre__cred {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.lynx-sobre__cred-valor {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 1.8rem;
  color: var(--black);
  line-height: 1;
}

.lynx-sobre__cred-label {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #aaa;
}

@media (max-width: 768px) {
  .lynx-sobre__inner {
    flex-direction: column;
    gap: 3rem;
  }
  .lynx-sobre__foto {
    width: 100%;
  }
  .lynx-sobre__foto img {
    height: 420px;
  }
  .lynx-sobre__credenciais {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-613512c */.lynx-form {
  background: #f9f8f6;
  padding: 6rem 2rem;
}

.lynx-form__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 5rem;
  align-items: flex-start;
}

.lynx-form__texto {
  width: 38%;
  flex-shrink: 0;
  position: sticky;
  top: 2rem;
}

.lynx-form__eyebrow {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.lynx-form__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--black);
  line-height: 1.2;
  margin-bottom: 2rem;
}

.lynx-form__title em {
  font-style: italic;
}

.lynx-form__divider {
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 2rem;
  opacity: 0.8;
}

.lynx-form__desc {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.88rem;
  color: #888;
  line-height: 1.9;
  margin-bottom: 2rem;
}

.lynx-form__whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.2rem;
  transition: color 0.2s, border-color 0.2s;
}

.lynx-form__whatsapp:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.lynx-form__whatsapp svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}

.lynx-form__box {
  flex: 1;
  background: #ffffff;
  padding: 3rem;
  border: 1px solid #e8e8e8;
}

.lynx-form__form {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.lynx-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}

.lynx-form__grupo {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.lynx-form__label {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #999;
}

.lynx-form__input {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.9rem;
  color: var(--black);
  background: #fafafa;
  border: 1px solid #e0e0e0;
  padding: 0.85rem 1rem;
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  border-radius: 0;
}

.lynx-form__input:focus {
  border-color: var(--gold);
  background: #ffffff;
}

.lynx-form__input::placeholder {
  color: #ccc;
}

.lynx-form__select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.lynx-form__btn {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--black);
  border: none;
  padding: 1.1rem 2rem;
  cursor: pointer;
  width: 100%;
  margin-top: 0.5rem;
  transition: background 0.3s;
}

.lynx-form__btn:hover {
  background: var(--gold);
}

.lynx-form__aviso {
  font-family: var(--font-body);
  font-size: 0.82rem;
  text-align: center;
  padding: 0.8rem;
}

.lynx-form__aviso.sucesso {
  color: #4a7c59;
  background: #f0f7f2;
  border: 1px solid #c3deca;
}

.lynx-form__aviso.erro {
  color: #8b3a3a;
  background: #fdf0f0;
  border: 1px solid #e8c3c3;
}

@media (max-width: 768px) {
  .lynx-form__inner {
    flex-direction: column;
    gap: 3rem;
  }
  .lynx-form__texto {
    width: 100%;
    position: static;
  }
  .lynx-form__box {
    padding: 2rem 1.5rem;
  }
  .lynx-form__row {
    grid-template-columns: 1fr;
  }
}

.lynx-form__select option[value=""][disabled] {
  color: #ccc;
}

.lynx-form__select {
  color: #ccc;
}

.lynx-form__select.selecionado {
  color: var(--black);
}

.lynx-form__select {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.9rem;
  color: #ccc;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  padding: 0.85rem 3rem 0.85rem 1rem !important;
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px;
  overflow: visible;
  text-overflow: clip;
  min-height: 48px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e55539 */.lynx-wpp-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 56px;
  height: 56px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 4px 20px rgba(37,211,102,0.35);
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none !important;
}

.lynx-wpp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 28px rgba(37,211,102,0.5);
}

.lynx-wpp-float svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}

.lynx-wpp-float__tooltip {
  position: absolute;
  right: 68px;
  background: #0e0e0e;
  color: #ffffff;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
  padding: 0.5rem 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.lynx-wpp-float:hover .lynx-wpp-float__tooltip {
  opacity: 1;
}

@media (max-width: 480px) {
  .lynx-wpp-float {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 50px;
    height: 50px;
  }
  .lynx-wpp-float__tooltip {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc9b7ee */.lynx-rodape {
  background: var(--black);
  padding: 4rem 2rem 2.5rem;
  width: 100%;
}

.lynx-rodape__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}

.lynx-rodape__logo img {
  height: 90px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.lynx-rodape__tagline {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 1.2rem;
}

.lynx-rodape__contatos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 2rem;
}

.lynx-rodape__contatos a {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s;
}

.lynx-rodape__contatos a:hover {
  color: var(--gold);
}

.lynx-rodape__copy {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.25);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  width: 100%;
  text-align: center;
}

@media (max-width: 480px) {
  .lynx-rodape__contatos {
    flex-direction: column;
    gap: 0.8rem;
  }
}/* End custom CSS */