.brand-logo {
  display: block;
  width: auto;
  object-fit: contain;
}

.brand-logo-header {
  height: 78px;
  filter: drop-shadow(0 8px 22px rgba(245, 174, 16, .16));
}

.site-header .brand {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-logo-footer {
  height: 164px;
}

/* Hero 1.5 — direção visual tecnológica */
.hero-tech {
  min-height: 900px;
  isolation: isolate;
  background:
    radial-gradient(circle at 77% 33%, rgba(245, 174, 16, .15), transparent 24%),
    radial-gradient(circle at 12% 70%, rgba(39, 70, 111, .18), transparent 30%),
    linear-gradient(120deg, #050608 0%, #090a0d 48%, #0e1015 100%);
}

.hero-tech .hero-glow {
  right: 3%;
  top: 12%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(245, 174, 16, .18), transparent 66%);
}

.hero-tech .hero-grid {
  opacity: .23;
  background-size: 54px 54px;
  transform: perspective(700px) rotateX(58deg) scale(1.6) translateY(31%);
  transform-origin: center bottom;
  mask-image: linear-gradient(to top, #000, transparent 76%);
}

.hero-scan {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .22;
  background: repeating-linear-gradient(180deg, transparent 0 5px, rgba(255, 255, 255, .018) 6px);
  pointer-events: none;
}

.hero-tech .hero-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
  gap: clamp(48px, 6vw, 90px);
}

.hero-system {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  padding: 8px 12px;
  border: 1px solid rgba(245, 174, 16, .26);
  border-radius: 999px;
  background: rgba(245, 174, 16, .06);
  color: #f5ae10;
  font: 800 .63rem Montserrat, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-system i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5ce59b;
  box-shadow: 0 0 0 5px rgba(92, 229, 155, .1), 0 0 18px #5ce59b;
}

.hero-system span { color: #a4a8b0; font-weight: 600; }
.hero-tech h1 { font-size: clamp(2.9rem, 5.35vw, 5.25rem); }

.tech-stage {
  position: relative;
  width: min(505px, 100%);
  min-height: 650px;
  margin-left: auto;
}

.tech-stage::before {
  content: "";
  position: absolute;
  inset: 5% -4% 7% 8%;
  border: 1px solid rgba(245, 174, 16, .2);
  border-radius: 30px;
  transform: rotate(3deg);
  box-shadow: 0 0 80px rgba(245, 174, 16, .08);
}

.tech-photo {
  position: absolute;
  inset: 0 4% 0 8%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 28px 28px 86px 28px;
  background: #11151b;
  box-shadow: 0 35px 100px rgba(0, 0, 0, .48);
  clip-path: polygon(0 0, 88% 0, 100% 9%, 100% 100%, 13% 100%, 0 91%);
}

.tech-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
  filter: saturate(.82) contrast(1.04);
}

.tech-photo-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(4, 5, 7, .15) 67%, rgba(4, 5, 7, .92) 100%);
}

.tech-identity {
  position: absolute;
  left: 34px;
  bottom: 35px;
  display: flex;
  flex-direction: column;
  text-shadow: 0 2px 18px #000;
}

.tech-identity span { color: #f5ae10; font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.tech-identity strong { color: #fff; font: 700 1.1rem Montserrat, sans-serif; }

.tech-status,
.tech-metric {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 15px;
  background: rgba(10, 12, 16, .76);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .36);
  backdrop-filter: blur(18px);
}

.tech-status { top: 58px; right: -21px; padding: 18px 20px 18px 44px; }
.tech-status i { position: absolute; left: 19px; top: 23px; width: 9px; height: 9px; border-radius: 50%; background: #5ce59b; box-shadow: 0 0 13px #5ce59b; }
.tech-status span, .tech-metric small, .tech-metric span { color: #8f949e; font-size: .62rem; }
.tech-status strong, .tech-metric strong { color: #fff; font: 700 .82rem Montserrat, sans-serif; }
.tech-metric { left: -19px; bottom: 126px; min-width: 138px; padding: 17px 20px; }
.tech-metric strong { margin: 2px 0; color: #f5ae10; font-size: 1.35rem; }

.tech-data {
  position: absolute;
  z-index: 3;
  right: -5px;
  bottom: -25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 88%;
  overflow: hidden;
  border: 1px solid rgba(245, 174, 16, .25);
  border-radius: 14px;
  background: rgba(9, 10, 13, .9);
  backdrop-filter: blur(20px);
}

.tech-data span { display: flex; flex-direction: column; padding: 13px 14px; color: #d9dbe0; font-size: .63rem; border-right: 1px solid rgba(255, 255, 255, .09); }
.tech-data span:last-child { border: 0; }
.tech-data i { color: #f5ae10; font: 800 .58rem Montserrat, sans-serif; font-style: normal; }
.tech-corner { position: absolute; z-index: 3; width: 42px; height: 42px; border-color: #f5ae10; }
.tech-corner-a { top: -10px; left: 2%; border-top: 2px solid; border-left: 2px solid; }
.tech-corner-b { right: -1%; bottom: 35px; border-right: 2px solid; border-bottom: 2px solid; }

/* Ícones da jornada */
.step-card .step-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 38px 0 30px;
  border: 1px solid rgba(245, 174, 16, .35);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(245, 174, 16, .13), rgba(255, 255, 255, .025));
  color: #f2f3f5;
  box-shadow: inset 0 0 22px rgba(245, 174, 16, .06), 0 13px 30px rgba(0, 0, 0, .18);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.step-card .step-icon::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 12px;
  height: 12px;
  border: 2px solid #111214;
  border-radius: 50%;
  background: #f5ae10;
  box-shadow: 0 0 16px rgba(245, 174, 16, .65);
}

.step-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step-icon .step-accent { stroke: #f5ae10; }
.step-card:hover .step-icon { transform: translateY(-4px); border-color: rgba(245, 174, 16, .7); box-shadow: inset 0 0 24px rgba(245, 174, 16, .11), 0 18px 38px rgba(0, 0, 0, .28); }

.site-version {
  display: inline-block;
  margin-left: 8px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, .18);
  color: #a7a9ae;
  font-weight: 700;
}

/* Posicionamento e conteúdo — versão 1.8, mantendo a paleta original */
.leadership-language { padding-top: 115px; }
.leadership-language .centered > p:last-child { color: #676a70; }
.leadership-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 48px; align-items: stretch; }
.leadership-card { position: relative; min-height: 245px; padding: 27px 28px 24px; overflow: hidden; border: 1px solid #dedbd4; border-top: 3px solid #f5ae10; border-radius: 16px; background: #fff; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto 1fr auto; column-gap: 15px; align-content: start; box-shadow: 0 14px 34px rgba(17, 18, 20, .06); }
.leadership-card.featured { color: #fff; border-color: #242529; border-top-color: #f5ae10; background: #111214; box-shadow: 0 18px 42px rgba(0, 0, 0, .18); transform: none; }
.leadership-card > span { position: absolute; right: 20px; top: 17px; color: #b6b3ac; font: 800 .62rem Montserrat, sans-serif; }
.leadership-symbol { grid-column: 1; grid-row: 1 / span 2; display: grid; place-items: center; width: 42px; height: 42px; margin: 0; background: transparent; color: #b57900; font-size: 1.6rem; font-weight: 800; }
.leadership-card.featured .leadership-symbol { background: transparent; color: #f5ae10; }
.leadership-card h3 { margin: 0 0 13px; font: 700 1.2rem Montserrat, sans-serif; }
.leadership-card h3 { grid-column: 2; grid-row: 1; align-self: center; }
.leadership-card p { grid-column: 1 / -1; grid-row: 3; margin: 22px 0 18px; color: #686b72; font-size: .84rem; }
.leadership-card.featured p { color: #afb1b7; }
.leadership-card strong { grid-column: 1 / -1; grid-row: 4; align-self: end; color: #9b6800; font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.leadership-card.featured strong { color: #f5ae10; }

.mentor-authority { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 28px 0 22px; padding: 0; list-style: none; border-top: 1px solid rgba(0, 0, 0, .2); border-bottom: 1px solid rgba(0, 0, 0, .2); }
.mentor-authority li { display: flex; flex-direction: column; padding: 18px 13px; border-right: 1px solid rgba(0, 0, 0, .16); }
.mentor-authority li:last-child { border: 0; }
.mentor-authority strong { font: 800 1rem Montserrat, sans-serif; }
.mentor-authority span { margin-top: 5px; font-size: .68rem; line-height: 1.4; }
.mentor-book { padding-left: 15px; border-left: 3px solid rgba(0, 0, 0, .35); font-size: .83rem; }

.content-hub { padding: 125px 0; overflow: hidden; }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.content-card { position: relative; min-height: 350px; padding: 34px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .12); border-radius: 21px; background: linear-gradient(160deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012)); transition: border-color .25s, background .25s, transform .25s; }
.content-card::after { content: ""; position: absolute; right: -60px; bottom: -70px; width: 150px; height: 150px; border: 1px solid rgba(245, 174, 16, .16); border-radius: 50%; }
.content-index { color: #5f6269; font: 800 .65rem Montserrat, sans-serif; }
.content-card small { display: block; margin: 52px 0 10px; color: #f5ae10; font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.content-card h3 { margin: 0 0 16px; font: 700 1.15rem/1.35 Montserrat, sans-serif; }
.content-card p { color: #999ca3; font-size: .84rem; }
.content-card a { position: absolute; left: 34px; bottom: 29px; z-index: 2; color: #d7d8db; font-size: .72rem; font-weight: 800; text-decoration: none; }
.content-card a b { margin-left: 7px; color: #f5ae10; }
.content-card:hover { transform: translateY(-4px); border-color: rgba(245, 174, 16, .4); background: rgba(245, 174, 16, .045); }
.brand-quote { margin: 70px auto 0; color: #f5ae10; font: 500 clamp(1.8rem, 4vw, 3.5rem)/1.12 Georgia, serif; text-align: center; }

.challenge-guides { display: flex; flex-wrap: wrap; gap: 7px; margin: -2px 0 20px; }
.challenge-guides span { padding: 6px 10px; border-radius: 99px; background: #ece8df; color: #6a5a35; font-size: .66rem; font-weight: 700; }
.field-label { display: block; min-height: 38px; line-height: 1.45; }
.field-hint { color: #777a80; font-size: .66rem; font-weight: 500; }
@media (max-width: 640px) { .field-label { min-height: 0; } }

.portrait-placeholder {
  overflow: hidden;
}

.portrait-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 24%;
  border-radius: 50%;
  display: block;
}

.mentor-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 220px 220px 24px 24px;
  display: block;
}

.mentor-visual {
  overflow: visible;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.25fr) minmax(180px, .7fr) minmax(260px, 1fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: start;
  padding-bottom: 42px;
}

.footer-about p {
  max-width: 470px;
  margin: 24px 0 0;
  color: #9a9ca2;
  font-size: .88rem;
  line-height: 1.75;
}

.footer-navigation,
.footer-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-navigation > strong,
.footer-action > strong {
  margin-bottom: 18px;
  color: #f5ae10;
  font: 700 .72rem Montserrat, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-navigation a {
  padding: 5px 0;
  color: #d1d2d5;
  font-size: .82rem;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.footer-navigation a:hover {
  color: #f5ae10;
  transform: translateX(3px);
}

.footer-action p {
  margin: 0 0 19px;
  color: #9a9ca2;
  font-size: .82rem;
  line-height: 1.65;
}

.footer-cta {
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid rgba(245, 174, 16, .45);
  border-radius: 10px;
  background: rgba(245, 174, 16, .08);
  color: #f5ae10;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.footer-cta:hover {
  background: #f5ae10;
  color: #17130a;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer-bottom p {
  margin: 0;
  color: #777a80;
  font-size: .72rem;
}

.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
}

.footer-bottom a {
  color: #9a9ca2;
  font-size: .72rem;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #f5ae10;
}

@media (max-width: 900px) {
  .hero-tech .hero-layout { grid-template-columns: 1fr; }
  .tech-stage { margin: 20px auto 50px; min-height: 610px; }
  .leadership-grid, .content-grid { grid-template-columns: 1fr; }
  .leadership-card.featured { transform: none; }
  .content-card { min-height: 305px; }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-about {
    grid-column: 1 / -1;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
}

@media (max-width: 640px) {
  .brand-logo-header {
    height: 62px;
  }

  .brand-logo-footer {
    height: 138px;
  }

  .portrait-placeholder img {
    object-position: 50% 22%;
  }

  .mentor-photo {
    object-position: 50% 18%;
  }

  .hero-tech { padding-top: 110px; }
  .hero-system { margin-bottom: 18px; }
  .hero-system span { display: none; }
  .hero-tech h1 { font-size: clamp(2.4rem, 11vw, 3.6rem); }
  .hero-tech .hero-lead { font-size: .98rem; }
  .tech-stage { width: calc(100% - 10px); min-height: 500px; margin-top: 16px; }
  .tech-photo { inset: 0 1% 0 5%; border-radius: 22px 22px 60px 22px; }
  .tech-status { top: 28px; right: -7px; padding: 13px 13px 13px 34px; }
  .tech-status i { left: 14px; top: 18px; }
  .tech-metric { left: -5px; bottom: 102px; min-width: 118px; padding: 12px 14px; }
  .tech-data { right: -2px; bottom: -22px; width: 96%; }
  .tech-data span { padding: 11px 8px; font-size: .56rem; }
  .tech-identity { left: 25px; bottom: 32px; }
  .step-card .step-icon { width: 56px; height: 56px; margin: 24px 0 22px; }
  .step-icon svg { width: 28px; height: 28px; }
  .site-version { margin-left: 5px; padding-left: 7px; }
  .leadership-language, .content-hub { padding: 85px 0; }
  .leadership-card { min-height: 220px; padding: 25px; }
  .mentor-authority { grid-template-columns: 1fr; }
  .mentor-authority li { border-right: 0; border-bottom: 1px solid rgba(0, 0, 0, .14); }
  .mentor-authority li:last-child { border-bottom: 0; }
  .content-card { padding: 28px; }
  .content-card a { left: 28px; }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 34px;
  }

  .footer-about {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }

  .footer-bottom div {
    justify-content: flex-start;
    gap: 16px;
  }

  /* Formulário de diagnóstico — experiência mobile */
  .modal {
    align-items: stretch;
    padding: 0;
  }

  .modal-card {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    padding: 24px 16px calc(24px + env(safe-area-inset-bottom));
    border-radius: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .modal-close {
    top: 8px;
    right: 8px;
    width: 44px;
    height: 44px;
    padding: 0;
    display: grid;
    place-items: center;
    z-index: 2;
  }

  .form-progress {
    margin: 6px 48px 26px 0;
  }

  .form-step h2,
  .form-success h2 {
    font-size: clamp(1.8rem, 9vw, 2.35rem);
    line-height: 1.08;
  }

  .form-step > p:not(.eyebrow) {
    margin-bottom: 22px;
  }

  .field-row {
    display: block;
    width: 100%;
  }

  .field-row label,
  .form-step > label {
    width: 100%;
    margin-bottom: 16px;
  }

  .field-label {
    min-height: 0;
  }

  .field-hint {
    display: block;
    margin-top: 3px;
    line-height: 1.35;
  }

  .modal-card input:not([type="checkbox"]):not([type="hidden"]),
  .modal-card select,
  .modal-card textarea {
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    padding: 13px 12px;
    font-size: 16px;
  }

  .modal-card textarea {
    min-height: 130px;
  }

  .challenge-guides {
    gap: 6px;
    margin-bottom: 18px;
  }

  .challenge-guides span {
    padding: 6px 9px;
    font-size: .62rem;
  }

  .check-field {
    gap: 10px;
    line-height: 1.45;
  }

  .check-field input {
    width: 20px;
    height: 20px;
  }

  .form-actions {
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
    gap: 10px;
  }

  .form-actions > span:empty {
    display: none;
  }

  .form-actions .btn {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
  }

  .form-success {
    padding: 30px 0;
  }
}
