/* Página de Consultoria: exploração breve, prova detalhada, próximo passo claro. */
.consult-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 84% 18%, #e6f3ff 0, transparent 34%),
              linear-gradient(150deg, #fff 12%, #f4f8ff 100%);
  border-bottom: 1px solid #e2ebf9;
}
.consult-hero::before {
  content: "";
  position: absolute;
  width: min(58vw, 660px);
  height: min(58vw, 660px);
  right: -17%;
  top: -45%;
  border: 1px solid rgba(30, 107, 255, .13);
  border-radius: 50%;
  pointer-events: none;
}
.consult-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr);
  align-items: center;
  gap: clamp(35px, 8vw, 112px);
  min-height: clamp(480px, 47vw, 620px);
  padding-block: clamp(74px, 10vw, 120px);
}
.consult-hero__copy { position: relative; z-index: 1; }
.consult-hero__eyebrow, .consult-next__eyebrow {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--blue-600);
  font: 800 .76rem/1.3 "Poppins", "Inter", sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.consult-hero h1 {
  max-width: 790px;
  font: 800 clamp(2.55rem, 5vw, 4.75rem)/1.06 "Poppins", "Inter", sans-serif;
  letter-spacing: -.04em;
}
.consult-hero__copy > p {
  max-width: 630px;
  margin-top: 22px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.7;
}
.consult-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 25px;
  margin-top: 30px;
}
.consult-hero__text-link { color: var(--blue-600); font-weight: 700; }
.consult-hero__text-link:hover, .consult-hero__text-link:focus-visible { text-decoration: underline; }
.consult-hero__visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 36px 18px;
  border: 1px solid #d4e5fd;
  border-radius: 30px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 30px 65px -30px rgba(22, 87, 183, .35);
}
.consult-hero__signal {
  display: grid;
  place-items: center;
  width: min(100%, 285px);
  min-height: 62px;
  padding: 12px 20px;
  border: 1px solid #d7e6f9;
  border-radius: 15px;
  background: #fff;
  color: var(--navy-800);
  font-weight: 800;
  text-align: center;
  box-shadow: 0 10px 22px -16px rgba(15, 48, 111, .44);
}
.consult-hero__signal--center {
  width: 92px;
  min-height: 92px;
  border: 0;
  border-radius: 24px;
  background: var(--grad);
  color: #fff;
  font-size: 1.55rem;
  box-shadow: 0 18px 34px -12px rgba(30, 107, 255, .55);
}
.consult-hero__signal--center small { display: block; font-size: .57rem; line-height: 1.2; }
.consult-hero__signal--last { border-color: #b8dbfe; background: #eaf6ff; color: #1456d6; }
.consult-hero__connector { width: 2px; height: 30px; background: linear-gradient(var(--blue-300), var(--cyan)); }

.consult-paths .section__head { max-width: 760px; }
.consult-paths__title { margin: 9px 0 13px; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.consult-paths__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.consult-path {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 325px;
  padding: clamp(23px, 2.4vw, 32px);
  border: 1px solid #dce7f8;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 36px -29px rgba(12, 40, 86, .38);
  transition: border-color .25s, box-shadow .25s;
}
.consult-path:hover { border-color: #91c7fd; box-shadow: 0 23px 44px -27px rgba(12, 76, 170, .33); }
.consult-path__index {
  color: #356ec5;
  font: 800 .69rem/1.3 "Poppins", "Inter", sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.consult-path__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 22px 0 19px;
  border: 1px solid #d2e5fd;
  border-radius: 16px;
  background: #ebf4ff;
  font-size: 1.5rem;
}
.consult-path h3 { font-size: clamp(1.17rem, 2vw, 1.4rem); }
.consult-path p { margin: 11px 0 24px; color: var(--muted); font-size: .94rem; line-height: 1.65; }
.consult-path p strong { color: var(--navy-800); font-weight: 800; }
.consult-path__link { width: fit-content; margin-top: auto; color: var(--blue-600); font-weight: 800; font-size: .91rem; }
.consult-path__link:hover, .consult-path__link:focus-visible { text-decoration: underline; }
.consult-paths__demo-link { margin-top: 29px; color: var(--muted); text-align: center; font-size: .94rem; }
.consult-paths__demo-link a { color: var(--blue-600); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.consult-case {
  position: relative;
  background: linear-gradient(145deg, #0e2246 0%, #102b5d 100%);
}
.consult-case::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 440px;
  left: -15%;
  top: 0;
  background: radial-gradient(ellipse, rgba(27, 112, 255, .22), transparent 70%);
  pointer-events: none;
}
.consult-case .builds-case { position: relative; margin: 0 auto; }
.consult-case .eyebrow { color: #57caff; }
.consult-case .builds-case h2 {
  max-width: 850px;
  margin: 9px auto 13px;
  color: #fff;
  font-size: clamp(2rem, 3.8vw, 3rem);
  scroll-margin-top: 95px;
}
.consult-case .builds-case__intro { color: rgba(233, 242, 255, .87); }
.consult-case :focus-visible { outline-color: var(--cyan); }

.consult-next { background: linear-gradient(145deg, #fff, #f3f8ff); }
.consult-next__inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.consult-next h2 { max-width: 580px; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.consult-next p { max-width: 590px; margin-top: 11px; color: var(--muted); }
.consult-next__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }
.consult-next__actions .btn { white-space: nowrap; }

@media (max-width: 960px) {
  .consult-hero__inner { grid-template-columns: minmax(0, 1fr) 260px; gap: 35px; }
  .consult-paths__grid { gap: 12px; }
  .consult-path { padding: 22px; }
}
@media (max-width: 760px) {
  .consult-hero__inner { display: block; min-height: 0; padding-block: 68px 78px; }
  .consult-hero__visual { display: none; }
  .consult-paths__grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .consult-path { min-height: 0; }
  .consult-path__icon { margin-block: 17px 15px; }
  .consult-next__inner { align-items: flex-start; flex-direction: column; }
  .consult-next__actions { justify-content: flex-start; }
}
@media (max-width: 460px) {
  .consult-hero h1 { font-size: clamp(2.3rem, 10vw, 3.1rem); }
  .consult-hero__actions { align-items: stretch; flex-direction: column; }
  .consult-hero__actions .btn { width: 100%; }
  .consult-next__actions { width: 100%; }
  .consult-next__actions .btn { width: 100%; }
}
