.nexa-finance-trigger {
  box-shadow: 0 0 0 1px rgba(73, 245, 121, 0.28), 0 0 18px rgba(73, 245, 121, 0.12);
}

.nexa-finance-trigger.is-loading {
  cursor: wait;
  opacity: 0.72;
}

body.nexa-finance-open {
  overflow: hidden !important;
}

.nexa-finance-shell {
  --nf-green: #49f579;
  --nf-green-soft: rgba(73, 245, 121, 0.14);
  --nf-ink: #f7faf8;
  --nf-muted: #9ea9a2;
  --nf-panel: rgba(15, 20, 17, 0.82);
  --nf-line: rgba(255, 255, 255, 0.1);
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  color: var(--nf-ink);
  font-family: inherit;
  opacity: 0;
  transition: opacity 220ms ease;
}

.nexa-finance-shell[hidden],
.nexa-finance-shell [hidden] {
  display: none !important;
}

.nexa-finance-shell.is-open {
  opacity: 1;
}

.nexa-finance-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(73, 245, 121, 0.13), transparent 34%),
    rgba(1, 4, 2, 0.82);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
}

.nexa-finance-dialog {
  position: relative;
  width: min(1120px, 100%);
  max-height: min(900px, calc(100vh - 56px));
  overflow: hidden;
  border: 1px solid rgba(73, 245, 121, 0.27);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(19, 25, 21, 0.98), rgba(5, 8, 6, 0.99)),
    #080b09;
  box-shadow:
    0 38px 100px rgba(0, 0, 0, 0.72),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 56px rgba(73, 245, 121, 0.12);
  outline: 0;
  transform: translateY(18px) scale(0.985);
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.nexa-finance-dialog::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 8%;
  width: 38%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--nf-green), transparent);
  box-shadow: 0 0 16px var(--nf-green);
}

.nexa-finance-shell.is-open .nexa-finance-dialog {
  transform: none;
}

.nexa-finance-header {
  position: relative;
  z-index: 3;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  border-bottom: 1px solid var(--nf-line);
  background: rgba(5, 8, 6, 0.72);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.nexa-finance-brand {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nexa-finance-brand img {
  width: 128px;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.nexa-finance-brand span,
.nexa-finance-vehicle-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #cbd3ce;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nexa-finance-brand i,
.nexa-finance-vehicle-status i,
.nexa-finance-offer > p i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--nf-green);
  box-shadow: 0 0 11px var(--nf-green);
}

.nexa-finance-close {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--nf-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: white;
  cursor: pointer;
  transition: 160ms ease;
}

.nexa-finance-close:hover {
  border-color: rgba(73, 245, 121, 0.5);
  background: var(--nf-green-soft);
  color: var(--nf-green);
  transform: rotate(4deg);
}

.nexa-finance-close svg,
.nexa-finance-submit svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nexa-finance-content {
  max-height: calc(min(900px, 100vh - 56px) - 74px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(73, 245, 121, 0.4) transparent;
}

.nexa-finance-form-view {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.42fr);
  min-height: 690px;
}

.nexa-finance-vehicle {
  position: relative;
  min-width: 0;
  padding: 28px;
  border-right: 1px solid var(--nf-line);
  background:
    radial-gradient(circle at 50% 20%, rgba(73, 245, 121, 0.09), transparent 42%),
    rgba(6, 10, 7, 0.6);
}

.nexa-finance-visual {
  position: relative;
  height: 330px;
  overflow: hidden;
  border: 1px solid rgba(73, 245, 121, 0.18);
  border-radius: 20px;
  background: #111612;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.42);
}

.nexa-finance-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 53%, rgba(1, 4, 2, 0.78));
  pointer-events: none;
}

.nexa-finance-visual > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.nexa-finance-dialog:hover .nexa-finance-visual > img {
  transform: scale(1.025);
}

.nexa-finance-scanline {
  position: absolute;
  z-index: 2;
  left: 5%;
  right: 5%;
  top: 16%;
  height: 1px;
  opacity: 0.55;
  background: linear-gradient(90deg, transparent, var(--nf-green), transparent);
  box-shadow: 0 0 14px var(--nf-green);
  animation: nexa-finance-scan 4.5s ease-in-out infinite;
}

@keyframes nexa-finance-scan {
  0%, 100% { transform: translateY(0); opacity: 0.15; }
  50% { transform: translateY(210px); opacity: 0.7; }
}

.nexa-finance-vehicle-status {
  position: absolute;
  z-index: 3;
  left: 18px;
  bottom: 18px;
  padding: 9px 12px;
  border: 1px solid rgba(73, 245, 121, 0.24);
  border-radius: 999px;
  background: rgba(4, 10, 6, 0.76);
}

.nexa-finance-vehicle-copy {
  padding: 28px 4px 0;
}

.nexa-finance-kicker,
.nexa-finance-step {
  margin: 0 0 10px;
  color: var(--nf-green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nexa-finance-vehicle-copy h2 {
  margin: 0;
  color: white;
  font-size: clamp(23px, 2.4vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.nexa-finance-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--nf-line);
}

.nexa-finance-meta span {
  color: var(--nf-muted);
  font-size: 13px;
}

.nexa-finance-meta strong {
  color: var(--nf-green);
  font-size: 22px;
  letter-spacing: -0.03em;
}

.nexa-finance-aside-note {
  margin: 26px 0 0;
  color: #8f9b93;
  font-size: 12px;
  line-height: 1.6;
}

.nexa-finance-main {
  min-width: 0;
  padding: 34px 38px 38px;
}

.nexa-finance-progress {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
}

.nexa-finance-progress > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #6f7b73;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.nexa-finance-progress > span b {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #8b968f;
  font-size: 9px;
  transition: 160ms ease;
}

.nexa-finance-progress > span.is-active,
.nexa-finance-progress > span.is-complete {
  color: #dce4df;
}

.nexa-finance-progress > span.is-active b,
.nexa-finance-progress > span.is-complete b {
  border-color: var(--nf-green);
  background: var(--nf-green-soft);
  color: var(--nf-green);
  box-shadow: 0 0 14px rgba(73, 245, 121, 0.13);
}

.nexa-finance-progress > i {
  height: 1px;
  flex: 1 1 26px;
  max-width: 46px;
  background: rgba(255, 255, 255, 0.1);
}

.nexa-finance-heading {
  display: grid;
  grid-template-columns: 1fr minmax(190px, 0.7fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 24px;
}

.nexa-finance-heading h1 {
  margin: 0;
  color: white;
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.nexa-finance-heading > p {
  margin: 0;
  color: var(--nf-muted);
  font-size: 12px;
  line-height: 1.55;
}

.nexa-finance-panel {
  padding: 22px;
  border: 1px solid var(--nf-line);
  border-radius: 18px;
  background: var(--nf-panel);
}

.nexa-finance-panel + .nexa-finance-panel {
  margin-top: 14px;
}

.nexa-finance-panel-highlight {
  border-color: rgba(73, 245, 121, 0.2);
  box-shadow: 0 0 30px rgba(73, 245, 121, 0.035) inset;
}

.nexa-finance-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 17px;
}

.nexa-finance-section-title > span {
  color: white;
  font-size: 14px;
  font-weight: 800;
}

.nexa-finance-section-title small {
  color: var(--nf-muted);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.nexa-finance-entry-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) 1fr;
  align-items: end;
  gap: 20px;
}

.nexa-finance-field {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nexa-finance-field > span,
.nexa-finance-range-wrap > span,
.nexa-finance-terms legend {
  color: #aeb7b1;
  font-size: 11px;
  font-weight: 700;
}

.nexa-finance-field input,
.nexa-finance-field select {
  width: 100%;
  height: 51px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  outline: 0;
  background: rgba(3, 6, 4, 0.72);
  padding: 0 14px;
  color: white;
  font: inherit;
  font-size: 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.nexa-finance-field select {
  padding-right: 38px;
  color-scheme: dark;
  cursor: pointer;
}

.nexa-finance-entry input {
  color: var(--nf-green);
  font-size: 19px;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.nexa-finance-field input::placeholder {
  color: #657068;
}

.nexa-finance-field input:focus,
.nexa-finance-field select:focus {
  border-color: rgba(73, 245, 121, 0.68);
  background: rgba(6, 12, 8, 0.92);
  box-shadow: 0 0 0 3px rgba(73, 245, 121, 0.09), 0 0 18px rgba(73, 245, 121, 0.08);
}

.nexa-finance-range-wrap {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding-bottom: 10px;
}

.nexa-finance-range-wrap > span {
  display: flex;
  justify-content: space-between;
}

.nexa-finance-range-wrap strong {
  color: var(--nf-green);
}

.nexa-finance-range-wrap input {
  width: 100%;
  height: 5px;
  accent-color: var(--nf-green);
  cursor: pointer;
}

.nexa-finance-terms {
  min-width: 0;
  margin: 21px 0 0;
  padding: 0;
  border: 0;
}

.nexa-finance-terms legend {
  margin-bottom: 10px;
}

.nexa-finance-term-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.nexa-finance-term-grid button {
  min-width: 0;
  min-height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.025);
  color: white;
  cursor: pointer;
  transition: 160ms ease;
}

.nexa-finance-term-grid button strong {
  font-size: 15px;
}

.nexa-finance-term-grid button span {
  overflow: hidden;
  color: #7f8982;
  font-size: 8px;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.nexa-finance-term-grid button:hover,
.nexa-finance-term-grid button.is-selected {
  border-color: rgba(73, 245, 121, 0.55);
  background: var(--nf-green-soft);
  box-shadow: 0 0 18px rgba(73, 245, 121, 0.09);
}

.nexa-finance-term-grid button.is-selected strong {
  color: var(--nf-green);
}

.nexa-finance-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 12px;
}

.nexa-finance-person-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 18px;
}

.nexa-finance-person-type button {
  min-width: 0;
  min-height: 68px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  color: white;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: 160ms ease;
}

.nexa-finance-person-type button strong {
  font-size: 13px;
}

.nexa-finance-person-type button span {
  color: #7f8982;
  font-size: 9px;
}

.nexa-finance-person-type button:hover,
.nexa-finance-person-type button.is-selected {
  border-color: rgba(73, 245, 121, 0.52);
  background: var(--nf-green-soft);
  box-shadow: 0 0 18px rgba(73, 245, 121, 0.08);
}

.nexa-finance-person-type button.is-selected strong {
  color: var(--nf-green);
}

.nexa-finance-dynamic-fields + .nexa-finance-shared-fields {
  margin-top: 14px;
}

.nexa-finance-span-2 {
  grid-column: span 2;
}

.nexa-finance-check-row {
  display: flex;
  margin-top: 15px;
}

.nexa-finance-check,
.nexa-finance-consent {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.nexa-finance-check {
  color: #cbd2cd;
  font-size: 12px;
}

.nexa-finance-check em {
  font-style: normal;
}

.nexa-finance-check input,
.nexa-finance-consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.nexa-finance-check > span,
.nexa-finance-consent > span {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.35);
  transition: 160ms ease;
}

.nexa-finance-check input:checked + span,
.nexa-finance-consent input:checked + span {
  border-color: var(--nf-green);
  background: var(--nf-green);
  box-shadow: 0 0 13px rgba(73, 245, 121, 0.28);
}

.nexa-finance-check input:checked + span::after,
.nexa-finance-consent input:checked + span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #061008;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.nexa-finance-check input:focus-visible + span,
.nexa-finance-consent input:focus-visible + span {
  outline: 2px solid var(--nf-green);
  outline-offset: 3px;
}

.nexa-finance-consent {
  align-items: flex-start;
  margin: 16px 2px 14px;
}

.nexa-finance-consent small {
  color: #869189;
  font-size: 10px;
  line-height: 1.5;
}

.nexa-finance-error {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 12px;
  margin: 0 0 14px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 104, 104, 0.33);
  border-radius: 12px;
  background: rgba(255, 76, 76, 0.08);
  color: #ffadad;
  font-size: 11px;
  line-height: 1.45;
}

.nexa-finance-error::before {
  content: "!";
  grid-row: span 2;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-weight: 900;
}

.nexa-finance-error strong {
  color: #ffd1d1;
  font-size: 12px;
}

.nexa-finance-error.is-no-conditions {
  border-color: rgba(255, 193, 72, 0.35);
  background: rgba(255, 180, 45, 0.08);
  color: #ffd488;
}

.nexa-finance-error.is-no-conditions strong {
  color: #ffe2ad;
}

.nexa-finance-submit,
.nexa-finance-secondary {
  min-height: 54px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 13px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: 170ms ease;
}

button.nexa-finance-submit {
  width: 100%;
}

.nexa-finance-continue {
  margin-top: 16px;
}

.nexa-finance-customer-actions {
  display: grid;
  grid-template-columns: 0.38fr 1fr;
  gap: 10px;
}

.nexa-finance-submit {
  border: 1px solid var(--nf-green);
  background: var(--nf-green);
  color: #061008;
  box-shadow: 0 12px 30px rgba(73, 245, 121, 0.15), 0 0 20px rgba(73, 245, 121, 0.11);
}

.nexa-finance-submit:hover {
  background: #68ff91;
  color: #020704;
  box-shadow: 0 14px 34px rgba(73, 245, 121, 0.22), 0 0 28px rgba(73, 245, 121, 0.18);
  transform: translateY(-1px);
}

.nexa-finance-submit:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.nexa-finance-submit.is-loading svg {
  animation: nexa-finance-arrow 900ms ease-in-out infinite;
}

@keyframes nexa-finance-arrow {
  50% { transform: translateX(5px); }
}

.nexa-finance-secondary {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
  color: white;
}

.nexa-finance-secondary:hover {
  border-color: rgba(73, 245, 121, 0.45);
  background: var(--nf-green-soft);
  color: var(--nf-green);
}

.nexa-finance-legal {
  margin: 11px 0 0;
  color: #667069;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

.nexa-finance-result-view {
  min-height: 610px;
  padding: 48px;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 84% 14%, rgba(73, 245, 121, 0.08), transparent 30%),
    radial-gradient(circle at 12% 85%, rgba(73, 245, 121, 0.05), transparent 34%);
}

.nexa-finance-result-top {
  max-width: 720px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 0 auto 34px;
  text-align: left;
}

.nexa-finance-success-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(73, 245, 121, 0.45);
  border-radius: 50%;
  background: var(--nf-green-soft);
  color: var(--nf-green);
  box-shadow: 0 0 26px rgba(73, 245, 121, 0.15);
}

.nexa-finance-success-icon svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nexa-finance-result-top h2 {
  margin: 0;
  color: white;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.nexa-finance-result-top p {
  margin: 10px 0 0;
  color: var(--nf-muted);
  font-size: 13px;
  line-height: 1.55;
}

.nexa-finance-result-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
  gap: 18px;
}

.nexa-finance-result-car,
.nexa-finance-offer {
  min-width: 0;
  border: 1px solid var(--nf-line);
  border-radius: 20px;
  background: rgba(12, 17, 14, 0.82);
}

.nexa-finance-result-car {
  display: grid;
  grid-template-columns: minmax(190px, 0.92fr) 1fr;
  align-items: center;
  gap: 22px;
  padding: 18px;
}

.nexa-finance-result-image {
  height: 218px;
  overflow: hidden;
  border: 1px solid rgba(73, 245, 121, 0.16);
  border-radius: 14px;
  background: #111612;
}

.nexa-finance-result-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nexa-finance-result-car > div:last-child > span {
  color: var(--nf-green);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nexa-finance-result-car h3 {
  margin: 10px 0 20px;
  color: white;
  font-size: clamp(21px, 2.2vw, 30px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.nexa-finance-result-car > div:last-child > strong {
  color: #aeb8b1;
  font-size: 15px;
}

.nexa-finance-offer {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-color: rgba(73, 245, 121, 0.26);
  box-shadow: 0 0 32px rgba(73, 245, 121, 0.05) inset;
}

.nexa-finance-offer::after {
  content: "";
  position: absolute;
  right: -45px;
  top: -45px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(73, 245, 121, 0.08);
  filter: blur(12px);
}

.nexa-finance-offer-label {
  color: #aab4ad;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nexa-finance-offer-value {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 14px 0 23px;
  color: white;
}

.nexa-finance-offer-value span {
  color: #b8c0bb;
  font-size: 16px;
  font-weight: 800;
}

.nexa-finance-offer-value strong {
  color: var(--nf-green);
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1;
  letter-spacing: -0.045em;
  text-shadow: 0 0 23px rgba(73, 245, 121, 0.16);
}

.nexa-finance-result-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.nexa-finance-result-details > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 11px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.nexa-finance-result-details span {
  color: #7e8981;
  font-size: 9px;
  text-transform: uppercase;
}

.nexa-finance-result-details strong {
  color: #e9eeeb;
  font-size: 12px;
}

.nexa-finance-offer > p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 19px 0 0;
  color: #839087;
  font-size: 9px;
}

.nexa-finance-result-actions {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

.nexa-finance-result-actions .nexa-finance-submit {
  min-width: 0;
}

.nexa-finance-inclusion-error {
  margin-top: 18px;
}

.nexa-finance-success-view {
  min-height: 610px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 54px 28px;
  background:
    radial-gradient(circle at 50% 28%, rgba(73, 245, 121, 0.1), transparent 32%),
    rgba(5, 9, 6, 0.45);
  text-align: center;
}

.nexa-finance-success-view > .nexa-finance-success-icon {
  width: 68px;
  height: 68px;
  flex-basis: 68px;
  margin-bottom: 24px;
}

.nexa-finance-success-view h2 {
  max-width: 680px;
  margin: 0;
  color: white;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.nexa-finance-success-view > p {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--nf-muted);
  font-size: 14px;
  line-height: 1.65;
}

.nexa-finance-proposal-code {
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 24px;
  padding: 15px 20px;
  border: 1px solid rgba(73, 245, 121, 0.24);
  border-radius: 13px;
  background: rgba(73, 245, 121, 0.07);
}

.nexa-finance-proposal-code span {
  color: #8d9991;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nexa-finance-proposal-code strong {
  color: var(--nf-green);
  font-size: 22px;
}

.nexa-finance-success-actions {
  width: min(520px, 100%);
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  gap: 12px;
  margin-top: 28px;
}

.nexa-finance-success-actions > :only-child {
  grid-column: 1 / -1;
}

.nexa-finance-registration-view {
  min-height: 610px;
  box-sizing: border-box;
  padding: 40px 48px 48px;
  background:
    radial-gradient(circle at 90% 8%, rgba(73, 245, 121, 0.08), transparent 27%),
    radial-gradient(circle at 8% 92%, rgba(73, 245, 121, 0.04), transparent 32%);
}

.nexa-finance-registration-top {
  max-width: 860px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin: 0 auto 26px;
}

.nexa-finance-shield-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(73, 245, 121, 0.45);
  border-radius: 14px;
  background: var(--nf-green-soft);
  color: var(--nf-green);
  box-shadow: 0 0 24px rgba(73, 245, 121, 0.13);
}

.nexa-finance-shield-icon svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nexa-finance-registration-top h2 {
  margin: 3px 0 0;
  color: white;
  font-size: clamp(29px, 3.4vw, 43px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.nexa-finance-registration-top p {
  max-width: 700px;
  margin: 10px 0 0;
  color: var(--nf-muted);
  font-size: 12px;
  line-height: 1.6;
}

#nexa-finance-registration-form {
  max-width: 860px;
  margin: 0 auto;
}

.nexa-finance-registration-panel + .nexa-finance-registration-panel,
.nexa-finance-registration-panel + section {
  margin-top: 14px;
}

.nexa-finance-registration-consent {
  margin: 18px 2px 16px;
}

.nexa-finance-registration-error {
  margin: 0 0 16px;
}

.nexa-finance-registration-actions {
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  gap: 12px;
}

.nexa-finance-registration-done-view .nexa-finance-success-actions {
  grid-template-columns: 1fr;
  max-width: 280px;
}

@media (max-width: 940px) {
  .nexa-finance-form-view {
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  }

  .nexa-finance-vehicle,
  .nexa-finance-main {
    padding: 24px;
  }

  .nexa-finance-visual {
    height: 270px;
  }

  .nexa-finance-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .nexa-finance-result-view {
    padding: 34px;
  }

  .nexa-finance-registration-view {
    padding: 34px;
  }

  .nexa-finance-result-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .nexa-finance-shell {
    display: block;
    padding: 0;
  }

  .nexa-finance-dialog {
    width: 100%;
    height: 100dvh;
    max-height: none;
    border-width: 0;
    border-radius: 0;
  }

  .nexa-finance-header {
    height: 64px;
    padding: 0 18px;
  }

  .nexa-finance-brand {
    gap: 13px;
  }

  .nexa-finance-brand img {
    width: 104px;
    height: 34px;
  }

  .nexa-finance-brand span {
    font-size: 8px;
  }

  .nexa-finance-content {
    max-height: calc(100dvh - 64px);
  }

  .nexa-finance-form-view {
    display: block;
  }

  .nexa-finance-vehicle {
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid var(--nf-line);
  }

  .nexa-finance-visual {
    height: min(255px, 54vw);
  }

  .nexa-finance-vehicle-copy {
    padding-top: 19px;
  }

  .nexa-finance-aside-note {
    display: none;
  }

  .nexa-finance-main {
    padding: 27px 18px 34px;
  }

  .nexa-finance-progress {
    gap: 6px;
    margin-bottom: 20px;
  }

  .nexa-finance-progress > span {
    gap: 5px;
    font-size: 8px;
  }

  .nexa-finance-progress > span b {
    width: 20px;
    height: 20px;
  }

  .nexa-finance-progress > i {
    min-width: 8px;
  }

  .nexa-finance-heading h1 {
    font-size: 32px;
  }

  .nexa-finance-heading > p {
    font-size: 11px;
  }

  .nexa-finance-panel {
    padding: 17px;
    border-radius: 15px;
  }

  .nexa-finance-entry-row,
  .nexa-finance-fields {
    grid-template-columns: 1fr;
  }

  .nexa-finance-person-type {
    grid-template-columns: 1fr;
  }

  .nexa-finance-span-2 {
    grid-column: auto;
  }

  .nexa-finance-customer-actions,
  .nexa-finance-success-actions {
    grid-template-columns: 1fr;
  }

  .nexa-finance-term-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nexa-finance-result-view {
    min-height: 0;
    padding: 28px 18px 36px;
  }

  .nexa-finance-registration-view {
    min-height: 0;
    padding: 28px 18px 36px;
  }

  .nexa-finance-registration-top {
    gap: 13px;
    margin-bottom: 22px;
  }

  .nexa-finance-shield-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .nexa-finance-registration-top h2 {
    font-size: 31px;
  }

  .nexa-finance-registration-actions {
    grid-template-columns: 1fr;
  }

  .nexa-finance-result-top {
    gap: 14px;
    margin-bottom: 24px;
  }

  .nexa-finance-success-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .nexa-finance-result-top h2 {
    font-size: 34px;
  }

  .nexa-finance-result-car {
    grid-template-columns: 1fr;
  }

  .nexa-finance-result-image {
    height: 230px;
  }

  .nexa-finance-offer {
    padding: 21px;
  }

  .nexa-finance-result-actions {
    grid-template-columns: 1fr;
  }

  .nexa-finance-success-view {
    min-height: calc(100dvh - 64px);
    padding: 42px 18px;
  }
}

@media (max-width: 390px) {
  .nexa-finance-brand span {
    display: none;
  }

  .nexa-finance-result-details {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nexa-finance-shell *,
  .nexa-finance-shell *::before,
  .nexa-finance-shell *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media (min-width: 1121px) {
  .zero-km-stock .vehicle-card-body {
    padding: 0.78rem;
  }

  .zero-km-stock .vehicle-card-copy h3 {
    min-height: 2.45em;
    font-size: 0.88rem;
    line-height: 1.2;
  }

  .zero-km-stock .vehicle-brand,
  .zero-km-stock .vehicle-meta {
    overflow: hidden;
    font-size: 0.74rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .zero-km-stock .vehicle-spec-grid {
    display: none;
  }

  .zero-km-stock .vehicle-card-footer {
    display: grid;
    align-items: stretch;
    gap: 0.65rem;
    margin-top: 0.75rem;
  }

  .zero-km-stock .vehicle-price-box strong {
    font-size: 0.95rem;
  }

  .zero-km-stock .vehicle-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.42rem;
  }

  .zero-km-stock .action-button {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 0.52rem 0.45rem;
    font-size: 0.7rem;
  }

  .zero-km-stock .vehicle-badge,
  .zero-km-stock .zero-km-badge {
    left: 0.55rem;
    padding: 0.34rem 0.5rem;
    font-size: 0.62rem;
  }

  .zero-km-stock .vehicle-badge {
    top: 0.55rem;
  }

  .zero-km-stock .zero-km-badge {
    bottom: 0.55rem;
  }
}
