.sartech-b2b-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 28px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(126, 113, 177, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 10%, rgba(126, 113, 177, 0.12), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f5f7fc 100%);
  box-shadow: 0 24px 60px rgba(79, 72, 117, 0.12);
  padding: 0;
}

.sartech-b2b-entry-copy,
.sartech-b2b-login-card {
  padding: 38px;
}

.sartech-b2b-entry-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sartech-portal-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(126, 113, 177, 0.1);
  color: #6b5ea3;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.sartech-b2b-entry h2,
.sartech-portal h2 {
  margin-bottom: 14px;
  color: #1d2234;
  font-size: 30px;
  line-height: 1.18;
}

.sartech-b2b-entry p,
.sartech-portal p {
  color: #596070;
  line-height: 1.7;
}

.sartech-portal-checklist {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.sartech-portal-checklist li {
  position: relative;
  padding-left: 28px;
  color: #343a40;
  font-weight: 700;
}

.sartech-portal-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7e71b1;
}

.sartech-b2b-login-card {
  background: #fff;
  border-left: 1px solid rgba(126, 113, 177, 0.12);
}

.sartech-login-panel .login-username,
.sartech-login-panel .login-password,
.sartech-login-panel .login-remember {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.sartech-login-panel label {
  color: #1d2234;
  font-weight: 800;
}

.sartech-login-panel input[type="text"],
.sartech-login-panel input[type="password"] {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(126, 113, 177, 0.22);
  border-radius: 8px;
  background: #fbfbfe;
  padding: 10px 13px;
}

.sartech-login-panel input[type="text"]:focus,
.sartech-login-panel input[type="password"]:focus {
  outline: none;
  border-color: rgba(126, 113, 177, 0.7);
  box-shadow: 0 0 0 4px rgba(126, 113, 177, 0.12);
}

.sartech-login-panel .login-submit {
  margin: 18px 0 0;
}

.sartech-login-panel .button,
.sartech-login-panel input[type="submit"],
.sartech-order-actions .tp-btn,
.sartech-portal-logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: #7e71b1;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  padding: 14px 22px;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(79, 72, 117, 0.18);
}

.sartech-login-panel .button:hover,
.sartech-login-panel input[type="submit"]:hover,
.sartech-portal-logout:hover {
  background: #6b5ea3;
  color: #fff;
}

.sartech-order-actions .tp-btn:hover {
  color: #7e71b1 !important;
}

.sartech-login-help {
  margin-top: 18px;
  font-size: 14px;
}

.sartech-portal {
  display: grid;
  gap: 28px;
}

.sartech-portal-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 36px;
  border: 1px solid rgba(126, 113, 177, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 12%, rgba(126, 113, 177, 0.14), transparent 26%),
    #fff;
  box-shadow: 0 20px 48px rgba(63, 58, 100, 0.1);
}

.sartech-portal-hero h2 {
  margin-bottom: 10px;
}

.sartech-portal-hero p {
  max-width: 680px;
  margin: 0;
}

.sartech-portal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
  gap: 24px;
  align-items: start;
}

.sartech-portal-side {
  display: grid;
  gap: 24px;
}

.sartech-portal-panel {
  border: 1px solid rgba(126, 113, 177, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(63, 58, 100, 0.1);
  padding: 28px;
}

.sartech-portal-table {
  width: 100%;
  border-collapse: collapse;
}

.sartech-portal-table th,
.sartech-portal-table td {
  padding: 15px 12px;
  border-bottom: 1px solid rgba(126, 113, 177, 0.14);
  text-align: left;
  vertical-align: middle;
}

.sartech-portal-table th {
  color: #1d2234;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sartech-portal-table td strong {
  display: block;
  color: #1d2234;
}

.sartech-portal-table input[type="number"] {
  width: 92px;
  min-height: 42px;
  border: 1px solid rgba(126, 113, 177, 0.22);
  border-radius: 8px;
  padding: 8px 10px;
}

.sartech-portal-notice {
  border-left: 4px solid #7e71b1;
  border-radius: 8px;
  background: rgba(126, 113, 177, 0.1);
  padding: 14px 16px;
  color: #1d2234;
}

.sartech-order-success {
  overflow: hidden;
  border: 1px solid rgba(126, 113, 177, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(63, 58, 100, 0.12);
}

.sartech-order-success-head {
  padding: 30px 32px 22px;
  background:
    radial-gradient(circle at 88% 12%, rgba(126, 113, 177, 0.14), transparent 26%),
    linear-gradient(135deg, #fff 0%, #f5f3fb 100%);
}

.sartech-order-success-head h2 {
  margin-bottom: 10px;
}

.sartech-order-success-head p {
  max-width: 720px;
  margin: 0;
}

.sartech-order-success-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(126, 113, 177, 0.12);
  border-bottom: 1px solid rgba(126, 113, 177, 0.12);
}

.sartech-order-success-meta span {
  padding: 18px 22px;
  border-right: 1px solid rgba(126, 113, 177, 0.12);
  color: #1d2234;
  font-weight: 800;
}

.sartech-order-success-meta span:last-child {
  border-right: 0;
}

.sartech-order-success-meta strong {
  display: block;
  margin-bottom: 4px;
  color: #7e71b1;
  font-size: 12px;
  text-transform: uppercase;
}

.sartech-order-summary-table {
  margin: 0;
}

.sartech-order-success .sartech-order-summary-table th,
.sartech-order-success .sartech-order-summary-table td {
  padding-left: 22px;
  padding-right: 22px;
}

.sartech-account-email {
  margin-top: -6px;
  font-weight: 700;
}

.sartech-company-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sartech-company-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(126, 113, 177, 0.12);
  color: #596070;
}

.sartech-company-list li:last-child {
  border-bottom: 0;
}

.sartech-company-list strong {
  display: block;
  margin-bottom: 3px;
  color: #1d2234;
  font-size: 13px;
  text-transform: uppercase;
}

.sartech-portal-contact {
  background:
    linear-gradient(135deg, rgba(29, 34, 52, 0.96), rgba(75, 70, 113, 0.94)),
    #1d2234;
}

.sartech-portal-contact h2,
.sartech-portal-contact p,
.sartech-portal-contact a {
  color: #fff;
}

.sartech-portal-contact a {
  display: block;
  margin-top: 8px;
  font-weight: 800;
}

.sartech-order-form small {
  display: block;
  margin-top: 4px;
  color: #596070;
  line-height: 1.45;
}

.sartech-order-actions {
  margin: 24px 0 0;
}

@media (max-width: 991px) {
  .sartech-b2b-entry,
  .sartech-portal-grid {
    grid-template-columns: 1fr;
  }

  .sartech-b2b-login-card {
    border-left: 0;
    border-top: 1px solid rgba(126, 113, 177, 0.12);
  }

  .sartech-portal-hero {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .sartech-b2b-entry-copy,
  .sartech-b2b-login-card,
  .sartech-portal-panel,
  .sartech-portal-hero {
    padding: 24px 20px;
  }

  .sartech-b2b-entry h2,
  .sartech-portal h2 {
    font-size: 25px;
  }

  .sartech-portal-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .sartech-order-success-meta {
    grid-template-columns: 1fr;
  }

  .sartech-order-success-meta span {
    border-right: 0;
    border-bottom: 1px solid rgba(126, 113, 177, 0.12);
  }

  .sartech-order-success-meta span:last-child {
    border-bottom: 0;
  }
}
