:root {
  --nd-pov-gold: #faca0f;
  --nd-pov-ink: #080a08;
  --nd-pov-surface: #11140f;
  --nd-pov-muted: #b9b8ad;
}

html[data-nd-pov-gated],
html[data-nd-pov-gated] body {
  overflow: hidden !important;
}

html[data-nd-pov-gated] body > :not(.nd-pov-gate):not(.auth-modal):not(.toast) {
  pointer-events: none !important;
  user-select: none;
}

.nd-pov-gate {
  position: fixed;
  z-index: 55;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(14px, 2.6vw, 38px);
  color: #f7f4e9;
  font-family: inherit;
}

.nd-pov-gate-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 12%, rgba(250, 202, 15, .09), transparent 32%),
    rgba(2, 4, 2, .84);
  backdrop-filter: blur(8px) brightness(.38) saturate(.72);
}

.nd-pov-gate-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(380px, .82fr);
  width: min(1173px, 100%);
  max-height: min(512px, calc(100vh - 28px));
  overflow: hidden;
  border: 1px solid rgba(250, 202, 15, .4);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(18, 22, 16, .995), rgba(7, 9, 7, .995));
  box-shadow: 0 38px 110px rgba(0, 0, 0, .72), 0 0 0 1px rgba(255, 255, 255, .025) inset;
}

.nd-pov-close {
  position: absolute;
  z-index: 8;
  top: 15px;
  right: 15px;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  padding: 0;
  border: 1px solid rgba(250, 202, 15, .52);
  border-radius: 50%;
  background: rgba(7, 9, 7, .84);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .28), inset 0 0 0 1px rgba(255, 255, 255, .035);
  color: var(--nd-pov-gold);
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.nd-pov-close span,
.nd-pov-close span::after {
  display: block;
  width: 12px;
  height: 1.5px;
  border-radius: 2px;
  background: currentColor;
  content: "";
}

.nd-pov-close span {
  transform: rotate(45deg);
}

.nd-pov-close span::after {
  transform: rotate(90deg);
}

.nd-pov-close:hover {
  background: var(--nd-pov-gold);
  color: #080a08;
  transform: rotate(4deg) scale(1.05);
}

.nd-pov-close:focus-visible {
  outline: 2px solid #fff6c2;
  outline-offset: 3px;
}

.nd-pov-gate[dir="rtl"] .nd-pov-close {
  right: auto;
  left: 15px;
}

.nd-pov-visual {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(250, 202, 15, .13), transparent 52%),
    linear-gradient(150deg, #17150e, #090b08);
}

.nd-pov-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(250, 202, 15, .035), transparent 25%, transparent 82%, rgba(250, 202, 15, .045)),
    linear-gradient(0deg, rgba(4, 6, 4, .055), transparent 24%);
  content: "";
  pointer-events: none;
}

.nd-pov-visual img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: contain;
  object-position: center top;
  filter: contrast(1.015) saturate(1.025) brightness(1.025);
}

.nd-pov-image-grade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(250, 202, 15, .07), transparent 34%),
    linear-gradient(305deg, rgba(250, 202, 15, .035), transparent 42%);
  box-shadow: inset 0 0 0 1px rgba(250, 202, 15, .05);
  mix-blend-mode: screen;
  pointer-events: none;
}

.nd-pov-photo-note {
  position: static;
  display: flex;
  min-width: 0;
  flex: 0 1 auto;
  align-items: center;
  gap: 9px;
  width: max-content;
  max-width: 100%;
  padding: 0;
  color: #fffdf5;
  white-space: nowrap;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .95));
}

.nd-pov-info-rail {
  position: absolute;
  z-index: 4;
  right: clamp(22px, 2.4vw, 32px);
  bottom: 6px;
  left: clamp(22px, 2.4vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  height: 95px;
  min-height: 0;
  direction: ltr;
}

.nd-pov-info-rail .nd-pov-status {
  align-self: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 5px 8px;
  border: 1px solid rgba(112, 217, 145, .2);
  border-radius: 999px;
  background: rgba(7, 10, 7, .66);
  font-size: .7rem;
  white-space: nowrap;
  backdrop-filter: blur(8px);
}

.nd-pov-info-rail .nd-pov-photo-note {
  justify-content: flex-start;
}

.nd-pov-photo-note span {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  gap: 7px;
  color: var(--nd-pov-gold);
  font-size: clamp(.64rem, .84vw, .8rem);
  font-weight: 850;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.nd-pov-photo-note span::before {
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--nd-pov-gold);
  box-shadow: 0 0 0 3px rgba(250, 202, 15, .14);
  content: "";
}

.nd-pov-photo-note span::after {
  width: 1px;
  height: 13px;
  margin-left: 2px;
  background: rgba(250, 202, 15, .48);
  content: "";
}

.nd-pov-photo-note strong {
  overflow: hidden;
  color: #fffdf5;
  font-size: clamp(.7rem, 1vw, .96rem);
  line-height: 1.2;
  text-overflow: ellipsis;
}

.nd-pov-copy {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
  padding: clamp(23px, 2.7vw, 36px);
  scrollbar-color: rgba(250, 202, 15, .5) transparent;
  scrollbar-width: thin;
}

.nd-pov-info-rail .nd-pov-photo-note span {
  font-size: .81rem;
  letter-spacing: .055em;
}

.nd-pov-info-rail .nd-pov-photo-note strong {
  font-size: .89rem;
}

.nd-pov-info-rail .nd-pov-photo-note span::before {
  display: none;
}

.nd-pov-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(14px, 2vh, 20px);
}

.nd-pov-brand img {
  width: 47px;
  height: 47px;
  object-fit: contain;
}

.nd-pov-brand > span {
  display: grid;
  gap: 2px;
}

.nd-pov-brand strong {
  color: var(--nd-pov-gold);
  font-size: .62rem;
  letter-spacing: .16em;
}

.nd-pov-brand small {
  color: #d4d0c3;
  font-size: .55rem;
}

.nd-pov-status {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-bottom: 9px;
  color: var(--nd-pov-gold);
  font-size: .55rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.nd-pov-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #70d991;
  box-shadow: 0 0 0 5px rgba(112, 217, 145, .1), 0 0 16px rgba(112, 217, 145, .36);
}

.nd-pov-copy h1 {
  max-width: 590px;
  margin: 0;
  color: #fffdf5;
  font-size: clamp(1.65rem, 2.3vw, 2.5rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.nd-pov-copy > p {
  max-width: 600px;
  margin: 11px 0 0;
  color: var(--nd-pov-muted);
  font-size: clamp(.72rem, .86vw, .84rem);
  line-height: 1.58;
}

.nd-pov-journey {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.nd-pov-journey li {
  position: relative;
  display: grid;
  gap: 6px;
  color: #d4d2c7;
  font-size: .56rem;
  font-weight: 600;
}

.nd-pov-journey li:not(:last-child)::after {
  position: absolute;
  top: 12px;
  right: 12px;
  left: 36px;
  height: 1px;
  background: linear-gradient(90deg, rgba(250, 202, 15, .75), rgba(250, 202, 15, .08));
  content: "";
}

.nd-pov-journey span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(250, 202, 15, .52);
  border-radius: 50%;
  background: var(--nd-pov-surface);
  color: var(--nd-pov-gold);
  font-size: .54rem;
}

.nd-pov-journey strong {
  font-weight: 650;
}

.nd-pov-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.nd-pov-actions button,
.nd-pov-dock button,
.nd-pov-tour button,
.nd-pov-feedback button {
  min-height: 38px;
  padding: 0 15px;
  border-radius: 9px;
  font: inherit;
  font-size: .62rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.nd-pov-actions button {
  min-height: 41px;
  padding-inline: 17px;
  font-size: .69rem;
}

.nd-pov-actions button:hover,
.nd-pov-dock button:hover,
.nd-pov-tour button:hover,
.nd-pov-feedback button:hover {
  transform: translateY(-1px);
}

.nd-pov-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid var(--nd-pov-gold);
  background: var(--nd-pov-gold);
  color: #090a07;
  box-shadow: 0 10px 28px rgba(250, 202, 15, .16);
}

.nd-pov-primary span {
  font-size: 1rem;
}

.nd-pov-primary b {
  font: inherit;
}

.nd-pov-secondary {
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .03);
  color: #ebe8dc;
}

.nd-pov-assurance {
  margin: 0 !important;
  color: #777d73 !important;
  font-size: .56rem !important;
}

.nd-pov-footer {
  position: static;
  z-index: 2;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 11px;
  margin-top: 14px;
  padding: 13px 0 7px;
  border-top: 1px solid rgba(250, 202, 15, .12);
  background: linear-gradient(180deg, rgba(10, 13, 9, 0), #0a0d09 30%);
  direction: ltr;
  text-align: left;
}

.nd-pov-language {
  position: absolute;
  z-index: 10;
  right: 18px;
  bottom: 15px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  padding: 4px 6px 4px 9px;
  border: 1px solid rgba(250, 202, 15, .4);
  border-radius: 999px;
  background: #090c09;
  color: #6f746c;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}

.nd-pov-visual-tools .nd-pov-language {
  position: static;
  flex: 0 0 auto;
}

.nd-pov-footer .nd-pov-language,
.nd-pov-gate[dir="rtl"] .nd-pov-footer .nd-pov-language {
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
  flex: 0 0 auto;
  margin: 0;
  direction: ltr;
}

.nd-pov-footer .nd-pov-assurance {
  width: 100%;
  min-width: 0;
  text-align: left;
}

.nd-pov-gate[dir="rtl"] .nd-pov-footer .nd-pov-assurance {
  direction: rtl;
  text-align: left;
}

.nd-pov-gate[dir="rtl"] .nd-pov-language {
  right: auto;
  left: 18px;
}

.nd-pov-language small {
  margin-right: 2px;
  color: #c7c5ba;
  font-size: .49rem;
  font-weight: 750;
  letter-spacing: .04em;
}

.nd-pov-language button {
  min-width: 30px;
  min-height: 24px;
  padding: 0 7px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #92978e;
  font: inherit;
  font-size: .5rem;
  font-weight: 800;
  cursor: pointer;
}

.nd-pov-language button:hover,
.nd-pov-language button.is-active {
  background: var(--nd-pov-gold);
  color: #080a08;
}

.nd-pov-language i {
  width: 1px;
  height: 13px;
  background: rgba(250, 202, 15, .22);
}

.nd-pov-later-message {
  display: grid;
  gap: 5px;
  margin-top: 17px;
  padding: 12px 14px;
  border-left: 2px solid var(--nd-pov-gold);
  background: rgba(250, 202, 15, .045);
}

.nd-pov-later-message[hidden] {
  display: none;
}

.nd-pov-later-message strong {
  color: #f2efe5;
  font-size: .68rem;
}

.nd-pov-later-message span {
  color: #a7aa9f;
  font-size: .6rem;
  line-height: 1.5;
}

.nd-pov-gate.is-auth-flow .nd-pov-gate-card {
  opacity: .18;
  pointer-events: none;
  transform: scale(.985);
}

.nd-pov-dock {
  position: fixed;
  z-index: 50;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: auto minmax(140px, 1fr) auto;
  align-items: center;
  gap: 11px;
  width: min(430px, calc(100vw - 36px));
  padding: 10px;
  border: 1px solid rgba(250, 202, 15, .42);
  border-radius: 14px;
  background: rgba(9, 12, 9, .94);
  color: #f7f4e9;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .42);
  backdrop-filter: blur(14px);
}

.nd-pov-dock-mark {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border-radius: 10px;
  background: var(--nd-pov-gold);
  color: #080a08;
  font-size: .6rem;
  font-weight: 950;
  letter-spacing: .04em;
}

.nd-pov-dock-copy {
  display: grid;
  gap: 2px;
}

.nd-pov-dock-copy strong {
  font-size: .68rem;
}

.nd-pov-dock-copy span {
  overflow: hidden;
  color: #989d93;
  font-size: .54rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nd-pov-dock button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(250, 202, 15, .55);
  background: rgba(250, 202, 15, .08);
  color: var(--nd-pov-gold);
  font-size: .58rem;
}

.nd-pov-dock.is-feedback-ready {
  border-color: rgba(250, 202, 15, .68);
  background: linear-gradient(135deg, rgba(17, 21, 15, .97), rgba(8, 11, 8, .97));
  box-shadow: 0 20px 55px rgba(0, 0, 0, .48), 0 0 0 1px rgba(250, 202, 15, .06);
}

.nd-pov-dock.is-feedback-ready .nd-pov-dock-mark {
  border-radius: 50%;
}

.nd-pov-tour-layer {
  position: fixed;
  z-index: 57;
  inset: 0;
  pointer-events: none;
}

.nd-pov-tour-shade {
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: auto;
}

.nd-pov-tour-focus {
  position: fixed;
  z-index: 1;
  border: 2px solid var(--nd-pov-gold);
  border-radius: 11px;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .44), 0 0 0 6px rgba(250, 202, 15, .12), 0 18px 45px rgba(0, 0, 0, .35);
  transition: inset .22s ease, width .22s ease, height .22s ease;
}

.nd-pov-tour {
  position: fixed;
  z-index: 58;
  top: 24px;
  left: 24px;
  width: min(350px, calc(100vw - 32px));
  padding: 20px;
  border: 1px solid rgba(250, 202, 15, .48);
  border-radius: 14px;
  background: #10130f;
  color: #f7f4e9;
  box-shadow: 0 25px 65px rgba(0, 0, 0, .55);
  pointer-events: auto;
  transition: opacity .12s ease;
}

.nd-pov-tour.is-positioning {
  opacity: 0;
}

.nd-pov-tour h2 {
  margin: 0 0 7px;
  font-size: 1.08rem;
}

.nd-pov-tour p {
  margin: 0;
  color: #aeb1a7;
  font-size: .66rem;
  line-height: 1.55;
}

.nd-pov-tour-points {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}

.nd-pov-tour-points div {
  display: grid;
  gap: 2px;
  padding: 8px 10px;
  border-left: 2px solid rgba(250, 202, 15, .66);
  border-radius: 4px;
  background: rgba(250, 202, 15, .045);
}

.nd-pov-tour-points strong {
  color: #f4cf36;
  font-size: .6rem;
}

.nd-pov-tour-points span {
  color: #aeb1a7;
  font-size: .56rem;
  line-height: 1.45;
}

[dir="rtl"] .nd-pov-tour-points div {
  border-right: 2px solid rgba(250, 202, 15, .66);
  border-left: 0;
}

.nd-pov-tour footer {
  display: flex;
  justify-content: space-between;
  gap: 9px;
  margin-top: 16px;
}

.nd-pov-tour button {
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: transparent;
  color: #ddd9cc;
  font-size: .58rem;
}

.nd-pov-tour button[data-nd-pov-tour-next] {
  border-color: var(--nd-pov-gold);
  background: var(--nd-pov-gold);
  color: #090a07;
}

.nd-pov-tour-complete {
  position: fixed;
  z-index: 62;
  right: 18px;
  bottom: 92px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 11px;
  width: min(430px, calc(100vw - 36px));
  padding: 15px;
  border: 1px solid rgba(250, 202, 15, .58);
  border-radius: 14px;
  background: rgba(9, 12, 9, .97);
  color: #f7f4e9;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .5);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease;
}

.nd-pov-tour-complete.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.nd-pov-tour-complete > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--nd-pov-gold);
  color: #090a07;
  font-size: .72rem;
  font-weight: 900;
}

.nd-pov-tour-complete div {
  display: grid;
  gap: 4px;
}

.nd-pov-tour-complete strong {
  font-size: .72rem;
}

.nd-pov-tour-complete p {
  margin: 0;
  color: #aeb1a7;
  font-size: .58rem;
  line-height: 1.5;
}

.nd-pov-tour-complete button {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid rgba(250, 202, 15, .42);
  border-radius: 50%;
  background: transparent;
  color: var(--nd-pov-gold);
  font-size: .85rem;
}

.nd-pov-feedback-layer {
  position: fixed;
  z-index: 63;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(2, 4, 2, .78);
  backdrop-filter: blur(8px);
}

.nd-pov-feedback {
  position: relative;
  width: min(620px, 100%);
  overflow: hidden;
  border: 1px solid rgba(250, 202, 15, .4);
  border-radius: 17px;
  background: linear-gradient(145deg, #131710, #080b08);
  color: #f8f5e9;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .62);
}

.nd-pov-feedback header {
  padding: 25px 27px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.nd-pov-feedback header span {
  color: var(--nd-pov-gold);
  font-size: .56rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.nd-pov-feedback h2 {
  margin: 7px 0 4px;
  font-size: 1.35rem;
}

.nd-pov-feedback header p {
  margin: 0;
  color: #9fa399;
  font-size: .65rem;
}

.nd-pov-feedback form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 23px 27px 27px;
}

.nd-pov-feedback label {
  display: grid;
  gap: 7px;
  color: #d8d5ca;
  font-size: .6rem;
  font-weight: 700;
}

.nd-pov-feedback label.is-wide {
  grid-column: 1 / -1;
}

.nd-pov-feedback select,
.nd-pov-feedback textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  outline: 0;
  background: rgba(0, 0, 0, .22);
  color: #f5f2e8;
  font: inherit;
  font-size: .68rem;
}

.nd-pov-feedback select {
  height: 43px;
  padding: 0 38px 0 12px;
  border-color: rgba(250, 202, 15, .32);
  background-color: #080a08;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath fill='none' stroke='%23faca0f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 13px center;
  color-scheme: dark;
  appearance: none;
  cursor: pointer;
}

.nd-pov-feedback select:hover {
  border-color: rgba(250, 202, 15, .72);
}

.nd-pov-feedback select option {
  background: #080a08;
  color: #f8f5e9;
  font-size: .68rem;
}

.nd-pov-feedback select option:checked {
  background: #faca0f;
  color: #080a08;
}

.nd-pov-feedback-layer[dir="rtl"] .nd-pov-feedback select {
  padding: 0 12px 0 38px;
  background-position: left 13px center;
}

.nd-pov-feedback textarea {
  min-height: 128px;
  padding: 11px;
  resize: vertical;
  line-height: 1.55;
}

.nd-pov-feedback select:focus,
.nd-pov-feedback textarea:focus {
  border-color: var(--nd-pov-gold);
  box-shadow: 0 0 0 3px rgba(250, 202, 15, .09);
}

.nd-pov-feedback-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  gap: 9px;
}

.nd-pov-feedback-actions button {
  min-height: 39px;
  border: 1px solid rgba(255, 255, 255, .15);
  background: transparent;
  color: #dedbcf;
  font-size: .62rem;
}

.nd-pov-feedback-actions button[type="submit"] {
  border-color: var(--nd-pov-gold);
  background: var(--nd-pov-gold);
  color: #080a08;
}

.nd-pov-feedback-status {
  grid-column: 1 / -1;
  min-height: 16px;
  color: #8dd8a4;
  font-size: .58rem;
}

.nd-pov-feedback.is-appreciation {
  width: min(540px, 100%);
}

.nd-pov-feedback-appreciation {
  display: grid;
  justify-items: center;
  padding: 38px 34px 34px;
  text-align: center;
}

.nd-pov-feedback-appreciation > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 15px;
  border: 1px solid rgba(250, 202, 15, .76);
  border-radius: 50%;
  background: var(--nd-pov-gold);
  color: #080a08;
  box-shadow: 0 0 0 8px rgba(250, 202, 15, .08);
  font-size: 1.05rem;
  font-weight: 900;
}

.nd-pov-feedback-appreciation small {
  color: var(--nd-pov-gold);
  font-size: .56rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.nd-pov-feedback-appreciation h2 {
  max-width: 430px;
  margin: 10px 0 7px;
  font-size: 1.35rem;
  line-height: 1.18;
}

.nd-pov-feedback-appreciation p {
  max-width: 440px;
  margin: 0;
  color: #b9b8ad;
  font-size: .68rem;
  line-height: 1.6;
}

.nd-pov-feedback-appreciation b {
  margin-top: 13px;
  color: #f8f5e9;
  font-size: .56rem;
  font-weight: 700;
}

.nd-pov-feedback-appreciation button {
  min-height: 40px;
  margin-top: 22px;
  padding: 0 18px;
  border-color: var(--nd-pov-gold);
  background: var(--nd-pov-gold);
  color: #080a08;
  font-size: .62rem;
}

.nd-pov-gate[dir="rtl"] .nd-pov-copy,
.nd-pov-gate[dir="rtl"] .nd-pov-photo-note,
.nd-pov-feedback-layer[dir="rtl"] .nd-pov-feedback {
  text-align: right;
}

.nd-pov-gate[dir="rtl"] .nd-pov-photo-note {
  right: clamp(22px, 2.4vw, 32px);
  left: auto;
}

.nd-pov-gate[dir="rtl"] .nd-pov-photo-note span::after {
  margin-right: 2px;
  margin-left: 0;
}

.nd-pov-gate[dir="rtl"] .nd-pov-journey li:not(:last-child)::after {
  right: 36px;
  left: 12px;
  background: linear-gradient(270deg, rgba(250, 202, 15, .75), rgba(250, 202, 15, .08));
}

.nd-pov-gate[dir="rtl"] .nd-pov-primary span {
  transform: rotate(180deg);
}

@media (max-width: 900px) {
  .nd-pov-gate {
    overflow-y: auto;
    place-items: start center;
  }

  .nd-pov-gate-card {
    grid-template-columns: 1fr;
    max-height: none;
  }

  .nd-pov-visual {
    min-height: 280px;
  }

  .nd-pov-visual img {
    min-height: 280px;
    max-height: 340px;
  }

  .nd-pov-copy {
    padding: 28px;
    overflow-y: visible;
  }

  .nd-pov-brand {
    margin-bottom: 22px;
  }

  .nd-pov-footer {
    position: static;
    flex-wrap: wrap;
  }

  .nd-pov-language {
    position: fixed;
    z-index: 12;
    right: 14px;
    bottom: 14px;
    margin: 0;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .5);
  }

  .nd-pov-gate[dir="rtl"] .nd-pov-language {
    right: auto;
    left: 14px;
  }
}

@media (max-width: 560px) {
  .nd-pov-gate {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 8px 8px max(24px, env(safe-area-inset-bottom));
  }

  .nd-pov-gate-card {
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
  }

  .nd-pov-visual,
  .nd-pov-visual img {
    min-height: 270px;
    max-height: 270px;
  }

  .nd-pov-info-rail {
    right: 18px;
    bottom: 5px;
    height: 92px;
    left: 18px;
    min-height: 58px;
    justify-content: center;
    gap: 7px;
  }

  .nd-pov-info-rail .nd-pov-status {
    min-width: 0;
    padding: 4px 6px;
    font-size: .575rem;
    letter-spacing: .06em;
  }

  .nd-pov-info-rail .nd-pov-status span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nd-pov-info-rail .nd-pov-photo-note {
    display: grid;
    width: 100%;
    max-width: none;
    gap: 3px;
    white-space: normal;
  }

  .nd-pov-info-rail .nd-pov-photo-note strong {
    overflow: visible;
    font-size: .61rem;
    line-height: 1.25;
    text-overflow: clip;
    white-space: normal;
  }

  .nd-pov-info-rail .nd-pov-photo-note span {
    display: block;
    gap: 4px;
    font-size: .56rem;
    letter-spacing: .03em;
    line-height: 1.2;
    white-space: normal;
  }

  .nd-pov-info-rail .nd-pov-photo-note span::after {
    display: none;
  }

  .nd-pov-copy {
    padding: 22px 19px;
  }

  .nd-pov-brand img {
    width: 44px;
    height: 44px;
  }

  .nd-pov-copy h1 {
    font-size: clamp(1.65rem, 9vw, 2.2rem);
  }

  .nd-pov-copy > p {
    margin-top: 14px;
    font-size: .76rem;
  }

  .nd-pov-journey {
    margin: 22px 0;
  }

  .nd-pov-actions {
    display: grid;
  }

  .nd-pov-actions button {
    width: 100%;
  }

  .nd-pov-footer {
    display: grid;
    width: 100%;
    min-width: 0;
    align-items: flex-start;
    gap: 13px;
    padding-bottom: 16px;
    overflow: visible;
  }

  .nd-pov-assurance {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }

  .nd-pov-footer .nd-pov-language,
  .nd-pov-gate[dir="rtl"] .nd-pov-footer .nd-pov-language {
    position: static !important;
    right: auto;
    bottom: auto;
    left: auto;
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    justify-self: start;
  }

  .nd-pov-dock {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: auto;
  }

  html[dir="rtl"] .nd-pov-dock {
    right: 10px;
    left: 10px;
  }

  .nd-pov-feedback form {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .nd-pov-feedback label,
  .nd-pov-feedback label.is-wide,
  .nd-pov-feedback-actions,
  .nd-pov-feedback-status {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nd-pov-gate *,
  .nd-pov-dock *,
  .nd-pov-tour * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
