/* ========================================================================
   Nimber — Canal de Denúncias v76
   Página baseada no Canal LGPD, formulário de três etapas e políticas reutilizadas.
   ======================================================================== */

.nimber-denuncia-page {
  --denuncia-ink: #172432;
  --denuncia-dark: #1d2c3a;
  --denuncia-blue: #5187a8;
  --denuncia-cyan: #00b0ff;
  --denuncia-green: #00d7a5;
  --denuncia-soft: #eef1f2;
  --denuncia-gutter: clamp(20px, 4vw, 64px);
  --denuncia-content-max: 1476px;
  --denuncia-form-max: 890px;
  --denuncia-form-width: 94%;
  --denuncia-side-copy-max: 455px;
  --denuncia-header-height: 146px;
  --denuncia-band-height: clamp(300px, 20vw, 350px);
  --denuncia-row-top: clamp(34px, 3.2vw, 54px);
  --denuncia-stack-gap: clamp(24px, 3vw, 36px);
  --denuncia-details-gap: clamp(34px, 4vw, 54px);
  --container: var(--denuncia-content-max);
  --container-gutter: var(--denuncia-gutter);
  color: var(--denuncia-ink);
  background: #fff;
}

.nimber-denuncia-page .denuncia-page-container,
.nimber-denuncia-page .risk-page-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: calc(var(--denuncia-content-max) + (var(--denuncia-gutter) * 2));
  margin-inline: auto;
  padding-inline: var(--denuncia-gutter);
}

/* Header sólido --------------------------------------------------------- */
body.nimber-denuncia-page .site-header::before,
body.nimber-denuncia-page .site-header.is-scrolled::before {
  border-bottom-color: rgba(81, 134, 167, .10);
  background: rgba(255, 255, 255, .985);
  box-shadow: 0 10px 28px rgba(23, 36, 50, .06);
  opacity: 1;
}

/* Área principal -------------------------------------------------------- */
.nimber-denuncia-page .denuncia-main {
  position: relative;
  padding: var(--denuncia-header-height) 0 clamp(66px, 5.4vw, 92px);
  overflow: hidden;
  overflow: clip;
  background: #fff;
  isolation: isolate;
}

.nimber-denuncia-page .denuncia-main > .denuncia-page-container {
  max-width: calc(var(--container-wide) + (var(--denuncia-gutter) * 2));
}

.nimber-denuncia-page .denuncia-main__row {
  position: relative;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: var(--denuncia-row-top);
}

.nimber-denuncia-page .denuncia-main__row > * {
  min-width: 0;
}

.nimber-denuncia-page .denuncia-main__backdrop {
  position: absolute;
  z-index: 0;
  top: var(--denuncia-header-height);
  right: 0;
  left: 0;
  width: 100%;
  height: var(--denuncia-band-height);
  overflow: hidden;
  background:
    radial-gradient(circle at 91% 8%, rgba(255, 255, 255, .11), transparent 31%),
    linear-gradient(90deg, #1b2b39 0%, #24495f 53%, #5791b2 100%);
  pointer-events: none;
}

.nimber-denuncia-page .denuncia-main__backdrop::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -34px;
  left: 0;
  height: 88px;
  background: linear-gradient(180deg, rgba(61, 111, 141, .15), rgba(255, 255, 255, 0));
  filter: blur(18px);
  opacity: .48;
}

.nimber-denuncia-page .denuncia-main__intro-col {
  position: relative;
  z-index: 1;
}

.nimber-denuncia-page .denuncia-main__form-col {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}

.nimber-denuncia-page .denuncia-main__details-col {
  position: absolute;
  z-index: 1;
  top: calc(var(--denuncia-band-height) - var(--denuncia-row-top) + clamp(96px, 6.2vw, 119px));
  left: 0;
}

.nimber-denuncia-page .denuncia-intro {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: var(--denuncia-side-copy-max);
  min-height: calc(var(--denuncia-band-height) - var(--denuncia-row-top));
  color: #fff;
  transform: translateY(clamp(-38px, -2vw, -24px));
}

.nimber-denuncia-page .denuncia-intro__title {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 3vw, 54px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.045em;
}

.nimber-denuncia-page .denuncia-details {
  width: 100%;
  max-width: var(--denuncia-side-copy-max);
}

.nimber-denuncia-page .denuncia-details p {
  margin: 0;
  color: #15191d;
  font-size: 18px;
  line-height: 1.62;
}

.nimber-denuncia-page .denuncia-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: min(100%, 430px);
  min-height: clamp(52px, 3.4vw, 60px);
  margin-top: clamp(34px, 3vw, 48px);
  border-radius: 999px;
  padding: 14px 30px;
  color: #fff;
  background: linear-gradient(90deg, #315d76 0%, #5794b7 100%);
  box-shadow: 0 12px 24px rgba(31, 72, 96, .14);
  font-size: clamp(10px, .7vw, 12px);
  font-weight: 500;
  letter-spacing: .24em;
  text-align: center;
  text-transform: uppercase;
  transition: transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s ease, filter .3s ease;
}

.nimber-denuncia-page .denuncia-more-button i {
  flex: 0 0 auto;
  font-size: clamp(16px, 1.3vw, 22px);
}

@media (hover: hover) and (pointer: fine) {
  .nimber-denuncia-page .denuncia-more-button:hover,
  .nimber-denuncia-page .denuncia-more-button:focus-visible {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 17px 32px rgba(31, 72, 96, .22);
    filter: saturate(1.08) brightness(1.03);
  }
}

@media (min-width: 992px) {
  .nimber-denuncia-page .denuncia-intro__title {
    white-space: nowrap;
  }
}


/* Card e indicador ------------------------------------------------------ */
.nimber-denuncia-page .denuncia-form-card {
  position: relative;
  width: min(var(--denuncia-form-width), var(--denuncia-form-max));
  max-width: var(--denuncia-form-max);
  min-height: clamp(610px, 37vw, 710px);
  margin: 0 0 0 auto;
  border: 2px solid transparent;
  border-radius: clamp(22px, 2vw, 31px);
  padding: clamp(42px, 3.2vw, 62px) clamp(26px, 4vw, 70px) clamp(36px, 2.6vw, 48px);
  background:
    linear-gradient(135deg, #eff1f2 0%, #eef0f1 100%) padding-box,
    linear-gradient(135deg, var(--denuncia-green) 0%, #00cdb7 42%, var(--denuncia-cyan) 100%) border-box;
  box-shadow: 0 18px 42px rgba(31, 66, 87, .14);
  overflow: hidden;
}

.nimber-denuncia-page .denuncia-form-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 12% 8%, rgba(255, 255, 255, .72), transparent 30%);
  pointer-events: none;
}

.nimber-denuncia-page .denuncia-progress,
.nimber-denuncia-page .denuncia-form-card__heading,
.nimber-denuncia-page .denuncia-form {
  position: relative;
  z-index: 1;
}

.nimber-denuncia-page .denuncia-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: clamp(22px, 1.8vw, 28px);
}

.nimber-denuncia-page .denuncia-progress__dot {
  display: block;
  flex: 0 0 auto;
  width: clamp(34px, 3.1vw, 52px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #adc9df;
  box-shadow: 0 8px 20px rgba(81, 134, 167, .09);
  transition: background .35s ease, box-shadow .35s ease, transform .35s ease;
}

.nimber-denuncia-page .denuncia-progress__dot:first-child {
  background: linear-gradient(100deg, #00dc90 0%, #91efd0 76%, #dffbf2 100%);
}

.nimber-denuncia-page .denuncia-progress__dot.is-active {
  transform: scale(1.03);
  box-shadow: 0 10px 24px rgba(0, 193, 206, .18);
}

.nimber-denuncia-page .denuncia-progress__dot[data-progress-dot="2"].is-active,
.nimber-denuncia-page .denuncia-progress__dot[data-progress-dot="2"].is-complete {
  background: linear-gradient(90deg, #40baf0 0%, #87d9f7 56%, #25b9ee 100%);
}

.nimber-denuncia-page .denuncia-progress__dot[data-progress-dot="3"].is-active,
.nimber-denuncia-page .denuncia-progress__dot[data-progress-dot="3"].is-complete {
  background: #00b9dc;
}

.nimber-denuncia-page .denuncia-progress__line {
  display: block;
  width: clamp(44px, 4vw, 72px);
  height: 1px;
  background: #49748d;
}

.nimber-denuncia-page .denuncia-form-card__heading {
  margin-bottom: clamp(8px, .8vw, 12px);
}

.nimber-denuncia-page .denuncia-form-card__heading h2 {
  margin: 0;
  color: var(--denuncia-ink);
  font-size: clamp(34px, 2.7vw, 50px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.nimber-denuncia-page .denuncia-form-step[hidden] {
  display: none !important;
}

.nimber-denuncia-page .denuncia-form-step__intro {
  margin-bottom: clamp(22px, 2vw, 30px);
}

.nimber-denuncia-page .denuncia-form-step__intro h3 {
  margin: 0 0 9px;
  color: #050505;
  font-size: clamp(24px, 1.7vw, 32px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.nimber-denuncia-page .denuncia-form-step__intro p {
  max-width: 920px;
  margin: 0;
  color: #111;
  font-size: 18px;
  line-height: 1.52;
}

/* Campos --------------------------------------------------------------- */
.nimber-denuncia-page .denuncia-form input[type="text"],
.nimber-denuncia-page .denuncia-form input[type="email"],
.nimber-denuncia-page .denuncia-form input[type="tel"],
.nimber-denuncia-page .denuncia-form select,
.nimber-denuncia-page .denuncia-form textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .76);
  color: var(--denuncia-ink);
  background: rgba(255, 255, 255, .99);
  box-shadow: 0 8px 20px rgba(30, 57, 73, .025);
  font-family: inherit;
  font-size: 18px;
  outline: none;
  transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

.nimber-denuncia-page .denuncia-form input[type="text"],
.nimber-denuncia-page .denuncia-form input[type="email"],
.nimber-denuncia-page .denuncia-form input[type="tel"],
.nimber-denuncia-page .denuncia-form select {
  height: clamp(56px, 3.35vw, 62px);
  border-radius: 999px;
  padding: 0 clamp(24px, 2.3vw, 39px);
}

.nimber-denuncia-page .denuncia-form select {
  appearance: none;
  padding-right: 72px;
  color: #9aa1a6;
  cursor: pointer;
}

.nimber-denuncia-page .denuncia-form select.has-value {
  color: var(--denuncia-ink);
}

.nimber-denuncia-page .denuncia-select-wrap {
  position: relative;
}

.nimber-denuncia-page .denuncia-select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(25px, 2.5vw, 40px);
  width: 15px;
  height: 15px;
  border-right: 4px solid var(--denuncia-ink);
  border-bottom: 4px solid var(--denuncia-ink);
  transform: translateY(-68%) rotate(45deg);
  pointer-events: none;
}

.nimber-denuncia-page .denuncia-form textarea {
  min-height: clamp(186px, 14vw, 246px);
  border-radius: clamp(23px, 2vw, 31px);
  padding: clamp(24px, 2.1vw, 35px) clamp(24px, 2.3vw, 39px);
  resize: vertical;
}

.nimber-denuncia-page .denuncia-form input::placeholder,
.nimber-denuncia-page .denuncia-form textarea::placeholder,
.nimber-denuncia-page .denuncia-form select {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .24em;
}

.nimber-denuncia-page .denuncia-form input::placeholder,
.nimber-denuncia-page .denuncia-form textarea::placeholder {
  color: #9aa1a6;
  opacity: 1;
}

.nimber-denuncia-page .denuncia-form input:focus,
.nimber-denuncia-page .denuncia-form select:focus,
.nimber-denuncia-page .denuncia-form textarea:focus {
  border-color: rgba(0, 176, 255, .72);
  box-shadow: 0 0 0 4px rgba(0, 176, 255, .11), 0 12px 28px rgba(31, 66, 87, .08);
  transform: translateY(-1px);
}

.nimber-denuncia-page .denuncia-form [aria-invalid="true"] {
  border-color: #d95a65 !important;
  box-shadow: 0 0 0 4px rgba(217, 90, 101, .10) !important;
}

/* Anexo ----------------------------------------------------------------- */
.nimber-denuncia-page .denuncia-file {
  position: relative;
}

.nimber-denuncia-page .denuncia-file input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.nimber-denuncia-page .denuncia-file__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(58px, 4.1vw, 72px);
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 13px clamp(24px, 2.3vw, 39px);
  color: var(--denuncia-ink);
  background:
    linear-gradient(#eff1f2, #eff1f2) padding-box,
    linear-gradient(90deg, #1d2d3b 0%, #315b73 56%, #5794b7 100%) border-box;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .01em;
  text-align: center;
  cursor: pointer;
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease;
}

.nimber-denuncia-page .denuncia-file input:focus-visible + .denuncia-file__label {
  box-shadow: 0 0 0 4px rgba(0, 176, 255, .13);
}

.nimber-denuncia-page .denuncia-file.has-file .denuncia-file__label {
  color: #fff;
  background: linear-gradient(90deg, #1d2d3b 0%, #315b73 56%, #5794b7 100%);
}

@media (hover: hover) and (pointer: fine) {
  .nimber-denuncia-page .denuncia-file__label:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(31, 72, 96, .12);
  }
}

/* Consentimentos -------------------------------------------------------- */
.nimber-denuncia-page .denuncia-consents {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 2px 12px 0;
}

.nimber-denuncia-page .denuncia-check {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #171b1f;
  font-size: 18px;
  line-height: 1.45;
  cursor: pointer;
}

.nimber-denuncia-page .denuncia-check input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.nimber-denuncia-page .denuncia-check__box {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 1.5px solid #00aef5;
  border-radius: 5px;
  background: #fff;
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.nimber-denuncia-page .denuncia-check__box::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  transform: rotate(45deg) scale(.7);
  transition: opacity .2s ease, transform .2s ease;
}

.nimber-denuncia-page .denuncia-check input:checked + .denuncia-check__box {
  border-color: #00afd7;
  background: linear-gradient(135deg, #00d79f, #00aeea);
}

.nimber-denuncia-page .denuncia-check input:checked + .denuncia-check__box::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.nimber-denuncia-page .denuncia-check input:focus-visible + .denuncia-check__box {
  box-shadow: 0 0 0 4px rgba(0, 176, 255, .13);
}

.nimber-denuncia-page .denuncia-check input[aria-invalid="true"] + .denuncia-check__box {
  border-color: #d95a65;
  box-shadow: 0 0 0 4px rgba(217, 90, 101, .10);
}

/* Ações ---------------------------------------------------------------- */
.nimber-denuncia-page .denuncia-form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(24px, 2.2vw, 32px);
}

.nimber-denuncia-page .denuncia-form__actions--end {
  justify-content: flex-end;
}

.nimber-denuncia-page .denuncia-button {
  min-width: clamp(146px, 12vw, 190px);
  min-height: clamp(50px, 3vw, 56px);
  border: 0;
  border-radius: 999px;
  padding: 14px 27px;
  font-size: clamp(11px, .78vw, 13px);
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s ease, filter .3s ease;
}

.nimber-denuncia-page .denuncia-button--next {
  color: #fff;
  background: linear-gradient(90deg, #1d2d3b 0%, #315b73 52%, #5794b7 100%);
  box-shadow: 0 13px 28px rgba(31, 72, 96, .18);
}

.nimber-denuncia-page .denuncia-button--back {
  border: 1.5px solid transparent;
  color: var(--denuncia-ink);
  background:
    linear-gradient(110deg, rgba(215, 229, 239, .9), rgba(238, 241, 243, .95)) padding-box,
    linear-gradient(100deg, #5794b7, rgba(87, 148, 183, .08)) border-box;
  box-shadow: 0 11px 24px rgba(31, 72, 96, .12);
}

@media (hover: hover) and (pointer: fine) {
  .nimber-denuncia-page .denuncia-button:hover,
  .nimber-denuncia-page .denuncia-button:focus-visible {
    transform: translateY(-2px);
    filter: saturate(1.07) brightness(1.025);
  }

  .nimber-denuncia-page .denuncia-button--next:hover,
  .nimber-denuncia-page .denuncia-button--next:focus-visible {
    box-shadow: 0 18px 34px rgba(31, 72, 96, .27);
  }

  .nimber-denuncia-page .denuncia-button--back:hover,
  .nimber-denuncia-page .denuncia-button--back:focus-visible {
    box-shadow: 0 16px 30px rgba(31, 72, 96, .18);
  }
}

.nimber-denuncia-page .denuncia-form__status {
  min-height: 22px;
  margin: 18px 0 0;
  color: #315b73;
  font-size: 18px;
  text-align: center;
}


.nimber-denuncia-page .denuncia-form__status:empty {
  min-height: 0;
  margin-top: 0;
}

.nimber-denuncia-page .denuncia-form__status.is-error { color: #b43e49; }
.nimber-denuncia-page .denuncia-form__status.is-success { color: #1a8067; }

/* Políticas e termos — bloco reaproveitado de Gestão de Risco ---------- */
.nimber-denuncia-page .risk-policies {
  position: relative;
  padding: clamp(54px, 5.2vw, 82px) 0 clamp(58px, 5.8vw, 92px);
  border-top: 2px solid #00b7ef;
  border-bottom: 2px solid #00b7ef;
  background: #f0f1f1;
  box-shadow: 0 -20px 36px rgba(81, 134, 167, .14), 0 20px 36px rgba(81, 134, 167, .14);
}

.nimber-denuncia-page .risk-policies > .risk-page-container {
  max-width: calc(var(--container-wide) + (var(--denuncia-gutter) * 2));
}

.nimber-denuncia-page .risk-policies__title {
  margin: 0 0 clamp(34px, 3.5vw, 52px);
  color: #00c6c9;
  font-size: clamp(30px, 2.7vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.nimber-denuncia-page .risk-policies__grid {
  align-items: stretch;
}

.nimber-denuncia-page .risk-policies__grid > .col {
  display: flex;
}

.nimber-denuncia-page .risk-policies__grid > .col > .risk-policy-card {
  width: 100%;
}

.nimber-denuncia-page .risk-policy-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.5vw, 28px);
  min-height: clamp(78px, 6vw, 100px);
  height: 100%;
  padding: 18px clamp(18px, 2vw, 34px);
  border: 1.5px solid transparent;
  border-radius: 14px;
  color: var(--denuncia-ink);
  background:
    linear-gradient(#f4f5f5, #f4f5f5) padding-box,
    linear-gradient(90deg, #00d7a9 0%, #00c7e7 52%, #5792b4 100%) border-box;
  box-shadow: 0 9px 18px rgba(40, 79, 103, .10);
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease;
}

.nimber-denuncia-page .risk-policy-card img {
  flex: 0 0 auto;
  width: auto;
  height: clamp(34px, 3vw, 48px);
  max-width: 118px;
  object-fit: contain;
}

.nimber-denuncia-page .risk-policy-card .risk-policy-card__cvm {
  height: clamp(28px, 2.5vw, 40px);
}

.nimber-denuncia-page .risk-policy-card span {
  color: #26323d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}

@media (hover: hover) and (pointer: fine) {
  .nimber-denuncia-page .risk-policy-card:hover,
  .nimber-denuncia-page .risk-policy-card:focus-visible {
    color: var(--denuncia-ink);
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(40, 79, 103, .15);
  }
}

.nimber-denuncia-page .newsletter--denuncia {
  padding-top: clamp(82px, 7vw, 118px);
}

/* Notebook -------------------------------------------------------------- */
@media (max-width: 1199.98px) {
  .nimber-denuncia-page {
    --denuncia-header-height: 92px;
    --denuncia-band-height: clamp(300px, 28vw, 350px);
    --denuncia-row-top: clamp(30px, 3.5vw, 44px);
  }

  .nimber-denuncia-page .denuncia-main__details-col {
    top: calc(var(--denuncia-band-height) - var(--denuncia-row-top) + clamp(48px, 5vw, 64px));
  }

  .nimber-denuncia-page .denuncia-form-card {
    min-height: 670px;
    padding-inline: clamp(28px, 4vw, 54px);
  }
}

/* Tablet — Bootstrap empilha as colunas; CSS controla apenas o backdrop */
@media (max-width: 991.98px) {
  .nimber-denuncia-page {
    --denuncia-header-height: 86px;
    --denuncia-band-height: clamp(310px, 44vw, 390px);
    --denuncia-row-top: clamp(30px, 4.5vw, 44px);
    --denuncia-stack-gap: clamp(24px, 3.5vw, 34px);
    --denuncia-details-gap: clamp(32px, 5vw, 46px);
  }

  .nimber-denuncia-page .denuncia-main {
    padding-bottom: clamp(68px, 9vw, 90px);
  }

  .nimber-denuncia-page .denuncia-main__intro-col {
    order: 1;
  }

  .nimber-denuncia-page .denuncia-main__form-col {
    order: 2;
    justify-content: center;
    margin-top: var(--denuncia-stack-gap);
  }

  .nimber-denuncia-page .denuncia-main__details-col {
    position: relative;
    top: auto;
    left: auto;
    order: 3;
    margin-top: var(--denuncia-details-gap);
  }

  .nimber-denuncia-page .denuncia-intro,
  .nimber-denuncia-page .denuncia-details {
    max-width: 650px;
    margin-inline: auto;
  }

  .nimber-denuncia-page .denuncia-intro {
    min-height: 0;
    transform: none;
  }

  .nimber-denuncia-page .denuncia-form-card {
    width: min(94%, var(--denuncia-form-max));
    min-height: 0;
    margin-inline: auto;
  }
}

/* Mobile --------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .nimber-denuncia-page {
    --denuncia-header-height: 84px;
    --denuncia-row-top: 28px;
    --denuncia-stack-gap: 24px;
    --denuncia-details-gap: 30px;
    --denuncia-gutter: clamp(18px, 5vw, 26px);
  }

  .nimber-denuncia-page .denuncia-intro__title {
    font-size: clamp(34px, 9vw, 46px);
  }

  .nimber-denuncia-page .denuncia-form-card {
    width: 100%;
    border-radius: 24px;
    padding: 28px clamp(20px, 5vw, 30px) 32px;
  }

  .nimber-denuncia-page .denuncia-progress {
    margin-bottom: 30px;
  }

  .nimber-denuncia-page .denuncia-form-card__heading h2 {
    font-size: clamp(32px, 8vw, 44px);
  }

  .nimber-denuncia-page .denuncia-form textarea {
    min-height: 190px;
  }

  .nimber-denuncia-page .denuncia-consents {
    padding-inline: 2px;
  }

  .nimber-denuncia-page .risk-policy-card {
    justify-content: flex-start;
    min-height: 86px;
  }
}

@media (max-width: 575.98px) {
  .nimber-denuncia-page .denuncia-form__actions {
    gap: 14px;
  }

  .nimber-denuncia-page .denuncia-button {
    min-width: 0;
    width: 100%;
    padding-inline: 18px;
    letter-spacing: .18em;
  }
}

@media (max-width: 479.98px) {
  .nimber-denuncia-page {
    --denuncia-gutter: 18px;
    --denuncia-row-top: 25px;
    --denuncia-stack-gap: 24px;
    --denuncia-details-gap: 28px;
  }

  .nimber-denuncia-page .denuncia-form-card {
    padding-inline: 20px;
  }

  .nimber-denuncia-page .denuncia-form input[type="text"],
  .nimber-denuncia-page .denuncia-form input[type="email"],
  .nimber-denuncia-page .denuncia-form input[type="tel"],
  .nimber-denuncia-page .denuncia-form select {
    height: 58px;
  }

  .nimber-denuncia-page .denuncia-more-button {
    width: 100%;
    gap: 14px;
    padding-inline: 20px;
    letter-spacing: .18em;
  }

  .nimber-denuncia-page .risk-policies__title {
    max-width: 300px;
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nimber-denuncia-page .denuncia-more-button,
  .nimber-denuncia-page .denuncia-progress__dot,
  .nimber-denuncia-page .denuncia-form input,
  .nimber-denuncia-page .denuncia-form select,
  .nimber-denuncia-page .denuncia-form textarea,
  .nimber-denuncia-page .denuncia-check__box,
  .nimber-denuncia-page .denuncia-button,
  .nimber-denuncia-page .risk-policy-card {
    transition: none !important;
  }
}

/* Ajustes específicos das três etapas ---------------------------------- */
.nimber-denuncia-page .denuncia-form-step[data-denuncia-step="1"] .denuncia-form-step__intro {
  margin-bottom: clamp(20px, 1.7vw, 26px);
}

.nimber-denuncia-page .denuncia-form-step[data-denuncia-step="2"] .denuncia-form__actions,
.nimber-denuncia-page .denuncia-form-step[data-denuncia-step="3"] .denuncia-form__actions {
  margin-top: clamp(24px, 2.2vw, 32px);
}

.nimber-denuncia-page .denuncia-form-step[data-denuncia-step="3"] .denuncia-form-step__intro {
  margin-bottom: clamp(20px, 1.7vw, 26px);
}

.nimber-denuncia-page .denuncia-form-step[data-denuncia-step="3"] textarea {
  height: clamp(166px, 9vw, 174px);
  min-height: clamp(166px, 9vw, 174px);
}


.nimber-denuncia-page .denuncia-details p + p {
  margin-top: 18px;
}

@media (max-width: 767.98px) {
  .nimber-denuncia-page .denuncia-form-step[data-denuncia-step="3"] textarea {
    height: 210px;
    min-height: 210px;
  }
}

/* Fase 9.13 — estados dinâmicos e formulário operacional --------------- */
.nimber-denuncia-page .denuncia-main__row--form-only .denuncia-main__form-col {
  justify-content: center;
}

.nimber-denuncia-page .denuncia-main__row--form-only .denuncia-form-card {
  width: min(100%, var(--denuncia-form-max));
  margin-inline: auto;
}

.nimber-denuncia-page .denuncia-main__row--without-title:not(.denuncia-main__row--form-only) .denuncia-main__form-col {
  margin-left: auto;
}

.nimber-denuncia-page .denuncia-form-card--without-heading {
  padding-top: clamp(36px, 2.7vw, 52px);
}

.nimber-denuncia-page .denuncia-form-embed[data-nimber-form-label] {
  width: 100%;
}

.nimber-denuncia-page .denuncia-form__status {
  min-height: 1.5em;
  margin: clamp(18px, 2vw, 28px) 0 0;
  color: var(--denuncia-ink);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.nimber-denuncia-page .denuncia-form__status:empty {
  min-height: 0;
  margin-top: 0;
}

.nimber-denuncia-page .denuncia-form__status.is-error {
  color: #a12b2b;
}

.nimber-denuncia-page .denuncia-form__status.is-success {
  color: #087f5b;
}

.nimber-denuncia-page .denuncia-form .is-disabled {
  opacity: .55;
}

.nimber-denuncia-page .denuncia-form .is-disabled input {
  cursor: not-allowed;
}

.nimber-denuncia-page .nimber-form-unavailable {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 240px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.nimber-denuncia-page .nimber-form-unavailable p {
  max-width: 520px;
  margin: 0;
}

.nimber-denuncia-page .nimber-form-unavailable p + p {
  margin-top: 14px;
}

@media (max-width: 991.98px) {
  .nimber-denuncia-page .denuncia-main__row--form-only .denuncia-main__form-col,
  .nimber-denuncia-page .denuncia-main__row--without-title .denuncia-main__form-col {
    margin-inline: auto;
  }
}
