:root {
  --contact-white: #f5faf9;
  --contact-ink: #1a1a1a;
  --contact-panel: #262626;
  --contact-muted: #a9b2b0;
  --contact-soft: #dde6e5;
  --contact-olive: #5c7366;
  --contact-green: #40dc6a;
}

.contact-page {
  background: var(--contact-white);
  color: var(--contact-ink);
}

.contact-container {
  width: min(1216px, calc(100% - 80px));
  margin-inline: auto;
}

.contact-page .site-nav__contact.is-current {
  background: var(--contact-white);
  color: #111;
}

.icon-dialog {
  --icon: url("assets/official/Iconografia/M/Dialogo-light.svg");
}

.contact-hero {
  min-height: 1158px;
  padding: 176px 40px 120px;
  background: var(--contact-ink);
  color: var(--contact-white);
}

.contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 610px;
  gap: 80px;
  align-items: stretch;
}

.contact-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding-block: 4px;
}

.contact-hero__intro {
  max-width: 520px;
}

.contact-tag {
  margin-bottom: 48px;
}

.contact-hero h1 {
  max-width: 526px;
  margin: 0;
  color: var(--contact-white);
  font-size: clamp(50px, 4.25vw, 64px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.contact-hero__description {
  max-width: 490px;
  margin: 32px 0 0;
  color: rgba(245, 250, 249, 0.72);
  font-size: 18px;
  line-height: 1.55;
}

.contact-proof {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-bottom: 4px;
}

.contact-proof > div,
.contact-proof > a {
  display: flex;
  align-items: center;
  gap: 24px;
}

.contact-proof__icon {
  display: grid;
  flex: 0 0 80px;
  width: 80px;
  aspect-ratio: 1;
  place-items: center;
  background: rgba(245, 250, 249, 0.08);
}

.contact-proof__icon .brand-icon,
.contact-proof__icon img {
  display: block;
  width: 40px;
  height: 40px;
}

.contact-proof__icon .brand-icon {
  background: var(--contact-green);
}

.contact-proof__icon img {
  object-fit: contain;
}

.contact-proof__copy {
  display: grid;
  gap: 7px;
}

.contact-proof strong {
  display: block;
  color: var(--contact-white);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.contact-proof__copy > span {
  color: rgba(245, 250, 249, 0.62);
  font-size: 14px;
  line-height: 1.3;
}

.contact-proof i {
  display: block;
  width: 1px;
  height: 54px;
  background: rgba(245, 250, 249, 0.24);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 610px;
  margin: 0;
  padding: 40px;
  background: var(--contact-panel);
}

.contact-form__heading {
  display: grid;
  gap: 16px;
}

.contact-form__heading h2 {
  margin: 0;
  color: var(--contact-white);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.contact-form__heading p {
  max-width: 486px;
  margin: 0;
  color: rgba(245, 250, 249, 0.68);
  font-size: 14px;
  line-height: 1.5;
}

.contact-form__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 16px;
}

.contact-form__fields > :nth-child(1),
.contact-form__fields > :nth-child(6),
.contact-form__fields > :nth-child(7) {
  grid-column: 1 / -1;
}

.contact-form label,
.contact-field {
  display: grid;
  gap: 8px;
  color: rgba(245, 250, 249, 0.78);
  font-size: 14px;
  line-height: 1.2;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  outline: 1px solid transparent;
  background: rgba(245, 250, 249, 0.06);
  color: var(--contact-white);
  font: inherit;
  transition: outline-color 220ms ease, background-color 220ms ease;
}

.contact-control {
  position: relative;
  display: block;
}

.contact-control > .brand-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 16px;
  width: 18px;
  height: 18px;
  background: rgba(245, 250, 249, 0.42);
  pointer-events: none;
  transform: translateY(-50%);
}

.contact-control--textarea > .brand-icon {
  top: 16px;
  transform: none;
}

.contact-form .contact-control input,
.contact-form .contact-control select {
  padding-left: 46px;
}

.contact-form .contact-control textarea {
  padding-left: 46px;
}

.contact-form input,
.contact-form select {
  height: 48px;
  padding: 0 16px;
}

.contact-form textarea {
  min-height: 120px;
  padding: 14px 16px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(245, 250, 249, 0.35);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline-color: var(--contact-green);
  background: rgba(245, 250, 249, 0.09);
}

.contact-select {
  position: relative;
}

.contact-select::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--contact-green);
  border-bottom: 1.5px solid var(--contact-green);
  content: "";
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

.contact-form select {
  appearance: none;
  cursor: pointer;
}

.contact-form select option {
  background: var(--contact-panel);
}

.contact-combobox {
  position: relative;
  z-index: 1;
}

.contact-combobox.is-open {
  z-index: 40;
}

.contact-combobox__trigger {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 0 42px 0 46px;
  border: 0;
  border-radius: 0;
  outline: 1px solid transparent;
  background: rgba(245, 250, 249, 0.06);
  color: rgba(245, 250, 249, 0.78);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: outline-color 220ms ease, background-color 220ms ease;
}

.contact-combobox--plain .contact-combobox__trigger {
  padding-left: 16px;
}

.contact-combobox__trigger::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--contact-green);
  border-bottom: 1.5px solid var(--contact-green);
  content: "";
  transform: translateY(-70%) rotate(45deg);
  transition: transform 240ms cubic-bezier(0.2, 0, 0, 1);
}

.contact-combobox__trigger:hover {
  background: rgba(245, 250, 249, 0.09);
}

.contact-combobox__trigger:focus-visible,
.contact-combobox.is-open .contact-combobox__trigger {
  outline-color: var(--contact-green);
  background: rgba(245, 250, 249, 0.09);
}

.contact-combobox.is-open .contact-combobox__trigger::after {
  transform: translateY(-20%) rotate(225deg);
}

.contact-combobox.has-value .contact-combobox__trigger {
  color: var(--contact-white);
}

.contact-combobox__list {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  max-height: 272px;
  margin: 0;
  padding: 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
  list-style: none;
  background: #1c1c1c;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(245, 250, 249, 0.06);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  scrollbar-width: thin;
  scrollbar-color: rgba(169, 178, 176, 0.48) transparent;
  pointer-events: none;
  transition:
    opacity 180ms cubic-bezier(0.2, 0, 0, 1),
    transform 220ms cubic-bezier(0.2, 0, 0, 1),
    visibility 180ms;
}

.contact-combobox.is-open .contact-combobox__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.contact-combobox__list::-webkit-scrollbar {
  width: 5px;
}

.contact-combobox__list::-webkit-scrollbar-track {
  background: transparent;
}

.contact-combobox__list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(169, 178, 176, 0.48);
}

.contact-combobox__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 10px 12px;
  color: rgba(245, 250, 249, 0.76);
  line-height: 1.25;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}

.contact-combobox__option small {
  color: rgba(245, 250, 249, 0.4);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.contact-combobox__option:hover,
.contact-combobox__option:focus-visible {
  outline: 0;
  background: rgba(245, 250, 249, 0.08);
  color: var(--contact-white);
}

.contact-combobox__option[aria-selected="true"] {
  background: var(--contact-green);
  color: #101510;
}

.contact-combobox__option[aria-selected="true"] small {
  color: rgba(16, 21, 16, 0.62);
}

.contact-form__submit {
  width: 100%;
}

.contact-form__consent {
  margin: -12px 0 0;
  color: rgba(245, 250, 249, 0.42);
  font-size: 11px;
  line-height: 1.45;
}

.contact-process {
  padding: 120px 40px;
  background: var(--contact-white);
}

.contact-process__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.contact-process__heading {
  display: grid;
  justify-items: start;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  text-align: left;
}

.contact-process__heading .corner-tag {
  justify-self: start;
  margin: 0 0 40px;
}

.contact-process__heading h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(48px, 3.5vw, 56px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.contact-process__heading > p:last-child {
  max-width: 1180px;
  margin: 32px 0 0;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 1.55;
}

.contact-process__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.contact-step {
  display: flex;
  flex-direction: column;
  min-height: 244px;
  padding: 16px;
  background: var(--contact-soft);
}

.contact-step__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #b6c2c1;
}

.contact-step__top span {
  color: #889b95;
  font-size: 20px;
  font-weight: 500;
}

.contact-step__top i {
  width: 13px;
  height: 18px;
  flex: 0 0 13px;
  background: url("assets/figma/icon-pce.svg") center / contain no-repeat;
}

.contact-step h3 {
  margin: 28px 0 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.contact-step p {
  margin: 16px 0 0;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
}

.contact-office {
  height: 740px;
  padding: 120px 80px;
  background: var(--contact-olive);
  color: var(--contact-white);
}

.contact-office__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 500px;
  gap: 80px;
  align-items: center;
  height: 500px;
}

.contact-office .contact-container {
  width: min(1280px, calc(100% - 160px));
}

.contact-office__map {
  position: relative;
  isolation: isolate;
  height: 500px;
  margin: 0;
  overflow: hidden;
  background: #d9ddd8;
}

.contact-office__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) sepia(0.18) hue-rotate(70deg) saturate(0.58) brightness(0.9) contrast(0.94);
}

.contact-office__map::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(92, 115, 102, 0.16);
  mix-blend-mode: multiply;
  pointer-events: none;
  content: "";
}

.contact-office .corner-tag--light {
  color: #b6c2c1;
}

.contact-office .corner-tag--light::before,
.contact-office .corner-tag--light::after {
  background-color: #b6c2c1;
  background-image: none;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}

.contact-office .corner-tag--light::before {
  mask-image: url("assets/figma/Left-tag.svg");
}

.contact-office .corner-tag--light::after {
  mask-image: url("assets/figma/Right-tag.svg");
}

.contact-office__copy {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.contact-office__copy h2 {
  margin: 20px 0 0;
  color: var(--contact-white);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}

.contact-office__copy > div:first-child > p:last-child {
  max-width: 465px;
  margin: 20px 0 0;
  color: var(--contact-gray);
  font-size: 16px;
  line-height: 1.5;
}

.contact-office address {
  max-width: 410px;
  margin-top: 20px;
  color: var(--contact-gray);
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
}

.contact-office__copy .button {
  align-self: flex-start;
  margin-top: auto;
}

.contact-page .motion-reveal {
  transition-duration: 720ms;
}

@media (max-width: 1100px) {
  .contact-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(460px, 52%);
    gap: 48px;
  }

  .contact-form {
    width: 100%;
  }

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

  .contact-office {
    padding-inline: 40px;
  }

  .contact-office__inner {
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 48px;
  }

  .contact-office .contact-container {
    width: min(1216px, calc(100% - 80px));
  }
}

@media (max-width: 767px) {
  .contact-container {
    width: calc(100% - 32px);
  }

  .contact-hero {
    min-height: 0;
    padding: 104px 0 80px;
  }

  .contact-hero__grid {
    display: flex;
    flex-direction: column;
    gap: 64px;
  }

  .contact-hero__copy {
    gap: 64px;
    padding: 0;
  }

  .contact-tag {
    margin-bottom: 32px;
  }

  .contact-hero h1 {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.035em;
  }

  .contact-hero__description {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.5;
  }

  .contact-proof {
    justify-content: space-between;
    gap: 16px;
  }

  .contact-proof > div,
  .contact-proof > a {
    flex: 1;
    gap: 12px;
  }

  .contact-proof__icon {
    flex-basis: 36px;
    width: 36px;
  }

  .contact-proof__icon .brand-icon,
  .contact-proof__icon img {
    width: 20px;
    height: 20px;
  }

  .contact-proof strong {
    font-size: 24px;
  }

  .contact-proof span {
    font-size: 12px;
  }

  .contact-proof i {
    height: 48px;
  }

  .contact-form {
    width: 100%;
    gap: 32px;
    padding: 24px 16px;
  }

  .contact-form__heading h2 {
    font-size: 20px;
  }

  .contact-form__fields {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-form__fields > :nth-child(1),
  .contact-form__fields > :nth-child(6),
  .contact-form__fields > :nth-child(7) {
    grid-column: auto;
  }

  .contact-form__submit {
    width: 100%;
  }

  .contact-process {
    padding: 80px 0;
  }

  .contact-process__inner {
    gap: 56px;
  }

  .contact-process__heading {
    justify-items: start;
    text-align: left;
  }

  .contact-process__heading .corner-tag {
    margin: 0 0 32px;
  }

  .contact-process__heading h2 {
    font-size: 28px;
    line-height: 1.14;
    white-space: normal;
  }

  .contact-process__heading > p:last-child {
    margin-top: 24px;
    font-size: 15px;
  }

  .contact-process__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-step {
    min-height: 0;
    padding: 16px 16px 24px;
  }

  .contact-step h3 {
    margin-top: 24px;
    font-size: 20px;
  }

  .contact-step p {
    font-size: 14px;
  }

  .contact-office {
    height: auto;
    padding: 80px 0;
  }

  .contact-office__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: auto;
  }

  .contact-office .contact-container {
    width: calc(100% - 32px);
  }

  .contact-office__map {
    order: 2;
    width: 100%;
    height: auto;
    margin-top: 40px;
    aspect-ratio: 344 / 321;
  }

  .contact-office__copy {
    display: contents;
  }

  .contact-office__copy > div:first-child {
    order: 1;
  }

  .contact-office__copy h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 1.4;
  }

  .contact-office__copy > div:first-child > p:last-child {
    margin-top: 20px;
    font-size: 15px;
  }

  .contact-office address {
    order: 3;
    width: 100%;
    margin-top: 20px;
  }

  .contact-office__copy .button {
    order: 3;
    width: auto;
    margin-top: 16px;
    align-self: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-form input,
  .contact-form select,
  .contact-form textarea,
  .contact-combobox__trigger,
  .contact-combobox__trigger::after,
  .contact-combobox__list,
  .contact-combobox__option {
    transition: none;
  }
}

/* Extracted from HTML inline styles */

    #contact-process-title {
      font-family: "Manrope", sans-serif;
      font-weight: 700;
      font-style: normal;
    }
  

    /* Destaques da página de contato: o bloco do ícone acompanha a altura
       óptica das duas linhas de texto e preserva sempre a proporção 1:1. */
    .contact-proof > div {
      display: flex;
      align-items: center;
      min-width: 0;
    }

    .contact-proof .contact-proof__icon,
    .contact-proof > div > :first-child {
      flex: 0 0 52px;
      inline-size: 52px;
      block-size: 52px;
      aspect-ratio: 1;
      display: grid;
      place-items: center;
      padding: 0;
      box-sizing: border-box;
    }

    .contact-proof .contact-proof__icon img,
    .contact-proof > div > :first-child img {
      inline-size: 52%;
      block-size: 52%;
      object-fit: contain;
    }

    .contact-proof > div > img:first-child {
      padding: 12px;
      object-fit: contain;
    }

    @media (max-width: 767px) {
      .contact-proof .contact-proof__icon,
      .contact-proof > div > :first-child {
        flex-basis: 48px;
        inline-size: 48px;
        block-size: 48px;
      }
    }
  

    /* Destaques: ícone 1:1, dimensionado pela altura visual das duas linhas. */
    .contact-proof > div {
      display: flex;
      align-items: center;
      min-width: 0;
    }

    .contact-proof > div > :first-child {
      flex: 0 0 52px;
      width: 52px;
      height: 52px;
      aspect-ratio: 1;
      box-sizing: border-box;
      object-fit: contain;
    }

    .contact-proof > div > img:first-child {
      padding: 12px;
    }

    @media (max-width: 767px) {
      .contact-proof > div > :first-child {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
      }
    }
  


    @media (max-width: 767px) {
      .contact-hero {
        padding-top: 220px ;
      }

      .contact-proof {
        display: flex ;
        align-items: center ;
        justify-content: flex-start ;
        width: 100% ;
        max-width: none ;
        gap: 0 ;
        margin: 72px 0 0 ;
        padding: 0 ;
        background: transparent ;
        border: 0 ;
        box-shadow: none ;
      }

      .contact-proof > .motion-reveal {
        flex: 0 0 auto ;
        display: grid ;
        grid-template-columns: 48px max-content ;
        align-items: center ;
        column-gap: 10px ;
        min-width: 0 ;
        margin: 0 ;
        padding: 0 ;
        border: 0 ;
        background: transparent ;
        box-shadow: none ;
      }

      .contact-proof > .motion-reveal + .motion-reveal {
        margin-left: 12px ;
        padding-left: 12px ;
        border-left: 1px solid rgba(182, 194, 193, 0.38) ;
      }

      .contact-proof > .motion-reveal > :first-child {
        display: grid ;
        place-items: center ;
        width: 48px ;
        height: 48px ;
        aspect-ratio: 1 / 1 ;
        margin: 0 ;
        padding: 0 ;
        border: 0 ;
        background: #242424 ;
      }

      .contact-proof > .motion-reveal > :first-child img,
      .contact-proof > .motion-reveal > :first-child svg {
        width: 24px ;
        height: 24px ;
        object-fit: contain ;
      }

      .contact-proof > .motion-reveal > :last-child {
        display: block ;
        width: auto ;
        min-width: max-content ;
        margin: 0 ;
        padding: 0 ;
        text-decoration: none ;
      }

      .contact-proof > .motion-reveal > :last-child strong {
        display: block ;
        margin: 0 ;
        color: #f5faf9 ;
        font-size: 20px ;
        font-weight: 500 ;
        line-height: 1.05 ;
        white-space: nowrap ;
      }

      .contact-proof > .motion-reveal > :last-child span,
      .contact-proof > .motion-reveal > :last-child small,
      .contact-proof > .motion-reveal > :last-child p {
        display: block ;
        margin: 5px 0 0 ;
        color: #b6c2c1 ;
        font-size: 12px ;
        line-height: 1.15 ;
        white-space: nowrap ;
      }
    }
  
