.spm-card {
  border-radius: 20px;
  padding: 40px;
  background: #222;
  max-width: 760px;
  margin: 0px auto;
}

.spm-card h2 {
  margin-top: 0;
}

.spm-lead {
  margin: 0 0 14px;
  color: #d1d5db;
  font-size: 1.03rem;
  line-height: 1.45;
}

.spm-meta,
.spm-privacy {
  color: #888;
  font-size: 0.92rem;
}
.spm-meta2 {
  font-size: 1rem;
  color: #dee427;
}
.spm-meta strong {
  font-size: 15px;
  display: block;
}
.spm-inline-emphasis {
  text-decoration: underline;
}
.spm-form {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.spm-form button[type="submit"] {
  align-self: center;
}

.spm-feature-grid {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
}

.spm-buy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
  gap: 14px;
  margin: 14px 0;
}

.spm-buy-grid .spm-button {
  min-width: 106px;
}

.spm-buy-plan {
  border: 1px solid rgba(65, 65, 65, 1);
  border-radius: 12px;
  padding: 50px 20px 20px;
  background: rgba(0,0,0,0.12);
  position: relative;
  overflow: hidden;
}
.spm-buy-plan .spm-meta {
  min-height: 70px;
  line-height: 17px;
}
.spm-buy-plan h3 {
  margin: 0 0 8px;
}

.spm-buy-plan-yearly {
  box-shadow: 0 0 10px -2px #c4b100;
  border: 1px solid #c4b100;
}



.spm-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  /* letter-spacing: 0.2px; */
  padding: 4px 8px;
  border-radius: 999px;
  border: 2px dotted rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  color: #e5e7eb;
}
.spm-badge-wrapper {

}
.spm-badge-savings {
  /* position: absolute; */
  /* top: 12px; */
  /* right: 12px; */
  border-color: #c4b100;
  background: rgba(80, 67, 11, 1);
  color: #c4b100;
  margin: 10px 0 0 0;
}

.spm-badge-best {
  border: 1px solid rgba(196, 177, 0, 0.45);
  background: rgba(80, 67, 11, 1);
  color: #c4b100;
  position: absolute;
  top: -21px;
  right: -80px;
  margin: 0;
  text-transform: uppercase;
  border-radius: 0;
  transform: rotate(30deg);
  width: 200px;
  padding: 30px 5px 4px;
  font-size: 12px;
  line-height: 12px;
}
.spm-badge-best i {
  display: block;
  margin: 0 0 3px;
}


.spm-buy-plan-three-year .spm-badge-best,
.spm-buy-plan-three-year .spm-badge-savings {
  border-color: #6cab00;
  background: #213400;
  color: #6cab00;
}

.spm-feature-item {
  color: #eee;
}

.spm-feature-icon {
  color: #3cf;
  margin: 2px 5px 0 0;
}

.spm-consent {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  line-height: 1.2rem;
  margin: 0 auto;
}

.spm-button {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #3cf;
  background: #124b5e;
  color: #3cf !important;
  text-decoration: none;
  /* font-weight: 600; */
}

.spm-button:hover {
  background: #0c5d1e;
  border: 1px solid rgb(122, 221, 254);
  background: #185f77;
  color: rgb(122, 221, 254) !important;
  box-shadow: 0 0 10px -5px #fff;
}

.spm-button.is-highlighted {
  box-shadow: 0 0 0 5px #11a12b;
}

.spm-button-ghost {
  background: transparent;
  color: #919191 !important;
  border-color: #919191;
}

.spm-success {
  color: #11a12b;
  margin: 20px 0 0 0;
}

.spm-error,
.spm-alert {
  color: #991b1b;
  margin-bottom: 10px;
}

.spm-download-links {
  margin: 20px auto 10px;
}
.spm-download-links a {
  margin: 0 0px;
  width: 160px;
}
.spm-download-links a .os-type {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.spm-requirements h4 {
  margin: 0 0 20px !important;
  font-weight: 600;
}
.spm-requirements h5 {
  margin: 20px 0 10px !important;
  border-bottom: 1px solid #888;
  display: inline-block;
  font-weight: 500;
}

.spm-requirements i {
  display: block;
  font-size: 40px;
  margin: 0 0 5px;
}

.spm-requirements-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.spm-requirements-grid li {
  margin: 0px !important;
  color: #888;
}
.spm-requirements-grid ul {
  margin: 0px;
  font-size: 12px;
  padding: 0px !important;
  /* list-style: circle; */
  display: block;
  /* text-align: left; */
}

.spm-requirements {
  margin-top: 12px;
}

.spm-requirements h3 {
  margin: 0 0 10px;
  color: #f3f4f6;
  font-size: 1rem;
}

.spm-requirements-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 40px 0 0 0;
}

.spm-requirements-card {
  border: 1px solid #4b5563;
  border-radius: 10px;
  padding: 20px;
  background: #2a2a2a;
  color: #e5e7eb;
}

.spm-requirements-card h4 {
  margin: 0 0 6px;
  color: #f3f4f6;
  font-size: 0.96rem;
}

.spm-requirements-card li {
  margin-bottom: 4px;
}

.spm-release-notes {
  margin: 24px 0 0;
  /* border: 1px solid #4b5563; */
  border-radius: 10px;
  /* background: #2a2a2a; */
  padding: 0;
}

.spm-release-notes > summary {
  cursor: pointer;
  padding: 14px 16px;
  color: #f3f4f6;
  font-weight: 600;
  /* list-style: none; */
  font-size: 14px;
}

.spm-release-notes > summary::-webkit-details-marker {
  display: none;
}

.spm-release-notes__content {
  border-top: 1px solid #3b4452;
  padding: 14px 16px 16px;
  text-align: left;
  display: inline-block;
}

.spm-release-notes__content h4 {
  margin: 40px 0 8px !important;
  color: #f3f4f6;
  font-size: 0.98rem;
}

.spm-release-notes__content h5 {
  margin: 0px !important;
  color: #d1d5db;
  font-size: 0.9rem;
  border: none;
}

.spm-release-notes__content p,
.spm-release-notes__content li {
  color: #9ca3af;
  font-size: 0.9rem;
}

.spm-release-notes__content ul {
  margin: 0 0 8px;
  padding-left: 18px !important;
  list-style: circle;
  display: inline-block;
  text-align: left;
  line-height: 18px;
}

@media (max-width: 980px) {
  .spm-requirements-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .spm-feature-grid,
  .spm-requirements-grid {
    grid-template-columns: 1fr;
  }
}

.spm-download-modal[hidden] {
  display: none;
}

.spm-download-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.spm-download-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}

.spm-download-modal__panel {
  position: relative;
  z-index: 1;
  /* width: min(520px, calc(100% - 32px)); */
  margin: 50vh auto 0;
  padding: 30px;
  border-radius: 14px;
  background: #010f13;
  transform: translateY(-50%);
  border: 1px solid #0d5d78;
  max-width: 500px;
}

.spm-download-modal__panel h3 {
  margin: 0 0 10px;
}

.spm-download-modal__panel input[type=email] {
  text-align: center;
}

.spm-download-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  color: #6b7280;
  cursor: pointer;
}

.spm-download-asset-meta {
  margin: 0px 0 0 !important;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #ccc;
  justify-content: center;
}

.install-instructions-wrapper {
  background: #1a1e2a;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #4b4e54;
  box-shadow: 0 0 20px -15px #fff;
  display: inline-block;
  margin: 30px auto;
}
.install-instructions {
  text-align: left;
}
.install-instructions li::marker {
  color: #3cf;
}

.beta {
  border-radius: 2px;
  background: rgba(76, 84, 5, 1);
  color: #dee427;
  border: 1px solid #929604;
  box-shadow: 0 0 10px -1px #000;
  position: absolute;
  z-index: 9999;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  text-shadow: 0 0 2px #000;
  font-size: 12px;
  line-height: 12px;
  margin: -72px 0 0 62px;
}
.beta-large {
  
}
