.np-page {
  box-sizing: border-box;
  color: #111827;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  max-width: 1180px;
  padding: 22px 16px 38px;
  width: 100%;
}

.np-page *,
.np-page *:before,
.np-page *:after {
  box-sizing: border-box;
}

.np-page a,
.np-page button {
  text-decoration: none !important;
}

.np-back-link {
  color: #2fa1ea !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 14px;
}

.np-back-link:hover {
  color: #168bd2 !important;
}

.np-market-header {
  border-bottom: 1px solid #d5d9d9;
  margin-bottom: 18px;
  padding-bottom: 14px;
}

.np-kicker,
.np-pill {
  color: #0077b6;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.np-market-header h1,
.np-account-summary h1 {
  color: #0f172a;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 6px;
}

.np-market-header p,
.np-account-summary p,
.np-buy-box p,
.np-section-head p {
  color: #565959;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.np-market-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 330px;
}

.np-product-panel,
.np-buy-box,
.np-compare-card,
.np-faq,
.np-account-shell,
.np-metrics article,
.np-savings-panel,
.np-table-card {
  background: #fff;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
}

.np-product-panel {
  padding: 18px;
}

.np-rating-row {
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  color: #0077b6;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 10px;
  padding-bottom: 14px;
}

.np-stars {
  color: #ffa41c;
  font-size: 18px;
  letter-spacing: 0;
}

.np-benefit-list {
  display: grid;
  gap: 0;
}

.np-benefit-list article {
  border-bottom: 1px solid #edf0f2;
  padding: 16px 0;
}

.np-benefit-list article:last-child {
  border-bottom: 0;
}

.np-benefit-list span {
  color: #111827;
  display: block;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 5px;
}

.np-benefit-list strong {
  color: #374151;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.np-info-strip {
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
}

.np-info-strip div {
  border-right: 1px solid #e2e8f0;
  padding: 14px;
}

.np-info-strip div:last-child {
  border-right: 0;
}

.np-info-strip strong,
.np-info-strip span {
  display: block;
}

.np-info-strip strong {
  color: #0f172a;
  font-size: 13px;
  margin-bottom: 3px;
}

.np-info-strip span {
  color: #565959;
  font-size: 13px;
  line-height: 1.4;
}

.np-buy-box {
  padding: 16px;
  position: sticky;
  top: 12px;
}

.np-deal-badge {
  background: #e8f5fd;
  border: 1px solid #b8e4fb;
  border-radius: 6px;
  color: #0077b6;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
  padding: 5px 8px;
}

.np-price-line {
  align-items: baseline;
  display: flex;
  gap: 7px;
  margin-bottom: 8px;
}

.np-price-line span {
  color: #b12704;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.np-price-line small {
  color: #565959;
  font-size: 14px;
}

.np-buy-button,
.np-primary {
  background: #209ce8;
  border: 1px solid #168bd2;
  border-radius: 999px;
  color: #fff !important;
  display: block;
  font-weight: 800;
  margin: 14px 0 10px;
  padding: 11px 16px;
  text-align: center;
  width: 100%;
}

.np-buy-button:hover,
.np-primary:hover {
  background: #147fc1;
  border-color: #147fc1;
}

.np-account-link,
.np-secondary {
  background: #fff;
  border: 1px solid #c7d5df;
  border-radius: 999px;
  color: #0f172a !important;
  display: block;
  font-weight: 800;
  padding: 10px 14px;
  text-align: center;
}

.np-danger {
  background: #fff;
  border: 1px solid #d5d9d9;
  border-radius: 999px;
  color: #b12704 !important;
  font-weight: 800;
  padding: 10px 16px;
}

.np-buy-box ul {
  border-top: 1px solid #e7e7e7;
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 14px 0 0;
  padding: 14px 0 0;
}

.np-buy-box li,
.np-compare-table .np-row strong,
.np-mini-list span {
  position: relative;
}

.np-buy-box li {
  color: #374151;
  font-size: 13px;
  padding-left: 18px;
}

.np-buy-box li:before,
.np-compare-table .np-row strong:before {
  color: #007600;
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.np-compare-card,
.np-faq,
.np-savings-panel,
.np-table-card {
  margin-top: 18px;
  padding: 18px;
}

.np-compare-card h2,
.np-faq h2,
.np-table-card h2,
.np-section-head h2 {
  color: #111827;
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 12px;
}

.np-compare-table {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  overflow: hidden;
}

.np-compare-table .np-row {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
}

.np-compare-table .np-row > * {
  border-right: 1px solid #e7e7e7;
  color: #374151;
  font-size: 14px;
  padding: 12px;
}

.np-compare-table .np-row > *:last-child {
  border-right: 0;
}

.np-compare-table .np-row + .np-row {
  border-top: 1px solid #e7e7e7;
}

.np-compare-table .np-head > * {
  background: #f3f6f8;
  color: #111827;
  font-weight: 800;
}

.np-compare-table .np-row strong {
  color: #0f7d53;
  padding-left: 30px;
}

.np-compare-table .np-row strong:before {
  left: 12px;
}

.np-faq details {
  border-top: 1px solid #e7e7e7;
  padding: 13px 0;
}

.np-faq details:first-of-type {
  border-top: 0;
}

.np-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.np-faq p {
  color: #565959;
  margin: 8px 0 0;
}

.np-account-shell {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 300px;
  padding: 18px;
}

.np-account-box {
  background: #f7fafc;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  padding: 16px;
}

.np-account-box.np-active {
  background: #effaf5;
  border-color: #92d8b8;
}

.np-account-box span,
.np-metrics article span {
  color: #565959;
  display: block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.np-account-box strong {
  color: #b12704;
  display: block;
  font-size: 30px;
  font-weight: 900;
  margin: 6px 0;
}

.np-account-box.np-active strong {
  color: #0f7d53;
}

.np-account-box small {
  color: #374151;
}

.np-alert {
  border-radius: 8px;
  margin: 14px 0;
}

.np-metrics {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.np-account-metrics {
  margin-top: 14px;
}

.np-metrics article {
  padding: 16px;
}

.np-metrics article strong {
  color: #111827;
  display: block;
  font-size: 24px;
  font-weight: 900;
  margin-top: 7px;
}

.np-metrics article small {
  color: #565959;
  display: block;
  margin-top: 5px;
}

.np-metrics .np-total {
  border-color: #b8e4fb;
  background: #e8f5fd;
}

.np-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.np-actions-row .np-primary,
.np-actions-row .np-secondary {
  display: inline-block;
  margin: 0;
  width: auto;
}

.np-cart-badge {
  align-items: center;
  background: #fff;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 12px 0;
  padding: 12px 14px;
}

.np-cart-badge strong {
  color: #111827;
  display: block;
}

.np-cart-badge span {
  color: #565959;
  display: block;
  font-size: 13px;
}

.np-cart-badge a {
  background: #209ce8;
  border-radius: 999px;
  color: #fff !important;
  font-weight: 800;
  padding: 8px 12px;
  white-space: nowrap;
}

.np-admin-manual {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
  max-width: 420px;
}

.np-account-menu-link {
  font-weight: 700;
}

.np-premium-account-tile .link-item {
  background: #2fa1ea !important;
  border-color: #2fa1ea !important;
  color: #fff !important;
}

.np-premium-account-tile .link-item i,
.np-premium-account-tile .link-item .material-icons {
  color: #fff !important;
}

.np-premium-account-tile .link-item:hover {
  background: #168bd2 !important;
  border-color: #168bd2 !important;
}

@media (max-width: 767px) {
  .np-page {
    padding: 16px 10px 30px;
  }

  .np-market-header h1,
  .np-account-summary h1 {
    font-size: 28px;
  }

  .np-market-layout,
  .np-info-strip,
  .np-account-shell,
  .np-metrics {
    grid-template-columns: 1fr;
  }

  .np-buy-box {
    position: static;
  }

  .np-info-strip div {
    border-bottom: 1px solid #e2e8f0;
    border-right: 0;
  }

  .np-info-strip div:last-child {
    border-bottom: 0;
  }

  .np-compare-table .np-row {
    grid-template-columns: 1fr;
  }

  .np-compare-table .np-row > * {
    border-right: 0;
  }

  .np-cart-badge {
    align-items: stretch;
    flex-direction: column;
  }

  .np-cart-badge a {
    text-align: center;
  }

  .np-admin-manual {
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  html,
  body {
    min-width: 0 !important;
    overflow-x: hidden;
  }

  .np-page {
    max-width: none;
    padding: 12px 10px 28px;
    width: 100%;
  }

  .np-market-header,
  .np-product-panel,
  .np-buy-box,
  .np-compare-card,
  .np-faq,
  .np-account-shell,
  .np-savings-panel,
  .np-table-card,
  .np-metrics article {
    border-radius: 8px;
    width: 100%;
  }

  .np-market-layout,
  .np-info-strip,
  .np-account-shell,
  .np-metrics {
    grid-template-columns: 1fr;
  }

  .np-market-header {
    margin-bottom: 10px;
    padding: 0 2px 12px;
  }

  .np-market-header h1,
  .np-account-summary h1 {
    font-size: 27px;
    line-height: 1.18;
  }

  .np-market-header p,
  .np-account-summary p,
  .np-section-head p {
    font-size: 15px;
  }

  .np-product-panel,
  .np-buy-box,
  .np-compare-card,
  .np-faq,
  .np-account-shell,
  .np-savings-panel,
  .np-table-card {
    padding: 15px;
  }

  .np-account-shell {
    gap: 12px;
  }

  .np-account-box strong {
    font-size: 26px;
  }

  .np-metrics {
    gap: 10px;
    margin-top: 10px;
  }

  .np-metrics article {
    padding: 14px;
  }

  .np-metrics article strong {
    font-size: 24px;
  }

  .np-info-strip div {
    border-bottom: 1px solid #e2e8f0;
    border-right: 0;
  }

  .np-info-strip div:last-child {
    border-bottom: 0;
  }

  .np-buy-box {
    position: static;
  }

  .np-price-line span {
    font-size: 34px;
  }

  .np-buy-button,
  .np-primary,
  .np-secondary,
  .np-account-link {
    font-size: 15px;
    min-height: 46px;
    padding: 13px 16px;
    width: 100%;
  }

  .np-actions-row {
    display: grid;
    gap: 9px;
    grid-template-columns: 1fr;
  }

  .np-actions-row .np-primary,
  .np-actions-row .np-secondary {
    width: 100%;
  }

  .np-compare-table .np-row {
    grid-template-columns: 1fr;
  }

  .np-compare-table .np-row > * {
    border-right: 0;
  }

  .np-cart-badge {
    align-items: stretch;
    flex-direction: column;
  }

  .np-cart-badge a {
    text-align: center;
  }
}
