/* Layout-3 — página Avaliação (wizard premium Kosong) */

.tenant-public.layout-3 .layout3-valuation {
  --valuation-max-width: min(96em, calc(100% - var(--padding) * 2));
  color: hsl(var(--fg-1));
  overflow-x: clip;
}

.tenant-public.layout-3 .layout3-valuation > .layout3-breadcrumb .layout3-breadcrumb__trail,
.tenant-public.layout-3 .layout3-valuation > .layout3-breadcrumb .layout3-breadcrumb__item a,
.tenant-public.layout-3 .layout3-valuation > .layout3-breadcrumb .layout3-breadcrumb__item span[aria-current='page'],
.tenant-public.layout-3 .layout3-valuation > .layout3-breadcrumb .layout3-breadcrumb__back {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.tenant-public.layout-3 .layout3-valuation > .layout3-breadcrumb .layout3-breadcrumb__item a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: hsl(0 0% 100% / 0.88);
}

.tenant-public.layout-3 .layout3-valuation > .layout3-breadcrumb .layout3-breadcrumb__item + .layout3-breadcrumb__item::before {
  color: hsl(0 0% 100% / 0.72);
}

/* Hero */
.tenant-public.layout-3 .layout3-valuation-hero {
  position: relative;
  min-height: calc(72 * var(--lvh));
  display: flex;
  align-items: flex-end;
  z-index: 1;
  padding-bottom: calc(var(--radius-lg) * 0.75);
}

.tenant-public.layout-3 .layout3-valuation-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.tenant-public.layout-3 .layout3-valuation-hero__media img,
.tenant-public.layout-3 .layout3-valuation-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tenant-public.layout-3 .layout3-valuation-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    hsl(0 0% 0% / 0.78) 0%,
    hsl(0 0% 0% / 0.4) 48%,
    hsl(0 0% 0% / 0.18) 100%
  );
  pointer-events: none;
}

.tenant-public.layout-3 .layout3-valuation-hero__content {
  position: relative;
  z-index: 2;
  width: var(--valuation-max-width);
  margin-inline: auto;
  padding: calc(var(--layout3-notch-offset, 5.75em) + var(--padding-lg)) var(--padding) calc(var(--padding-lg) * 2.75);
  box-sizing: border-box;
}

.tenant-public.layout-3 .layout3-valuation-hero__content .h1 {
  max-width: 15em;
  line-height: 1.05;
  color: hsl(0 0% 100%);
}

.tenant-public.layout-3 .layout3-valuation-hero__eyebrow {
  color: hsl(0 0% 100% / 0.82);
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
}

.tenant-public.layout-3 .layout3-valuation-hero__lead {
  margin-top: 1.25em;
  max-width: 38em;
  line-height: 1.7;
  color: hsl(0 0% 100% / 0.9);
  text-transform: none;
  letter-spacing: normal;
  font-size: 1rem;
}

.tenant-public.layout-3 .layout3-valuation-hero__lead[data-intersection]:not([data-intersection-visible]) {
  opacity: 0;
  translate: 0 1em;
  transition: opacity 0s, translate 0s;
}

.tenant-public.layout-3 .layout3-valuation-hero__lead[data-intersection] {
  transition: opacity 0.7s var(--ease-out), translate 0.8s var(--ease-out);
}

/* Intro panel */
.tenant-public.layout-3 .layout3-valuation-intro {
  --valuation-intro-radius: var(--radius-lg);
  position: relative;
  z-index: 3;
  margin-top: calc(-1 * var(--valuation-intro-radius));
  padding: 0 var(--padding);
  box-sizing: border-box;
}

.tenant-public.layout-3 .layout3-valuation-intro__inner {
  max-width: var(--valuation-max-width);
  margin-inline: auto;
  padding: calc(var(--padding-lg) * 1.5) calc(var(--padding-lg) * 1.25);
  border-radius: var(--valuation-intro-radius) var(--valuation-intro-radius) 0 0;
  background-color: hsl(var(--accent-1));
  background-image: var(--layout3-accent-texture);
  color: hsl(var(--fg-1));
  box-shadow:
    0 -1.25em 2.5em hsl(0 0% 0% / 0.14),
    inset 0 1px 0 hsl(0 0% 100% / 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: calc(var(--gap) * 1.05);
}

.tenant-public.layout-3 .layout3-valuation-intro__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  width: 100%;
}

.tenant-public.layout-3 .layout3-valuation-intro__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  font-weight: 500;
  opacity: 0.78;
}

.tenant-public.layout-3 .layout3-valuation-intro__rule {
  width: min(5.5em, 28%);
  height: 1px;
  background: linear-gradient(
    to right,
    hsl(0 0% 100% / 0),
    hsl(var(--fg-1) / 0.45) 20%,
    hsl(var(--fg-1) / 0.45) 80%,
    hsl(0 0% 100% / 0)
  );
}

.tenant-public.layout-3 .layout3-valuation-intro__text {
  margin: 0;
  max-width: 40em;
  font-size: clamp(1.02rem, 1.1vw, 1.15rem);
  line-height: 1.75;
  color: hsl(var(--fg-1) / 0.94);
  text-wrap: pretty;
}

.tenant-public.layout-3 .layout3-valuation-intro__text[data-intersection]:not([data-intersection-visible]) {
  opacity: 0;
  translate: 0 1em;
  filter: blur(6px);
  transition: opacity 0s, translate 0s, filter 0s;
}

.tenant-public.layout-3 .layout3-valuation-intro__text[data-intersection] {
  transition: opacity 0.8s var(--ease-out), translate 0.9s var(--ease-out), filter 0.8s var(--ease-out);
}

/* Benefits */
.tenant-public.layout-3 .layout3-valuation-benefits {
  list-style: none;
  margin: 0.5em 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: var(--gap);
  width: 100%;
  max-width: 52em;
}

.tenant-public.layout-3 .layout3-valuation-benefits:not([data-intersection-visible]) .layout3-valuation-benefits__item {
  opacity: 0;
  translate: 0 1em;
  transition: opacity 0s, translate 0s;
}

.tenant-public.layout-3 .layout3-valuation-benefits__item {
  flex: 1 1 calc(25% - var(--gap) * 0.75);
  min-width: min(100%, 9.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55em;
  padding: var(--padding);
  border-radius: var(--radius-sm);
  background: hsl(var(--bg-1) / 0.35);
  box-shadow: inset 0 0 0 1px hsl(var(--fg-1) / 0.1);
  transition:
    opacity 0.6s calc(var(--i) * 0.07s) var(--ease-out),
    translate 0.7s calc(var(--i) * 0.07s) var(--ease-out);
}

@media (width < 900px) {
  .tenant-public.layout-3 .layout3-valuation-benefits__item {
    flex: 1 1 calc(50% - var(--gap) * 0.5);
  }
}

@media (width < 480px) {
  .tenant-public.layout-3 .layout3-valuation-benefits__item {
    flex: 1 1 100%;
  }
}

.tenant-public.layout-3 .layout3-valuation-benefits__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35em;
  height: 2.35em;
  border-radius: 9999px;
  background: hsl(var(--fg-1));
  color: hsl(var(--bg-1));
  font-size: 1rem;
}

.tenant-public.layout-3 .layout3-valuation-benefits__label {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.35;
}

/* Wizard shell */
.tenant-public.layout-3 .layout3-valuation-wizard {
  position: relative;
  z-index: 2;
  padding: calc(var(--padding-lg) * 1.35) var(--padding) calc(var(--padding-lg) * 1.75);
  background: hsl(var(--bg-1));
  --primary: hsl(var(--accent-1));
  --secondary: hsl(var(--accent-2));
  --sv-text: hsl(220 16% 14%);
  --sv-text-muted: hsl(220 12% 42%);
  --sv-border: hsl(220 14% 82%);
  --sv-surface: hsl(0 0% 100%);
}

.tenant-public.layout-3 .layout3-valuation-wizard__inner {
  max-width: min(80em, calc(100% - var(--padding) * 2));
  margin-inline: auto;
}

.tenant-public.layout-3 .layout3-valuation-wizard .page-form-section {
  padding: 0;
  margin: 0;
}

.tenant-public.layout-3 .layout3-valuation-wizard .page-form-section > .container {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-intro__eyebrow {
  display: none;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-shell {
  display: grid;
  grid-template-columns: minmax(11rem, 17.5rem) minmax(0, 1fr);
  gap: var(--gap);
  align-items: start;
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow:
    0 1.75em 3.5em hsl(0 0% 0% / 0.22),
    inset 0 0 0 1px hsl(var(--fg-1) / 0.06);
  background: linear-gradient(
    145deg,
    hsl(var(--accent-1)) 0%,
    hsl(var(--accent-2)) 55%,
    hsl(var(--accent-3)) 100%
  );
  padding: var(--padding);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-sidebar {
  position: sticky;
  top: calc(var(--header-height, 5em) + 0.75rem);
  min-width: 0;
  padding: 1rem 0.9rem 1.1rem;
  border-radius: 14px;
  background:
    linear-gradient(160deg, hsl(0 0% 100% / 0.14) 0%, hsl(0 0% 100% / 0.05) 100%);
  border: 1px solid hsl(0 0% 100% / 0.2);
  box-shadow:
    inset 0 1px 0 hsl(0 0% 100% / 0.12),
    0 10px 28px hsl(0 0% 0% / 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: hsl(0 0% 100% / 0.9);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-sidebar::before {
  content: 'Progresso';
  display: block;
  margin: 0 0 0.85rem;
  padding: 0 0.15rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: hsl(0 0% 100% / 0.68);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-sidebar__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  counter-reset: sv-sidebar-step;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-sidebar__step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 3.35rem;
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  border: 1px solid hsl(0 0% 100% / 0.1);
  background: hsl(0 0% 100% / 0.05);
  color: hsl(0 0% 100% / 0.68);
  box-shadow: 0 2px 8px hsl(0 0% 0% / 0.06);
  transition:
    background 200ms ease,
    border-color 200ms ease,
    color 200ms ease,
    box-shadow 200ms ease,
    transform 200ms ease;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-sidebar__step::after {
  content: '';
  position: absolute;
  left: 1.55rem;
  top: calc(100% + 0.12rem);
  width: 1px;
  height: 0.45rem;
  background: hsl(0 0% 100% / 0.14);
  pointer-events: none;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-sidebar__step:last-child::after {
  display: none;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-sidebar__step.is-active {
  border-color: hsl(0 0% 100% / 0.34);
  background: hsl(0 0% 100% / 0.18);
  color: hsl(0 0% 100%);
  box-shadow:
    inset 0 0 0 1px hsl(0 0% 100% / 0.08),
    0 10px 22px hsl(0 0% 0% / 0.16);
  transform: translateX(2px);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-sidebar__step.is-done {
  border-color: hsl(0 0% 100% / 0.22);
  background: hsl(0 0% 100% / 0.1);
  color: hsl(0 0% 100% / 0.92);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-sidebar__icon {
  position: relative;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 9999px;
  background: hsl(0 0% 100% / 0.12);
  color: hsl(0 0% 100% / 0.88);
  font-size: 0.82rem;
  box-shadow: inset 0 0 0 1px hsl(0 0% 100% / 0.1);
  transition:
    background 200ms ease,
    color 200ms ease,
    box-shadow 200ms ease,
    transform 200ms ease;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-sidebar__step.is-active .sv-sidebar__icon {
  background: hsl(0 0% 100%);
  color: hsl(var(--accent-1));
  box-shadow: 0 4px 14px hsl(0 0% 0% / 0.18);
  transform: scale(1.04);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-sidebar__step.is-done .sv-sidebar__icon {
  background: hsl(0 0% 100% / 0.94);
  color: hsl(var(--accent-1));
  box-shadow: 0 3px 10px hsl(0 0% 0% / 0.12);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-sidebar__text {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-sidebar__text strong {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: inherit;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-sidebar__text small {
  display: block;
  font-size: 0.6875rem;
  line-height: 1.25;
  color: inherit;
  opacity: 0.78;
  letter-spacing: 0.01em;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-sidebar__step.is-active .sv-sidebar__text small {
  opacity: 0.9;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard {
  min-width: 0;
  background: var(--sv-surface);
  color: var(--sv-text);
  border-radius: var(--radius-sm);
  box-shadow: 0 1em 2.5em hsl(0 0% 0% / 0.12);
  padding: clamp(1.15rem, 2.5vw, 1.65rem);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-step[hidden] {
  display: none !important;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-step__header {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.15rem;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-step__title {
  display: block;
  margin: 0 0 0.35rem;
  font-family: var(--font-display, inherit);
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--sv-text);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-step__lead,
.tenant-public.layout-3 .layout3-valuation-wizard .sv-label {
  margin: 0;
  color: var(--sv-text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.65rem;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-step__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-field {
  min-width: 0;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-field label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.4rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: hsl(220 14% 28%);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-field--full {
  grid-column: 1 / -1;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard .form-control,
.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard .form-select {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--sv-border);
  border-radius: 12px;
  background: var(--sv-surface);
  color: var(--sv-text);
  font: inherit;
  font-size: 0.9375rem;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard .form-control::placeholder {
  color: hsl(220 10% 52%);
  opacity: 1;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard .form-control:focus,
.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard .form-select:focus {
  outline: none;
  border-color: hsl(var(--accent-1));
  box-shadow: 0 0 0 4px hsl(var(--accent-1) / 0.14);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard .form-control[readonly] {
  background: hsl(220 16% 97%);
  color: hsl(220 12% 38%);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard .form-control-lg {
  min-height: 3.25rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-address-wrap {
  position: relative;
  width: 100%;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard .form-control[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard .form-control[type='number']::-webkit-outer-spin-button,
.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard .form-control[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-address-wrap .form-control {
  padding-right: 2.25rem;
}

/* ── Wizard selection UI (cards, chips, counters) — premium Kosong ── */

.tenant-public.layout-3 .layout3-valuation-wizard .sv-label {
  display: block;
  margin: 1.15rem 0 0.75rem;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-label:first-child,
.tenant-public.layout-3 .layout3-valuation-wizard .sv-step__header + .sv-label {
  margin-top: 0;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-card-grid,
.tenant-public.layout-3 .layout3-valuation-wizard .sv-chip-grid,
.tenant-public.layout-3 .layout3-valuation-wizard .sv-counters {
  display: grid;
  gap: 0.75rem;
  width: 100%;
  margin-bottom: 0.35rem;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(6.75rem, 1fr));
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-card-grid--compact {
  grid-template-columns: repeat(auto-fit, minmax(5.75rem, 1fr));
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-card-grid--stack {
  grid-template-columns: 1fr;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-chip-grid {
  grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-chip-grid--energy {
  grid-template-columns: repeat(8, minmax(2.5rem, 1fr));
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-counters {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-card,
.tenant-public.layout-3 .layout3-valuation-wizard .sv-chip {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
  min-width: 0;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-card input,
.tenant-public.layout-3 .layout3-valuation-wizard .sv-chip input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-card__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 5.5rem;
  padding: 0.85rem 0.65rem;
  border: 1.5px solid var(--sv-border);
  border-radius: 14px;
  background: var(--sv-surface);
  color: var(--sv-text);
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.25;
  box-shadow: 0 2px 10px hsl(0 0% 0% / 0.04);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    color 180ms ease;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-card:hover .sv-card__inner {
  border-color: hsl(var(--accent-1) / 0.35);
  box-shadow: 0 6px 18px hsl(0 0% 0% / 0.07);
  transform: translateY(-1px);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-card__inner i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 9999px;
  background: hsl(var(--accent-1) / 0.1);
  color: hsl(var(--accent-1));
  font-size: 1rem;
  transition: background 180ms ease, color 180ms ease;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-card--row .sv-card__inner {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 3.65rem;
  padding: 1rem 1.15rem;
  text-align: left;
  gap: 0.85rem;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-card--sm .sv-card__inner {
  min-height: 4.35rem;
  font-size: 0.75rem;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-card input:checked + .sv-card__inner,
.tenant-public.layout-3 .layout3-valuation-wizard .sv-card--toggle input:checked + .sv-card__inner {
  border-color: hsl(var(--accent-1));
  background: color-mix(in srgb, hsl(var(--accent-1)) 9%, #fff);
  box-shadow:
    0 0 0 1px hsl(var(--accent-1) / 0.18),
    0 8px 22px hsl(var(--accent-1) / 0.14);
  color: hsl(var(--accent-1));
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-card input:checked + .sv-card__inner i {
  background: hsl(var(--accent-1));
  color: hsl(0 0% 100%);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-card input:focus-visible + .sv-card__inner {
  outline: 2px solid hsl(var(--accent-1) / 0.35);
  outline-offset: 2px;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-chip span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.7rem 0.55rem;
  border: 1.5px solid var(--sv-border);
  border-radius: 12px;
  background: var(--sv-surface);
  color: var(--sv-text);
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 2px 8px hsl(0 0% 0% / 0.03);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-chip:hover span {
  border-color: hsl(var(--accent-1) / 0.3);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-chip input:checked + span {
  border-color: hsl(var(--accent-1));
  background: color-mix(in srgb, hsl(var(--accent-1)) 9%, #fff);
  color: hsl(var(--accent-1));
  box-shadow:
    0 0 0 1px hsl(var(--accent-1) / 0.16),
    0 6px 16px hsl(var(--accent-1) / 0.12);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-chip--energy span {
  min-height: 2.65rem;
  padding: 0.55rem 0.25rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-counter {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.1rem 1.15rem;
  border: 1.5px solid var(--sv-border);
  border-radius: 14px;
  background: hsl(220 20% 98%);
  color: var(--sv-text);
  box-shadow: 0 2px 12px hsl(0 0% 0% / 0.04);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-counter__label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: hsl(220 14% 28%);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-counter__label i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  background: hsl(var(--accent-1) / 0.1);
  color: hsl(var(--accent-1));
  font-size: 0.8rem;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-counter__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-counter__btn {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border: 1.5px solid var(--sv-border);
  border-radius: 9999px;
  background: var(--sv-surface);
  color: var(--sv-text);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-counter__btn:hover {
  border-color: hsl(var(--accent-1));
  color: hsl(var(--accent-1));
  background: hsl(var(--accent-1) / 0.06);
  box-shadow: 0 4px 14px hsl(var(--accent-1) / 0.12);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-counter__btn:active {
  transform: scale(0.96);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-counter__value {
  display: block;
  min-width: 2.25rem;
  text-align: center;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sv-text);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard__nav {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.35rem;
  padding-top: 1rem;
  border-top: 1px solid var(--sv-border);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard__btn-next.btn-primary,
.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard__btn-prev.btn-outline-secondary {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.75rem;
  padding: 0.8rem 1.35rem;
  border-radius: var(--radius-sm);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    filter 180ms ease,
    box-shadow 180ms ease;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard__btn-next.btn-primary {
  background: hsl(var(--accent-1));
  border: 1px solid hsl(var(--accent-1));
  color: hsl(0 0% 100%);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard__btn-next.btn-primary:hover {
  filter: brightness(1.05);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard__btn-prev.btn-outline-secondary {
  background: var(--sv-surface);
  border: 1px solid var(--sv-border);
  color: var(--sv-text);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard__btn-prev.btn-outline-secondary:hover {
  border-color: hsl(var(--accent-1) / 0.45);
  background: hsl(var(--accent-1) / 0.06);
}

.tenant-public.layout-3 .layout3-valuation-wizard .d-none,
.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard__btn-next.d-none {
  display: none !important;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard__alert.d-none {
  display: none !important;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-step__icon {
  background: color-mix(in srgb, hsl(var(--accent-1)) 14%, #fff);
  color: hsl(var(--accent-1));
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-field__ico {
  color: hsl(var(--accent-1));
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard__mobile-bar {
  background: hsl(var(--accent-1));
}

/* ── Resultados da estimativa — premium ── */

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  width: 100%;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__loading,
.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 2.5rem 1.25rem;
  text-align: center;
  color: var(--sv-text-muted);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__loading i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background: hsl(var(--accent-1) / 0.1);
  color: hsl(var(--accent-1));
  font-size: 1.25rem;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__loading p,
.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__error p {
  display: block;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--sv-text-muted);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__error .btn {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.75rem 1.35rem;
  border-radius: var(--radius-sm);
  border: 1px solid hsl(var(--accent-1));
  background: hsl(var(--accent-1));
  color: hsl(0 0% 100%);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__success-banner {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid hsl(152 68% 36% / 0.22);
  background: linear-gradient(135deg, hsl(152 76% 96%) 0%, hsl(152 60% 92%) 100%);
  color: hsl(152 72% 22%);
  box-shadow: 0 4px 16px hsl(152 60% 30% / 0.08);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__success-banner i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: hsl(152 68% 36%);
  color: hsl(0 0% 100%);
  font-size: 0.95rem;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__success-banner p {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.55;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__range {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  padding: 1.15rem 1rem;
  border-radius: 14px;
  border: 1px solid var(--sv-border);
  background: linear-gradient(180deg, hsl(220 20% 99%) 0%, hsl(220 16% 97%) 100%);
  text-align: center;
  box-shadow: 0 4px 18px hsl(0 0% 0% / 0.04);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__label {
  display: block;
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sv-text-muted);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__prices {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem 0.85rem;
  margin: 0;
  font-size: clamp(1.35rem, 3.2vw, 1.95rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--sv-text);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__prices > span:not(.sv-results__sep) {
  color: hsl(var(--accent-1));
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__sep {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--sv-text-muted);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__tiers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__tiers > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 5.5rem;
  padding: 0.95rem 0.7rem;
  border-radius: 14px;
  border: 1.5px solid var(--sv-border);
  background: var(--sv-surface);
  text-align: center;
  box-shadow: 0 2px 10px hsl(0 0% 0% / 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__tiers > div.is-primary {
  border-color: hsl(var(--accent-1) / 0.45);
  background: color-mix(in srgb, hsl(var(--accent-1)) 8%, #fff);
  box-shadow:
    0 0 0 1px hsl(var(--accent-1) / 0.12),
    0 10px 24px hsl(var(--accent-1) / 0.14);
  transform: translateY(-2px);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__tiers small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sv-text-muted);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__tiers small i {
  color: hsl(var(--accent-1));
  font-size: 0.75rem;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__tiers strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sv-text);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__tiers > div.is-primary strong {
  color: hsl(var(--accent-1));
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__kpis > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  min-height: 5.25rem;
  padding: 0.8rem 0.55rem;
  border-radius: 12px;
  border: 1px solid var(--sv-border);
  background: var(--sv-surface);
  text-align: center;
  box-shadow: 0 2px 8px hsl(0 0% 0% / 0.03);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__kpis i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 9999px;
  background: hsl(var(--accent-1) / 0.1);
  color: hsl(var(--accent-1));
  font-size: 0.78rem;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__kpis span {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sv-text-muted);
  line-height: 1.25;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__kpis strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--sv-text);
  line-height: 1.2;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__scores {
  padding: 0.95rem 1.1rem;
  border-radius: 12px;
  border: 1px solid var(--sv-border);
  background: hsl(220 20% 98%);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__scores p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--sv-text);
  line-height: 1.45;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__scores i {
  display: inline-flex;
  color: hsl(var(--accent-1));
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__scores strong {
  font-weight: 700;
  color: hsl(var(--accent-1));
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__summary {
  display: block;
  margin: 0;
  padding: 1rem 1.1rem 1rem 1.25rem;
  border: 0;
  border-left: 3px solid hsl(var(--accent-1));
  border-radius: 0 12px 12px 0;
  background: hsl(var(--accent-1) / 0.05);
  color: var(--sv-text);
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.65;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__summary i {
  display: inline-block;
  margin-right: 0.45rem;
  color: hsl(var(--accent-1) / 0.65);
  font-size: 0.85rem;
  vertical-align: top;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__recs {
  padding: 1rem 1.05rem;
  border-radius: 14px;
  border: 1px solid var(--sv-border);
  background: var(--sv-surface);
  box-shadow: 0 2px 12px hsl(0 0% 0% / 0.04);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__recs h3 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.75rem;
  font-family: var(--font-display, inherit);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--sv-text);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__recs h3 i {
  display: inline-flex;
  color: hsl(var(--accent-1));
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__recs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__recs li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid hsl(220 14% 90%);
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__recs li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__rec-title {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--sv-text);
  line-height: 1.35;
}

.tenant-public.layout-3 .layout3-valuation-wizard .sv-results__rec-impact {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.3rem 0.55rem;
  border-radius: 9999px;
  background: hsl(var(--accent-1) / 0.1);
  color: hsl(var(--accent-1));
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

@media (width < 1024px) {
  .tenant-public.layout-3 .layout3-valuation-wizard .sv-shell {
    grid-template-columns: 1fr;
    padding: var(--padding-sm, 0.85em);
  }

  .tenant-public.layout-3 .layout3-valuation-wizard .sv-sidebar {
    display: none;
  }

  .tenant-public.layout-3 .layout3-valuation-wizard .sv-wizard__mobile-progress {
    display: block;
  }
}

@media (width < 640px) {
  .tenant-public.layout-3 .layout3-valuation-wizard .sv-step__grid,
  .tenant-public.layout-3 .layout3-valuation-wizard .sv-counters {
    grid-template-columns: 1fr;
  }

  .tenant-public.layout-3 .layout3-valuation-wizard .sv-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tenant-public.layout-3 .layout3-valuation-wizard .sv-chip-grid--energy {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tenant-public.layout-3 .layout3-valuation-wizard .sv-results__tiers,
  .tenant-public.layout-3 .layout3-valuation-wizard .sv-results__kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width < 480px) {
  .tenant-public.layout-3 .layout3-valuation-wizard .sv-results__tiers,
  .tenant-public.layout-3 .layout3-valuation-wizard .sv-results__kpis {
    grid-template-columns: 1fr;
  }

  .tenant-public.layout-3 .layout3-valuation-wizard .sv-results__tiers > div.is-primary {
    transform: none;
  }
}

/* Fallback (modo tradicional) */
.tenant-public.layout-3 .layout3-valuation-flow {
  position: relative;
  z-index: 2;
  max-width: var(--valuation-max-width);
  margin-inline: auto;
  padding: var(--padding-lg) var(--padding) calc(var(--padding-lg) + var(--radius-lg));
}

.tenant-public.layout-3 .layout3-valuation .property-cta,
.tenant-public.layout-3 .layout3-valuation-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25em;
  padding: calc(var(--padding) * 2.5);
  border-radius: var(--radius);
  background: hsl(var(--fg-1));
  color: hsl(var(--bg-1));
  box-shadow: inset 0 0 0 1px hsl(var(--fg-1) / 0.08);
}

.tenant-public.layout-3 .layout3-valuation-fallback > .title {
  font-size: clamp(1.5em, 3vw, 2.25em);
  max-width: 16em;
}

.tenant-public.layout-3 .layout3-valuation-fallback > .text {
  max-width: 32em;
  opacity: 0.85;
  line-height: 1.6;
}

.tenant-public.layout-3 .layout3-valuation-fallback > .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85em;
  justify-content: center;
  width: 100%;
  max-width: 36em;
}

.tenant-public.layout-3 .layout3-valuation-fallback .button {
  min-width: min(14em, 100%);
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.9em 1.5em;
  background: hsl(0 0% 100%);
  color: hsl(345 6% 10%);
  border: 1px solid hsl(345 6% 13% / 0.2);
  box-shadow: 0 4px 20px hsl(345 6% 13% / 0.22);
}

.tenant-public.layout-3 .layout3-valuation-fallback .button:hover {
  background: hsl(345 6% 10%);
  color: hsl(0 0% 100%);
  border-color: hsl(345 6% 10%);
}

.tenant-public.layout-3.layout3-valuation--smart footer.home,
.tenant-public.layout-3 .layout3-valuation footer.home {
  position: relative;
  z-index: 3;
  margin-top: 0;
}

@media (width < 768px) {
  .tenant-public.layout-3 .layout3-valuation-intro {
    margin-top: calc(-1 * var(--radius-md));
    --valuation-intro-radius: var(--radius-md);
  }

  .tenant-public.layout-3 .layout3-valuation-intro__inner {
    padding: calc(var(--padding-lg) * 1.25) var(--padding);
  }

  .tenant-public.layout-3 .layout3-valuation-hero {
    min-height: calc(68 * var(--lvh));
  }
}
