a {
  text-decoration: none;
}

.zsiq_floatmain.zsiq_theme1.siq_bR {
  display: none !important;
}

.new-hero-wrap {
  padding: 50px 0;
}

.toggle-wrapper {
  max-width: 1280px;
  position: relative;
  top: -25px;
  margin: 0px auto;
  border: none;
}

.toggle-wrapper .button-wrapper {
  max-width: max-content;
  height: 50px;
  display: flex;
  margin: -25px auto 0px;
  gap: 8px;
}

.toggle-wrapper .button-wrapper button {
  height: 100%;
  display: inline-block;
  width: 200px;
  font-size: 18px;
  font-family: ZohoPuvi, sans-serif;
  font-weight: 400;
  background-color: rgb(255, 251, 232);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  opacity: 0.7;
  outline: none;
  margin: 0px;
  transition: 0.2s ease-in-out;
  border: none;
}

.toggle-wrapper .button-wrapper button.active {
  background-color: rgb(255, 255, 255);
  font-weight: 500;
  opacity: 1;
  height: 51px;
}

@media screen and (max-width: 992px) {
  .toggle-wrapper .button-wrapper button {
    border-radius: 0px !important;
  }
}
.form-control {
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #dde2e7;
  font-family: ZohoPuvi, sans-serif;
  font-weight: 300;
}

.dwn-priv {
  color: inherit;
  letter-spacing: -0.25px;
  margin-top: 12px;
}

#meGDPRMessage {
  width: 100%;
  max-width: 80%;
  color: inherit;
  text-align: center;
}

.checkmarkgdpr {
  margin: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #989898 !important;
  border-radius: 2px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto;
  margin-right: 6px !important;
  background: #ffffff !important;
}

.checkmarkgdpr::before {
  content: "";
  top: -1px !important;
  left: 0 !important;
  position: relative !important;
  width: 5px !important;
  height: 9px !important;
  border-style: solid !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) scale(0) !important;
  transition: 120ms transform ease-out !important;
}

.checkmarkgdpr.enableCheckgdpr::before {
  -webkit-transform: rotate(45deg) scale(1) !important;
  transform: rotate(45deg) scale(1) !important;
}

.download-links-wrapper {
  width: 90%;
  margin: 0 auto;
}

#downloadSubmit {
  display: block;
  width: 100% !important;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 0 auto;
  margin-top: 12px;
  font-size: 14px;
  max-width: max-content;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.download-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.download-links-wrapper .os-btn-wrapper > a button {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #e80e19 !important;
  letter-spacing: -0.36px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  font-family: "ZohoPuvi", sans-serif;
  border: none;
  border-radius: 5px;
  font-size: 17px;
  padding: 10px 20px;
  transition: 0.2s all ease-in-out;
  line-height: 1.5;
}

.download-links-wrapper .os-btn-wrapper {
  flex: 1;
  max-width: 300px;
  display: flex;
  flex-direction: column;
}

.download-links-wrapper .os-btn-wrapper .os-logo {
  display: block;
  width: 30px;
  margin-right: 15px;
}

.download-links-wrapper .os-btn-wrapper > a button strong {
  font-weight: 600;
  font-size: 18px;
}

.download-links-wrapper .os-btn-wrapper > a button small {
  font-size: 12px;
  display: block;
  font-weight: 400;
  line-height: 1;
}

.download-links-wrapper .os-btn-wrapper > a button::after {
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
  content: "";
  background-image: url(https://www.manageengine.com/itom/images/download-common-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
}

.sha-val-row-con {
  display: flex;
  gap: 16px;
}

.sha-val-row-con > .sha-256-wrapper {
  flex: 1;
}

.sha-256-wrapper {
  display: flex;
  font-size: 12px;
  margin-top: 10px;
  border: 1px solid #c3c7ca;
  border-radius: 3px;
  overflow: hidden;
  max-width: 100%;
}

.sha-256-wrapper .label {
  padding: 2px 5px;
  width: 110px;
  color: #000;
  font-weight: 500;
  background-color: #d6dde2;
  border-right: 1px solid #c3c7ca;
}

.sha-256-wrapper .value {
  padding: 2px 6px;
  color: #000;
  flex: 1;
  max-width: 100%;
  overflow: hidden;
  background: #fff;
  text-overflow: ellipsis;
  letter-spacing: 0;
}

.sha-256-wrapper button.copy {
  background: none;
  content: "";
  background-color: #d6dde2;
  border: none;
  border-left: 1px solid #c3c7ca;
  width: 30px;
  transition: 0.2s all ease-in-out;
}

.sha-256-wrapper button.copy::after {
  pointer-events: none;
  content: "";
  display: inline-block;
  vertical-align: middle;
  opacity: 0.7;
  height: 15px;
  width: 15px;
  background-image: url(https://www.manageengine.com/itom/images/copy-common-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.sha-table {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #dbe3ea;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #ffffff;
}

.sha-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #e6edf3;
  border-right: 1px solid #e6edf3;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  color: #0f172a;
}

.sha-table tr td:last-child {
  border-right: none;
  letter-spacing: 0;
  word-break: break-all;
}

.sha-table tr:first-child td {
  background: #f4f7fb;
  font-weight: 500;
  color: #1e293b;
}

.sha-table tr:first-child td strong {
  font-weight: 500;
}

.sha-table tr:last-child td {
  border-bottom: none;
}

@media only screen and (max-width: 767.98px) {
  .sha-table td {
    padding: 9px 10px;
    font-size: 13px;
  }
}
.onprem-trial {
  margin: 0 auto;
  display: none;
  max-width: 550px;
}

.cloud-trial {
  margin: 0 auto;
  display: none;
}

.onprem-trial.active,
.cloud-trial.active {
  display: block;
}

.cloud-trial #signupform {
  margin: 0 auto;
}

#signupform .error {
  color: #ff0000 !important;
  font-size: 12px !important;
  display: block !important;
}

#signupform .za-country_code-container > .error {
  display: block;
  text-align: left;
}

.context-switch-cta {
  display: inline-block;
  background-color: #e80e19;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  text-decoration: none;
}

.context-switch-cta:hover {
  background-color: #c50c15;
  color: #fff;
}

.btn-green {
  display: inline-block;
  padding: 10px 50px;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background-color: #e80e19;
  outline: none;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.btn-green small {
  display: block;
  margin: 0 auto;
  margin-top: 6px;
  font-size: 10px;
  font-weight: 300;
  text-align: center !important;
}

#loaderId {
  display: none;
}

.za-submit-container {
  width: 100%;
}

.onprem-toggle-tab {
  display: flex;
  position: relative;
  justify-content: center;
  gap: 0;
  background: transparent;
  border: 1px solid #e0e2ea;
  border-radius: 50px;
  padding: 0;
  max-width: 350px;
  margin: 0 auto 24px;
  overflow: hidden;
}

.onprem-toggle-tab-wrapper {
  text-align: center;
}

.onprem-toggle-tab-item {
  flex: 1;
  text-align: center;
  padding: 10px 24px;
  font-weight: 500;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #444;
  position: relative;
  z-index: 1;
  user-select: none;
}

.onprem-toggle-tab-item:hover:not(.active) {
  background: #f9f9f9;
}

.onprem-toggle-tab-item.active {
  background: #d0d8df;
  color: #000;
  font-weight: 600;
}

.onprem-toggle-tab-item span.device-count {
  display: block;
  font-size: 12px;
  font-weight: 300;
}

.other-option {
  padding: 20px 0;
}

.other-option-toggle-tab {
  display: flex;
  justify-content: center;
  gap: 0;
  background: #e2e8f0;
  border-radius: 10px;
  padding: 4px;
  max-width: 400px !important;
  margin: 0 auto 24px;
}

.other-option-toggle-tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  padding: 10px 28px;
  font-weight: 400;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.other-option-toggle-tab-item.active {
  background: #fff;
  color: #1e293b;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.professional-links,
.enterprise-links {
  display: none;
}

.professional-links.active,
.enterprise-links.active {
  display: block;
}

.other-option-cont {
  display: none;
}

.other-option-cont.active {
  display: block;
}

.professional-div-con,
.enterprise-div-con {
  background: #eef5f9;
  padding: 34px;
  border-radius: 12px;
}

.file-size-info {
  font-size: 14px;
  letter-spacing: 0;
}

.shaValueWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  /*border-top: 1px solid #ddd;*/
  padding: 10px 0;
  width: 100%;
  min-height: 36px;
}

.shaValueWrapper .shaTitle {
  font-weight: 400;
  flex: 0 0 auto;
  font-size: 14px;
  color: #1f2937;
  line-height: 1.4;
}

.shaValueWrapper .shaValue {
  display: none;
}

.sha-copy-btn {
  background: url("https://www.manageengine.com/itom/images/icon/content-copy.svg") no-repeat;
  display: inline-flex;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  background-size: 14px;
  background-position: center;
  cursor: pointer;
  position: relative;
  opacity: 0.95;
  border-radius: 4px;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.sha-copy-btn:hover {
  background-color: rgba(59, 130, 246, 0.08);
  opacity: 1;
}

.copy-text {
  min-width: 74px;
  width: max-content;
  background-color: #111;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  padding: 3px 8px;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  bottom: 146%;
  left: 40%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  font-size: 12px;
}

.copy-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #111 transparent transparent transparent;
}

.sha-copy-btn:hover .copy-text,
.sha-copy-btn .copy-text.is-visible {
  visibility: visible;
  opacity: 1;
}

.shaValueBlock {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  flex: 0 0 auto;
  min-width: 0;
}

.icon-other-windows {
  background: url("/it-operations-management/assets/images/windows-logo-black.svg") no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  display: inline-block;
}

.icon-other-linux {
  background: url("/it-operations-management/assets/images/linux-logo-black.svg") no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  display: inline-block;
}

.icon-appstore {
  background: url("/it-operations-management/assets/images/appstore-logo-black.svg") no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  display: inline-block;
}

.icon-playstore {
  background: url("/it-operations-management/assets/images/playstore-logo-black.svg") no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  display: inline-block;
}

.download-card-wrapper {
  --download-card-divider: #e6edf3;
  --download-card-space-x: 20px;
  --download-card-space-y: 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dbe3ea;
}

.download-card-wrapper .download-card-head {
  padding: 12px var(--download-card-space-x);
  background: linear-gradient(180deg, #f8fbfd 0%, #eef5f9 100%);
  border-bottom: 1px solid #dbe3ea;
  border-radius: 8px 8px 0 0;
}

.download-card-wrapper .download-card-content {
  padding: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.download-card-wrapper .download-card-content ul {
  display: flex;
  flex-direction: column;
}

.download-card-wrapper .download-card-content ul li {
  padding: 0 var(--download-card-space-x);
}

.download-card-wrapper .download-card-content ul li + li .list-download-item {
  border-top: 1px solid var(--download-card-divider);
}

.download-card-wrapper .shaValueWrapper {
  border-top: 1px solid var(--download-card-divider);
  padding: 10px 0 var(--download-card-space-y);
}

.download-card-wrapper .list-download-item {
  gap: 16px;
  flex-wrap: wrap;
  padding: var(--download-card-space-y) 0;
}

.download-card-wrapper .list-download-item span:first-child {
  flex: 1 1 140px;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  color: #0f172a;
}

.download-card-wrapper .download-card-content a {
  min-width: 108px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 575.98px) {
  .download-card-wrapper {
    --download-card-space-x: 16px;
    --download-card-space-y: 12px;
  }
  .download-card-wrapper .download-card-head {
    padding: 16px;
    font-size: 18px;
  }
  .download-card-wrapper .list-download-item span:first-child,
  .download-card-wrapper .download-card-content a {
    width: 100%;
  }
}
.other-download-head,
.download-card-head {
  padding: 10px;
  font-size: 20px;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 12px;
}

.other-download-content,
.download-card-content {
  padding: 10px 0;
}

.other-download-content a,
.download-card-content a {
  font-size: 14px;
}

.other-download-content a:hover,
.download-card-content a:hover {
  text-decoration: none;
}

.other-download-content ul,
.download-card-content ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

.other-download-content ul li,
.download-card-content ul li {
  clear: both;
}

.otr-dwn-subhead,
.other-download-subhead {
  font-size: 14px;
  margin-top: 20px;
  padding-left: 5%;
}

.list-download-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.list-download-item span:first-child {
  font-size: 17px;
}

.probe-dwnload a {
  font-size: 12.25px;
}

/* ========================
SITE24X7 NOTE
======================== */
.nx-note .site24x7-note {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(217, 119, 6, 0.06);
}

.nx-note .site24x7-note-icon {
  flex-shrink: 0;
  color: #d97706;
}

.nx-note .site24x7-note-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #92400e;
  margin: 0 0 4px;
}

.nx-note .site24x7-note-content p {
  font-size: 0.95rem;
  color: #78350f;
  line-height: 1.65;
  margin: 0;
}

.download-navigation-link-section {
  --quick-link-border: #dbe6f3;
  --quick-link-hover: #e8f2ff;
  padding: 4px;
  text-align: center;
}

.download-navigation-link-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0;
}

.download-navigation-link-section a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  text-decoration: none;
  font-size: 12.5px;
  padding: 2px 4px;
}

.download-navigation-link-section span.spacer {
  color: #dbe4e5;
}

.download-navigation-link-section a:hover {
  color: #0c3f78;
  border-color: #bfd6ee;
  text-decoration: underline;
}

.download-navigation-link-section a:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

@media only screen and (max-width: 767.98px) {
  .download-navigation-link-section {
    padding: 12px 0;
    border-radius: 10px;
  }
  .download-navigation-link-section .container {
    justify-content: flex-start;
    row-gap: 8px;
  }
  .download-navigation-link-section a {
    font-size: 12px;
    padding: 7px 10px;
  }
}
.download-section-item .row {
  gap: 32px 0;
}

.more-info {
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid #dbeafe;
  border-left: 4px solid #3b82f6;
  border-radius: 6px;
  padding: 10px 14px;
  color: #1e3a8a;
  margin-top: 20px;
  margin-bottom: 0;
}

.more-info::before {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 12px;
}

.more-info a {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.more-info a:hover {
  color: #1d4ed8;
}

/* Optional variant 1: richer card look */
.more-info.more-info--card {
  background: #f0f7ff;
  border-color: #bfdbfe;
  border-left-width: 4px;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.08);
}

/* Optional variant 2: minimal inline helper look */
.more-info.more-info--minimal {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  color: #475569;
}

.more-info.more-info--minimal::before {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  opacity: 0.85;
}

.mobile-download-section-wrapper,
.plugins-section-wrapper,
.remote-collection-section-wrapper,
.note-section-wrapper {
  margin-bottom: 40px;
}

.download-main-wrapper .row {
  gap: 32px 0;
}

.field-msg .error {
  color: #ff0000 !important;
  font-size: 12px !important;
}

.form-field-error-msg {
  color: #ff0000;
  font-size: 12px;
  margin-top: 4px;
  display: none;
}

.form-control--error {
  border-color: #e80e19 !important;
}

.qr-code-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.sha-val-professional,
.sha-val-enterprise {
  display: none;
}

.sha-val-professional.active,
.sha-val-enterprise.active {
  display: block;
}

.sha-val-container {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 24px;
  box-sizing: border-box;
  border: 1px solid #dbe3ea;
  border-radius: 6px;
}

.sha-val-container p {
  margin: 0;
}

/* min-width: 0 lets flex children shrink below content size so SHA text truncates */
.sha-val-container [class*=col-] {
  min-width: 0;
}

.sha-val-os-label {
  font-size: 11px;
  font-weight: 600;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 8px 0 2px;
}

/* ========================
COMPACT ONPREM LAYOUT
======================== */
.onprem-compact-wrap {
  /* max-width: 480px;*/
  margin: 0 auto;
}

.onprem-compact-wrap .flex-grow-1 {
  min-width: 0;
}

.os-dl-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  background-color: #e80e19;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 17px;
  padding: 10px 44px 10px 16px;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.36px;
  font-family: "ZohoPuvi", sans-serif;
}

.os-dl-btn:hover {
  background-color: #c50c15;
}

.os-dl-btn .os-dl-icon {
  display: block;
  width: 28px;
  flex: 0 0 28px;
}

.os-dl-btn .os-dl-text strong {
  font-weight: 600;
  font-size: 18px;
  display: block;
  text-align: left;
}

.os-dl-btn .os-dl-text small {
  font-size: 12px;
  font-weight: 400;
  display: block;
  line-height: 1;
  opacity: 0.9;
}

a.download-winBtn {
  padding: 4px 8px;
}

.os-dl-btn::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(https://www.manageengine.com/itom/images/download-common-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.9;
}

.sha-inline-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: 11px;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}

.sha-il-label {
  flex: 0 0 auto;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #64748b;
  white-space: nowrap;
}

.sha-inline-row .shaValueBlock {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.sha-inline-row .shaValue {
  display: none;
}

.enterprise-dl-grid {
  border: 1px solid #dbe3ea;
  border-radius: 8px;
  overflow: hidden;
}

.enterprise-dl-os-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #eef5f9;
  font-weight: 500;
  font-size: 15px;
  border-bottom: 1px solid #dbe3ea;
}

.enterprise-dl-os-block + .enterprise-dl-os-block .enterprise-dl-os-header {
  border-top: 2px solid #dbe3ea;
}

.enterprise-dl-item {
  padding: 10px 16px;
  background: #fff;
  border-bottom: 1px solid #dbe3ea;
}

.enterprise-dl-item:last-child {
  border-bottom: none;
}

.enterprise-dl-item-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.enterprise-dl-name {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}

/* Accordion styles */
.onprem-accordion {
  display: none;
  width: 100%;
  max-width: 550px;
  margin: 0;
  margin-bottom: 40px;
}

.onprem-accordion.meit-expanded {
  max-width: 1100px;
}

@media (min-width: 992px) {
  .onprem-accordion {
    margin-left: 0;
    margin-right: 0;
  }
}
.onprem-accordion .accordion-button {
  font-size: 18px;
  font-weight: 500;
  padding: 14px 16px;
  background: #f8fafc;
}

.onprem-accordion .accordion-button:not(.collapsed) {
  color: #031da6;
  background: #f0f4ff;
  box-shadow: none;
}

.onprem-accordion .accordion-collapse,
.onprem-accordion .accordion-collapse.collapsing,
.onprem-accordion .accordion-collapse.show {
  transition: none !important;
}

.onprem-accordion .accordion-item {
  border-color: #dbe3ea;
  border-radius: 14px;
  overflow: hidden;
}

.onprem-accordion .accordion-body {
  padding: 20px 16px;
}

.additional-downloads-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 18px;
  align-items: start;
}

.additional-downloads-card {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.additional-downloads-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.additional-downloads-card-header {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #0f172a;
  padding: 0 0 18px;
  text-align: center;
}

.additional-downloads-card .download-card-head {
  padding: 12px 14px;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(180deg, #f8fbff 0%, #f2f7fd 100%);
  border-bottom: 1px solid #edf2f7;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111827;
}

.additional-downloads-card .download-card-head .icon-other-windows,
.additional-downloads-card .download-card-head .icon-other-linux,
.additional-downloads-card .download-card-head .icon-appstore,
.additional-downloads-card .download-card-head .icon-playstore {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  opacity: 0.95;
}

.additional-downloads-card .download-card-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.additional-downloads-card .download-card-content ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}

.additional-downloads-card .download-card-content li {
  width: 100%;
  padding: 0;
}

.additional-downloads-card .download-card-content li + li .list-download-item {
  border-top: 1px solid #edf2f7;
}

.additional-downloads-card .list-download-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  width: 100%;
  min-height: 52px;
  flex-wrap: nowrap;
}

.additional-downloads-card .list-download-item span:first-child {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.98rem;
  line-height: 1.4;
  font-weight: 500;
  color: #121a2a;
  word-break: break-word;
  white-space: nowrap;
}

.additional-downloads-card .download-card-content a,
.additional-downloads-card .list-download-item .btn {
  flex-shrink: 0;
  min-width: 96px;
  max-width: 100%;
  white-space: nowrap;
  padding: 0.52rem 0.85rem;
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 600;
  border-radius: 999px;
  margin-left: 8px;
}

.additional-downloads-card .download-card-content a:hover,
.additional-downloads-card .list-download-item .btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.additional-downloads-card .shaValueWrapper {
  width: 100%;
  /*border: 1px solid #e8eef5;
  background: linear-gradient(180deg, #fbfdff 0%, #f8fbff 100%);*/
  padding-top: 12px;
  margin-top: 0;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: space-between;
  /*border-radius: 12px;*/
}

.additional-downloads-card .shaValueWrapper .shaTitle {
  min-width: 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: #526276;
}

.additional-downloads-card .shaValueBlock {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  gap: 8px;
}

.additional-downloads-card .sha-copy-btn {
  width: 20px;
  height: 20px;
  border: 1px solid #d8e2ee;
  background-color: #fff;
}

.additional-downloads-card .sha-copy-btn:hover {
  background-color: #f2f7ff;
}

.additional-downloads-card .shaValue {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.78rem;
  line-height: 1.35;
  color: #64748b;
  letter-spacing: 0;
  text-align: right;
}

.additional-downloads-card .other-option-toggle-tab {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  background: #eef4ff;
  border: 1px solid #dbeafe;
  padding: 4px;
  border-radius: 10px;
}

.additional-downloads-card .other-option-toggle-tab-item {
  padding: 9px 16px;
  border-radius: 8px;
  font-size: 0.83rem;
}

.additional-downloads-card .other-option-cont {
  display: none;
}

.additional-downloads-card .other-option-cont.active {
  display: block;
}

.additional-downloads-card .row {
  --bs-gutter-y: 12px;
  --bs-gutter-x: 12px;
}

.additional-downloads-card .site24x7-note {
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  box-shadow: none;
}

.additional-downloads-card .site24x7-note-content h3 {
  margin-bottom: 6px;
  font-size: 1rem;
}

.additional-downloads-card .site24x7-note-content p {
  font-size: 0.8rem;
  line-height: 1.5;
}

.additional-downloads-card .marketplace-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 132px;
  padding: 0.55rem 0.9rem;
  margin-left: 0;
}

.additional-downloads-card .marketplace-logo {
  display: block;
  max-height: 28px;
  width: auto;
  object-fit: contain;
}

.additional-downloads-card > .download-card-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.meit-additional-compact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.meit-additional-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
  align-items: start;
  position: relative;
}

.meit-additional-columns::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(216, 227, 240, 0) 0%, #d8e3f0 10%, #d8e3f0 90%, rgba(216, 227, 240, 0) 100%);
}

.meit-additional-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.meit-additional-compact-grid .additional-downloads-card.meit-full-row {
  grid-column: 1/-1;
  border-top: 1px solid #dee3e9;
}

.meit-card-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.meit-card-title-row .additional-downloads-card-header {
  text-align: left;
  padding: 0;
  margin: 0;
}

.meit-grouped-panel {
  border: 1px solid #d8e3f0;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.meit-grouped-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: linear-gradient(180deg, #f8fbff 0%, #eff5fb 100%);
  border-bottom: 1px solid #d8e3f0;
  font-size: 0.9rem;
  font-weight: 500;
  color: #16233b;
}

.meit-grouped-body {
  padding: 18px 20px;
}

.meit-grouped-body .meit-compact-select-row,
.meit-grouped-body .meit-option-action-row {
  margin-bottom: 18px;
}

.meit-grouped-body .shaValueWrapper {
  border-top: 1px solid #e7edf5;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  padding: 14px 0 0;
}

.meit-os-chip {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.24);
  flex-shrink: 0;
}

.meit-os-chip .icon-other-windows,
.meit-os-chip .icon-other-linux {
  width: 20px;
  height: 20px;
}

.meit-inline-link {
  font-size: 0.75rem;
  font-weight: 300;
  text-decoration: none;
}

.meit-compact-select-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.meit-compact-select-row .form-select {
  flex: 1;
  min-width: 140px;
  height: 38px;
  font-size: 0.9rem;
}

.meit-compact-select-row .meit-target-link {
  margin-left: 0;
  min-width: 128px;
  flex: 0 0 auto;
}

.meit-inline-download-row {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.meit-inline-download-row .list-download-item {
  padding: 0;
  min-height: auto;
}

.meit-inline-download-row .shaValueWrapper {
  margin-top: 0;
  padding: 12px 0;
  padding-bottom: 0;
}

.meit-option-action-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.meit-option-action-row .meit-option-selects {
  flex: 1;
  margin-bottom: 0;
}

.meit-option-action-row .meit-target-link {
  margin-left: 0;
  min-width: 128px;
  flex: 0 0 auto;
}

.meit-marketplace-card {
  border: 1px solid #e9eff7;
  border-radius: 12px;
  background: linear-gradient(180deg, #fcfdff 0%, #f7faff 100%);
  padding: 30px;
  text-align: center;
}

.meit-marketplace-card .marketplace-logo {
  max-height: 34px;
  margin: 0 auto 10px;
}

.meit-marketplace-desc {
  color: #334155;
  font-size: 0.88rem;
  line-height: 1.45;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.meit-mobile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.meit-mobile-item {
  border: 1px solid #e9eff7;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  background: #fcfdff;
}

.meit-mobile-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.meit-mobile-title .icon-appstore,
.meit-mobile-title .icon-playstore {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.meit-mobile-item .qr-code-img {
  max-width: 150px;
  margin: 0 auto 8px;
  display: block;
}

.meit-mobile-item .btn {
  width: 100%;
  min-width: 0;
  margin-left: 0;
}

.meit-subaccordion-btn {
  width: 100%;
  text-align: left;
  border: 1px solid #dbeafe;
  background: #f4f8ff;
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 600;
  color: #1e3a8a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.meit-subaccordion-btn.meit-section-toggle {
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 16px 0;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
}

.meit-subaccordion-btn.meit-section-toggle:hover {
  background: linear-gradient(180deg, #fcfdff 0%, #f7faff 100%);
}

.meit-subaccordion-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #1e3a8a;
  border-bottom: 2px solid #1e3a8a;
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
}

.meit-subaccordion-btn.collapsed::after {
  transform: rotate(45deg);
}

.meit-subaccordion-btn.meit-section-toggle::after {
  width: 11px;
  height: 11px;
  border-right-color: #1e293b;
  border-bottom-color: #1e293b;
}

.meit-subaccordion-btn.meit-section-toggle::after {
  width: 11px;
  height: 11px;
  border-right-color: #1e293b;
  border-bottom-color: #1e293b;
}

.meit-subaccordion-panel {
  padding-top: 12px;
}

.meit-subcards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.meit-option-card {
  border: 1px solid #e9eff7;
  border-radius: 18px;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.meit-option-title {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: #16233b;
}

.meit-option-card-body {
  padding: 18px 20px;
}

.meit-option-selects {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.meit-option-selects.meit-three-selects {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.meit-option-selects .form-select {
  height: 36px;
  font-size: 0.84rem;
}

.meit-dynamic-source-set {
  display: none;
}

.meit-sha-hidden {
  display: none;
}

@media (max-width: 767.98px) {
  .meit-additional-compact-grid,
  .meit-additional-columns,
  .meit-mobile-grid,
  .meit-subcards-grid {
    grid-template-columns: 1fr;
  }
  .meit-option-selects,
  .meit-option-selects.meit-three-selects {
    grid-template-columns: 1fr;
  }
  .meit-additional-columns::after {
    display: none;
  }
  .meit-compact-select-row,
  .meit-option-action-row {
    flex-wrap: wrap;
  }
  .meit-compact-select-row .meit-target-link,
  .meit-option-action-row .meit-target-link {
    width: 100%;
    min-width: 0;
  }
  .additional-downloads-card-header {
    padding: 14px 14px 10px;
  }
  .additional-downloads-card .download-card-head {
    font-size: 1rem;
    padding: 12px 14px 8px;
  }
  .additional-downloads-card .download-card-content {
    padding: 0 14px 12px;
  }
  .additional-downloads-card .list-download-item {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .additional-downloads-card .list-download-item span:first-child {
    width: 100%;
    flex-basis: 100%;
    font-size: 1rem;
  }
  .additional-downloads-card .download-card-content a,
  .additional-downloads-card .list-download-item .btn {
    width: 100%;
    min-width: 0;
  }
  .additional-downloads-card .shaValueWrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .additional-downloads-card .shaValueBlock {
    width: 100%;
    flex-basis: 100%;
  }
}
/* ========================
DESKTOP SPLIT LAYOUT
======================== */
@media (min-width: 992px) {
  .toggle-wrapper {
    display: none;
  }
  .trial-type-wrapper {
    display: flex !important;
    align-items: stretch;
    max-width: max-content;
    padding: 0;
    gap: 32px;
    margin: 0 auto;
  }
  .onprem-trial,
  .cloud-trial {
    display: block !important;
  }
  .trial-type-wrapper .onprem-trial {
    padding-top: 0;
  }
  .trial-type-wrapper .cloud-trial {
    display: block !important;
    background: #fff;
    padding-top: 0;
  }
  .trial-type-wrapper.split-cloud-active .onprem-trial {
    display: block !important;
    background: #fff;
    padding-top: 0;
  }
  .trial-type-wrapper.split-cloud-active .cloud-trial {
    display: block !important;
    background: transparent;
  }
  .cloud-form-content {
    display: none;
  }
  .trial-type-wrapper.split-cloud-active .cloud-form-content {
    display: block;
    width: 470px;
  }
  .onprem-back-btn-wrap {
    display: none;
  }
  .trial-type-wrapper.split-cloud-active .cloud-cta-wrap {
    display: none;
  }
  .trial-type-wrapper.split-cloud-active .onprem-main-content {
    display: none;
  }
  .trial-type-wrapper.split-cloud-active .onprem-back-btn-wrap {
    display: block;
  }
  .cloud-cta-wrap,
  .onprem-back-btn-wrap,
  .split-panel-or {
    position: sticky;
    top: 125px;
  }
  /* Neutral state: both CTAs visible, both forms hidden */
  .trial-type-wrapper.split-neutral .onprem-back-btn-wrap {
    display: block;
  }
  .trial-type-wrapper.split-neutral .onprem-main-content {
    display: none;
  }
  .trial-type-wrapper.split-neutral .cloud-form-content {
    display: none;
  }
}
.register-form-wrap {
  padding-top: 24px;
}

@media (max-width: 991.98px) {
  .new-hero-wrap {
    padding-bottom: 70px;
  }
  .mob-title-h2 {
    font-size: 1.5rem;
  }
  .new-hero-wrap h1 {
    font-size: 1.75rem;
  }
  .register-form-wrap {
    padding-top: 0;
  }
  .cloud-cta-wrap,
  .onprem-back-btn-wrap,
  .hide-on-mobile {
    display: none !important;
  }
  .cloud-form-content {
    display: block;
  }
  .row .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .onprem-main-content,
  .cloud-form-content {
    margin: 0 !important;
  }
}
.onprem-back-btn-wrap,
.cloud-cta-wrap {
  text-align: center;
  padding: 32px 24px;
  cursor: pointer;
}

.split-panel-or {
  display: none;
  flex-direction: column;
  align-items: center;
  align-self: center;
  gap: 10px;
  color: #94a3b8;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  flex-shrink: 0;
}

.split-panel-or::before,
.split-panel-or::after {
  content: "";
  width: 1px;
  height: 48px;
  background: #dde4ec;
}

@media (min-width: 992px) {
  .split-panel-or {
    display: flex;
    align-self: flex-start;
    margin-top: 32px;
  }
  .trial-type-wrapper.split-neutral .split-panel-or {
    align-self: center;
    margin-top: 0;
  }
}
.split-panel-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 28px 24px 24px;
  gap: 0;
  width: 330px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #dde4ec;
  border-radius: 22px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  will-change: transform;
}

.onprem-back-btn-wrap:hover .split-panel-cta,
.onprem-back-btn-wrap:focus-within .split-panel-cta,
.cloud-cta-wrap:hover .split-panel-cta,
.cloud-cta-wrap:focus-within .split-panel-cta {
  transform: translateY(-4px);
  border-color: #cfdbe8;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
}

.split-panel-dot {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8d4df;
  flex-shrink: 0;
}

.split-panel-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #f0f4f8;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #334155;
  flex-shrink: 0;
  margin-bottom: 20px;
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.onprem-back-btn-wrap:hover .split-panel-icon,
.onprem-back-btn-wrap:focus-within .split-panel-icon,
.cloud-cta-wrap:hover .split-panel-icon,
.cloud-cta-wrap:focus-within .split-panel-icon {
  transform: scale(1.04);
  background: #eaf1f7;
  border-color: #d6e1ec;
}

.split-panel-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 10px;
  letter-spacing: -0.4px;
  line-height: 1.2;
}

.split-panel-desc {
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 24px;
  /* max-width: 240px; */
}

.split-panel-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-radius: 50px;
  background: #e9142b;
  color: #fff;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.split-panel-btn:hover {
  background: #d00a20;
}

.onprem-back-btn-wrap:hover .split-panel-btn,
.onprem-back-btn-wrap:focus-within .split-panel-btn,
.cloud-cta-wrap:hover .split-panel-btn,
.cloud-cta-wrap:focus-within .split-panel-btn {
  transform: translateY(-1px);
}

.split-panel-btn svg {
  flex-shrink: 0;
}

.onprem-main-content,
.cloud-form-content {
  margin: 40px 0;
  padding: 32px;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff 0%, #f0f5fa 60%, #e8f0f8 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.split-form-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  text-align: center;
  letter-spacing: -0.4px;
  margin-bottom: 24px;
}