@charset "UTF-8";

/* ==========================================================================
   SOUL CONSULTING - Custom Styles
   Tema filho: SoulConsulting-child
   ========================================================================== */

/*
  ÍNDICE
  ------
  1. Design Tokens
      1.1 Cores
      1.2 Layout
      1.3 Tipografia (famílias)
      1.4 Tipografia (escala desktop)
      1.5 Tipografia (pesos)
      1.6 Tipografia (line-height)
      1.7 Espaçamento
      1.8 Border radius
      1.9 Transições
  2. Base & Reset
  3. Header
  4. Custom Sections
      4.1 Coming Soon
          4.1.1 Shell 100vh
          4.1.2 Conteúdo (logo, título, texto)
          4.1.3 Barra de progresso
          4.1.4 Contato (divider, cards, LinkedIn)
  5. Footer
  6. Responsivo
      6.1 ≤ 980px
      6.2 ≤ 768px
      6.3 ≤ 700px altura
*/

/* ==========================================================================
   1. DESIGN TOKENS
   ========================================================================== */
:root {
  /* —— 1.1 Cores —— */
  --color-taupe-brown: #685B5B;
  --color-charcoal-gray: #292929;
  --color-coffee-brown: #4C3F38;
  --color-neutral-gray: #979797;
  --color-golden-amber: #FFB200;
  --color-white: #FFFFFF;
  --color-ivory-white: #F8F6F2;
  --color-light-gray: #F9FAFB;

  /* —— 1.2 Layout —— */
  --content-width: 1200px;

  /* —— 1.3 Tipografia (famílias) —— */
  --font-family-outfit: "Outfit", sans-serif;

  /* —— 1.4 Tipografia (escala desktop) —— */
  --font-size-hero: 92px;
  --font-size-manifest: 56px;
  --font-size-title: 32px;
  --font-size-subtitle: 20px;
  --font-size-base: 16px;
  --font-size-small: 12px;
  --font-size-tiny: 10px;

  /* —— 1.5 Tipografia (pesos) —— */
  --font-weight-thin: 100;
  --font-weight-extra-light: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extra-bold: 800;
  --font-weight-black: 900;

  /* —— 1.6 Tipografia (line-height) —— */
  --line-height-90: 90%;
  --line-height-100: 100%;
  --line-height-110: 110%;
  --line-height-120: 120%;
  --line-height-130: 130%;
  --line-height-140: 140%;
  --line-height-150: 150%;

  /* —— 1.7 Espaçamento —— */
  --space-5: 5px;
  --space-10: 10px;
  --space-15: 15px;
  --space-20: 20px;
  --space-25: 25px;
  --space-30: 30px;
  --space-35: 35px;
  --space-40: 40px;
  --space-45: 45px;
  --space-50: 50px;
  --space-55: 55px;
  --space-60: 60px;
  --space-65: 65px;
  --space-70: 70px;
  --space-75: 75px;
  --space-80: 80px;
  --space-85: 85px;
  --space-90: 90px;
  --space-95: 95px;
  --space-100: 100px;

  /* —— 1.8 Border radius —— */
  --border-radius-5: 5px;
  --border-radius-10: 10px;
  --border-radius-15: 15px;
  --border-radius-20: 20px;
  --border-radius-25: 25px;
  --border-radius-30: 30px;
  --border-radius-35: 35px;
  --border-radius-40: 40px;
  --border-radius-45: 45px;
  --border-radius-50: 50px;

  /* —— 1.9 Transições —— */
  --transition-default: 0.3s ease;
}

/* ==========================================================================
   2. BASE & RESET
   ========================================================================== */

body {
  font-family: var(--font-family-outfit);
  background-image: url("../images/bg-em-breve.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.et-db .et-l .custom-section .custom-content {
  width: 100%;
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   3. HEADER
   ========================================================================== */

/* ==========================================================================
   4. CUSTOM SECTIONS
   ========================================================================== */

/* —— 4.1 Coming Soon —— */

/* —— 4.1.1 Shell 100vh —— */
body:has(.custom-section.coming) {
  overflow-x: hidden;
}

body:has(.custom-section.coming) #page-container,
body:has(.custom-section.coming) #et-boc {
  min-height: 100svh;
}

body:has(.custom-section.coming) #main-header,
body:has(.custom-section.coming) .et-l--header {
  display: none !important;
}

.et-db .et-l .custom-section.coming {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--space-50);
  box-sizing: border-box;
  width: 100%;
  min-height: calc(100svh - 80px);
  height: calc(100svh - 80px);
  max-height: calc(100svh - 80px);
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: transparent;
}

.et-db .et-l .custom-section.coming .et_pb_row {
  width: 100%;
  margin: 0 auto !important;
  padding: 0 !important;
}
.et-db .et-l .custom-section.coming .et_pb_column {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.et-db .et-l .custom-section.coming .et_pb_module {
  margin-bottom: 0 !important;
}

/* —— 4.1.2 Conteúdo (logo, título, texto) —— */
.et-db .et-l .custom-section.coming .custom-content:not(.bar):not(.contact) {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
}
.et-db .et-l .custom-section.coming .et_pb_image {
  width: auto;
  max-width: 220px;
  margin: 0 auto;
  padding-bottom: var(--space-50);
}
.et-db .et-l .custom-section.coming .et_pb_image .et_pb_image_wrap,
.et-db .et-l .custom-section.coming .et_pb_image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.et-db .et-l .custom-section.coming .title .et_pb_text_inner,
.et-db .et-l .custom-section.coming .title .et_pb_text_inner h1 {
  margin: 0;
  color: var(--color-charcoal-gray);
  font-family: var(--font-family-outfit);
  font-size: var(--font-size-title);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-120);
  text-align: center;
}
.et-db .et-l .custom-section.coming .title .et_pb_text_inner h1 strong {
  font-weight: var(--font-weight-bold);
}
.et-db .et-l .custom-section.coming .et_pb_text_1 {
  max-width: 870px;
  margin: 0 auto;
}

.et-db .et-l .custom-section.coming .et_pb_text_1 .et_pb_text_inner,
.et-db .et-l .custom-section.coming .et_pb_text_1 .et_pb_text_inner p {
  margin: 0;
  color: var(--color-taupe-brown);
  font-family: var(--font-family-outfit);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-150);
  text-align: center;
}

/* —— 4.1.3 Barra de progresso —— */
.et-db .et-l .custom-section.coming .custom-content.bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-15);
  width: 100%;
  max-width: 690px;
}

.et-db .et-l .custom-section.coming .custom-content.bar::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      var(--color-golden-amber) 0%,
      #ffc933 100%
    )
      0 / 88% 100% no-repeat,
    var(--color-white);
  box-shadow: 0 1px 2px rgba(41, 41, 41, 0.06);
}

.et-db .et-l .custom-section.coming .custom-content.bar .et_pb_text_inner,
.et-db .et-l .custom-section.coming .custom-content.bar .et_pb_text_inner p {
  margin: 0;
  color: var(--color-neutral-gray);
  font-family: var(--font-family-outfit);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-140);
  text-align: center;
}

/* —— 4.1.4 Contato (divider, cards, LinkedIn) —— */
.et-db .et-l .custom-section.coming .custom-content.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-25);
  width: 100%;
  max-width: 860px;
}
.et-db .et-l .custom-section.coming .custom-content.contact > .et_pb_column {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: var(--space-25);
  width: 100% !important;
}
.et-db .et-l .custom-section.coming .et_pb_divider {
  width: 100%;
  max-width: 800px;
  height: 1px;
  margin: 0 auto;
}
.et-db .et-l .custom-section.coming .et_pb_divider:before,
.et-db .et-l .custom-section.coming .et_pb_divider .et_pb_divider_internal {
  border-top-color: rgba(151, 151, 151, 0.35) !important;
  border-top-width: 1px !important;
}
.et-db .et-l .custom-section.coming .subtitle .et_pb_text_inner,
.et-db .et-l .custom-section.coming .subtitle .et_pb_text_inner h2 {
  margin: 0;
  color: var(--color-charcoal-gray);
  font-family: var(--font-family-outfit);
  font-size: var(--font-size-subtitle);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-120);
  text-align: center;
}
.et-db .et-l .custom-section.coming .custom-content.contact .et_pb_row_nested {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: var(--space-20);
  width: 100%;
  max-width: 800px;
  margin: 0 auto !important;
  padding: 0 !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
}

.et-db .et-l .custom-section.coming .custom-content.contact .et_pb_row_nested > .et_pb_column {
  display: flex !important;
  flex: 1 1 0 !important;
  flex-direction: column;
  grid-column: auto !important;
  grid-row: auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.et-db .et-l .custom-section.coming .card-contact {
  box-sizing: border-box;
  display: flex !important;
  width: 100%;
  height: 100%;
  padding: var(--space-20) var(--space-25);
  margin: 0 !important;
  background-color: var(--color-white);
  border-radius: var(--border-radius-15);
  box-shadow: 0 6px 20px rgba(41, 41, 41, 0.07);
}

.et-db .et-l .custom-section.coming .card-contact .et_pb_blurb_content {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: var(--space-15);
  width: 100%;
  text-align: left;
}

.et-db .et-l .custom-section.coming .card-contact .et_pb_main_blurb_image {
  flex: 0 0 44px !important;
  float: none !important;
  width: 44px !important;
  max-width: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.et-db .et-l .custom-section.coming .card-contact .et_pb_main_blurb_image .et_pb_image_wrap,
.et-db .et-l .custom-section.coming .card-contact .et_pb_main_blurb_image img {
  display: block;
  width: 44px !important;
  max-width: 44px !important;
  height: 44px !important;
  margin: 0;
}

.et-db .et-l .custom-section.coming .card-contact .et_pb_blurb_container {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0 !important;
  text-align: left !important;
}

.et-db .et-l .custom-section.coming .card-contact .et_pb_module_header {
  margin: 0 0 var(--space-5) !important;
  padding: 0 !important;
  color: var(--color-neutral-gray);
  font-family: var(--font-family-outfit);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-120);
}

.et-db .et-l .custom-section.coming .card-contact .et_pb_blurb_description,
.et-db .et-l .custom-section.coming .card-contact .et_pb_blurb_description p {
  margin: 0 !important;
  color: var(--color-charcoal-gray);
  font-family: var(--font-family-outfit);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-130);
}

.et-db .et-l .custom-section.coming .card-contact .et_pb_blurb_description a {
  color: var(--color-charcoal-gray);
  text-decoration: none;
  transition: color var(--transition-default);
  word-break: break-word;
}

.et-db .et-l .custom-section.coming .card-contact .et_pb_blurb_description a:hover {
  color: var(--color-golden-amber);
}

.et-db .et-l .custom-section.coming .et_pb_button_module_wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 !important;
}

.et-db .et-l .custom-section.coming .linkedin {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: var(--border-radius-10) !important;
  background-color: transparent !important;
  background-image: url("../images/icon-linkedin.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px;
  overflow: hidden;
  transition: opacity var(--transition-default), transform var(--transition-default);
}

.et-db .et-l .custom-section.coming .linkedin:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.et-db .et-l .custom-section.coming .linkedin:after {
  display: none !important;
}

/* ==========================================================================
   5. FOOTER
   ========================================================================== */

.et-db .et-l .custom-section.footer {
  box-sizing: border-box;
  min-height: 52px;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

body:has(.custom-section.coming) .et-db .et-l .custom-section.footer {
  background-color: transparent;
  background-image: none;
}

.et-db .et-l .custom-section.footer .custom-content {
  max-width: 720px;
}

.et-db .et-l .custom-section.footer .copy .et_pb_text_inner,
.et-db .et-l .custom-section.footer .copy .et_pb_text_inner p {
  margin: 0;
  color: var(--color-neutral-gray);
  font-family: var(--font-family-outfit);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-140);
  text-align: center;
}

/* ==========================================================================
   6. RESPONSIVO
   ========================================================================== */

/* —— 6.1 ≤ 980px —— */
@media screen and (max-width: 980px) {
  .et-db .et-l .custom-section .custom-content {
    max-width: 90% !important;
  }

  .et-db .et-l .custom-section.coming {
    gap: var(--space-30);
    padding: var(--space-30) var(--space-20);
  }

  .et-db .et-l .custom-section.coming .custom-content.contact .et_pb_row_nested {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .et-db .et-l .custom-section.coming .custom-content.contact .et_pb_row_nested > .et_pb_column {
    flex: 1 1 100% !important;
  }
}

/* —— 6.2 ≤ 768px —— */
@media screen and (max-width: 768px) {
  .et-db .et-l .custom-section.coming {
    gap: var(--space-25);
    padding: var(--space-25) var(--space-15);
    min-height: calc(100svh - 48px);
    height: calc(100svh - 48px);
    max-height: calc(100svh - 48px);
  }

  .et-db .et-l .custom-section.footer {
    min-height: 48px;
  }

  .et-db .et-l .custom-section.coming .et_pb_image {
    max-width: 180px;
  }

  .et-db .et-l .custom-section.coming .title .et_pb_text_inner,
  .et-db .et-l .custom-section.coming .title .et_pb_text_inner h1 {
    font-size: var(--font-size-subtitle);
  }

  .et-db .et-l .custom-section.coming .et_pb_text_1 .et_pb_text_inner,
  .et-db .et-l .custom-section.coming .et_pb_text_1 .et_pb_text_inner p {
    font-size: var(--font-size-small);
    line-height: var(--line-height-140);
  }

  .et-db .et-l .custom-section.coming .custom-content.bar {
    max-width: 100%;
  }

  .et-db .et-l .custom-section.coming .card-contact {
    padding: var(--space-15) var(--space-20);
  }

  .et-db .et-l .custom-section.coming .card-contact .et_pb_blurb_description,
  .et-db .et-l .custom-section.coming .card-contact .et_pb_blurb_description p,
  .et-db .et-l .custom-section.coming .card-contact .et_pb_blurb_description a {
    font-size: var(--font-size-small);
  }
}

/* —— 6.3 ≤ 700px altura —— */
@media screen and (max-height: 700px) {
  .et-db .et-l .custom-section.coming {
    gap: var(--space-20);
    padding-top: var(--space-20);
    padding-bottom: var(--space-15);
  }

  .et-db .et-l .custom-section.coming .custom-content:not(.bar):not(.contact) {
    gap: var(--space-15);
  }

  .et-db .et-l .custom-section.coming .et_pb_image {
    max-width: 150px;
  }

  .et-db .et-l .custom-section.coming .et_pb_text_1 {
    max-width: 560px;
  }

  .et-db .et-l .custom-section.coming .custom-content.contact {
    gap: var(--space-15);
  }

  .et-db .et-l .custom-section.coming .custom-content.contact > .et_pb_column {
    gap: var(--space-15);
  }
}
