.nvt-stat-grid--three {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 720px) {
  .nvt-stat-grid--three {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 420px) {
  .nvt-stat-grid--three {
    grid-template-columns: 1fr;
  }
}

.nvt-comparison-message {
  margin: 12px 0 16px;
  padding: 11px 13px;
  border-radius: 11px;
  background: var(--gold-soft);
  color: #725407;
}

.nvt-comparison-message.is-ahead {
  background: #e7f1eb;
  color: var(--green-2);
}

.nvt-product-coin {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 62px;
  height: 62px;
  border: 4px double #8e6d19;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffd86a, #e8b83f);
  color: var(--green);
  display: grid;
  align-content: center;
  justify-items: center;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(91, 67, 5, .24), inset 0 1px 0 rgba(255,255,255,.65);
}

.nvt-product-coin::after {
  content: '';
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(117, 83, 0, .35);
  border-radius: 50%;
}

.nvt-product-coin strong,
.nvt-product-coin small {
  position: relative;
  z-index: 1;
}

.nvt-wallet-milestone {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
  padding: 24px 26px;
  border-radius: var(--radius);
  background: linear-gradient(125deg, #fff9e5, #fff 58%);
  border: 1px solid #ead9a5;
  box-shadow: var(--shadow);
}

.nvt-wallet-milestone::after {
  content: '';
  position: absolute;
  width: 190px;
  height: 190px;
  right: -95px;
  top: -105px;
  border: 28px solid rgba(232,184,63,.10);
  border-radius: 50%;
}

.nvt-wallet-milestone__coin {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 6px double #8e6d19;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffd86a, #e8b83f);
  color: var(--green);
  font: 950 28px var(--data);
  box-shadow: 0 10px 24px rgba(91,67,5,.22), inset 0 1px 0 rgba(255,255,255,.7);
}

.nvt-wallet-milestone__content {
  position: relative;
  z-index: 1;
}

.nvt-wallet-milestone__head,
.nvt-wallet-milestone__numbers {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
}

.nvt-wallet-milestone__head h2 {
  margin: 0;
  font-size: 22px;
}

.nvt-wallet-milestone__head > strong {
  font: 900 24px var(--data);
  color: #866307;
}

.nvt-wallet-milestone__numbers {
  margin: 15px 0 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.nvt-wallet-milestone__track {
  height: 13px;
  overflow: hidden;
  border-radius: 99px;
  background: #ebe8dc;
  box-shadow: inset 0 1px 3px rgba(18,63,50,.1);
}

.nvt-wallet-milestone__track span {
  display: block;
  width: var(--wallet-progress);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green-2), var(--gold));
  animation: nvt-wallet-progress-in 1.1s cubic-bezier(.16,1,.3,1) both;
}

.nvt-wallet-milestone__content > p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.nvt-wallet-milestone__content > p strong {
  color: var(--green-2);
}

.nvt-wallet-milestone--dashboard {
  height: 100%;
  min-height: 270px;
  margin-top: 0;
  grid-template-columns: 64px 1fr;
  gap: 17px;
  padding: 23px;
}

.nvt-wallet-milestone--dashboard .nvt-wallet-milestone__coin {
  width: 64px;
  height: 64px;
  border-width: 5px;
  font-size: 24px;
}

.nvt-milestone-link {
  display: inline-block;
  margin-top: 13px;
  color: var(--green-2);
  font-size: 12px;
  font-weight: 850;
}

@keyframes nvt-wallet-progress-in {
  from { width: 0; }
}

@media (max-width: 560px) {
  .nvt-wallet-milestone { grid-template-columns: 54px 1fr; gap: 14px; padding: 19px; }
  .nvt-wallet-milestone__coin { width: 54px; height: 54px; border-width: 4px; font-size: 21px; }
  .nvt-wallet-milestone__head h2 { font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .nvt-wallet-milestone__track span { animation: none; }
}

.nvt-offer-banner {
  aspect-ratio: 16 / 9;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-content: end;
  align-items: end;
  padding: clamp(25px, 5vw, 58px);
  background:
    radial-gradient(circle at 80% 22%, rgba(232,184,63,.18) 0 12%, transparent 12.5%),
    linear-gradient(145deg, #123f32 0%, #1f6049 70%, #2f7159 100%);
}

.nvt-offer-banner::before {
  content: '';
  position: absolute;
  inset: 8% 4%;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  pointer-events: none;
}

.nvt-offer-banner h2 {
  max-width: 680px;
  font-size: clamp(26px, 4vw, 48px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.nvt-offer-banner > div:nth-child(2) > p:not(.nvt-eyebrow) {
  max-width: 590px;
  font-size: clamp(14px, 1.5vw, 18px);
}

.preview-login-switch {
  margin-left: 10px;
  border: 1px solid rgba(18,63,50,.2);
  border-radius: 99px;
  padding: 5px 10px;
  background: rgba(255,255,255,.75);
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

#login.is-visible {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: var(--paper);
  overflow: auto;
}

.nvt-preview-login__back {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 3;
}

.nvt-company-logo {
  width: min(300px, 72%);
  max-height: 150px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 24px;
}

.nvt-sidebar__brand {
  display: block;
  margin: 3px 8px 34px;
}

.nvt-sidebar-logo {
  display: block;
  width: 178px;
  height: 90px;
  object-fit: contain;
  object-position: left center;
}

.nvt-mobile-logo-wrap {
  display: grid;
  place-items: center;
  width: 132px;
  height: 44px;
  padding: 4px 9px;
  border-radius: 11px;
  background: var(--green);
}

.nvt-mobile-logo {
  display: block;
  width: 112px;
  max-height: 35px;
  object-fit: contain;
}

.nvt-auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-bottom: 28px;
  padding: 5px;
  border-radius: 14px;
  background: #e8ede7;
}

.nvt-auth-tabs button {
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
}

.nvt-auth-tabs button.is-active {
  background: #fff;
  color: var(--green);
  box-shadow: 0 5px 15px rgba(18,63,50,.09);
}

.nvt-register-form {
  display: grid;
  gap: 15px;
}

.nvt-register-form label {
  display: grid;
  gap: 6px;
  font-weight: 750;
}

.nvt-register-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid #c8d1c9;
  border-radius: 12px;
  padding: 11px 13px;
  background: #fff;
}

.nvt-registration-note {
  margin-top: 18px;
  padding: 12px 14px;
  border-left: 3px solid var(--gold);
  border-radius: 4px 10px 10px 4px;
  background: var(--gold-soft);
  color: #6e540d;
  font-size: 12px;
}

.nvt-preview-login .nvt-login__brand {
  min-height: 100vh;
}

.nvt-preview-login__points {
  display: grid;
  gap: 9px;
  margin-top: 28px;
  max-width: 430px;
}

.nvt-preview-login__points span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d2e0da;
}

.nvt-preview-login__points span::before {
  content: '✓';
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(232,184,63,.16);
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
}

.nvt-preview-login__form {
  display: grid;
  gap: 14px;
}

.nvt-preview-login__form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-weight: 750;
}

.nvt-preview-login__form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid #c8d1c9;
  border-radius: 12px;
  padding: 11px 13px;
  background: #fff;
}

@media (max-width: 720px) {
  .nvt-offer-banner { padding: 23px; grid-template-columns: 48px 1fr; align-content: end; }
  .nvt-offer-banner .nvt-btn { grid-column: 2; width: max-content; min-height: 39px; padding: 8px 13px!important; }
  .nvt-offer-banner h2 { font-size: clamp(21px, 6vw, 30px); }
  .nvt-offer-banner > div:nth-child(2) > p:not(.nvt-eyebrow) { display: none; }
}

@media (max-width: 980px) {
  .nvt-preview-login .nvt-login__brand { min-height: 40vh; }
  .nvt-preview-login .nvt-login__panel { min-height: 60vh; }
}

@media (max-width: 420px) {
  .nvt-offer-banner { grid-template-columns: 1fr; padding: 18px; }
  .nvt-offer-banner .nvt-coin { display: none; }
  .nvt-offer-banner .nvt-btn { grid-column: 1; font-size: 12px; }
  .nvt-offer-banner h2 { font-size: 21px; }
  .nvt-preview-login .nvt-login__brand { min-height: 37vh; }
}

.nvt-product-coin strong {
  font: 900 22px/1 var(--data);
}

.nvt-product-coin small {
  margin-top: 2px;
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .05em;
}
