header.header {
  background: #fff;
}

header.header .hero .hero-body {
  height: 392px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

.hero .hero-body .container {
  margin-top: 114px;
  max-width: 1160px;
}
.hero .hero-body .container .button svg {
  margin-top: -1px;
}
.hero .hero-body .container .button.is-ghost {
  background: transparent;
  border: 1px solid #0f0d15;
  color: #0f0d15;
}
.hero .hero-body .container .button.is-ghost:hover {
  opacity: 0.6;
}
header.header .hero .hero-body .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  color: #201c26;
  margin-bottom: 12px;
}

header.header .hero .hero-body .subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #615e69;
}

header.header .button {
  border-radius: 0;
  padding: 12px 39px;
}

header.header .hero .btn-group .button:not(:last-child) {
  margin-right: 22px;
}
.section.product-active {
  background: #fff;
  padding: 64px;
}

.table-outer {
  border: 1px solid #d5dee7;
  border-radius: 8px;
  overflow-y: hidden;
  overflow-x: auto;
}
.table-outer table {
  min-width: 600px;
}
.lifecycle-title {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
  color: #09121a;
  font-size: 32px;
  font-weight: 600;
}
.lifecycle-title span {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  color: #09121a;
}
.lifecycle-title img {
  height: 45px;
  width: 45px;
  margin-right: 10px;
}
.page-content-wrap {
  max-width: 1160px;
  margin: 0 auto;
  width: 100%;
}
.lifecycle-section .title {
  font-size: 28px;
  color: #1d2b3a;
  margin-bottom: 32px;
  font-weight: 600;
  line-height: 36px;
}

.terms-section td,
.terms-section th {
  color: #324558;
  font-weight: 400;
  padding: 12px 16px;
}

/* ===== Lifecycle tables ===== */
.table.lifecycle-table {
  border: 1px solid #d5dee7;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0;
}
.table.lifecycle-table th,
.table.lifecycle-table td {
  vertical-align: middle;
  font-size: 16px;
  color: #324558;
  padding-top: 12px;
  padding-bottom: 12px;
  border-width: 0 0 1px 0;
}
.table.lifecycle-table th {
  color: #778592;
  font-weight: 400;
  background: transparent;
}
.table.lifecycle-table td {
  border-bottom-color: #d5dee7;
}

.table text-center {
  text-align: center;
}

.table text-left {
  text-align: left;
}

.table.lifecycle-table td .check-icon {
  color: transparent;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy4yNTYgNi4wMDYxNUw4LjgwMDYxIDE0LjQ2MTVDOC4zMTI0NiAxNC45NDk3IDcuNTIxIDE0Ljk0OTcgNy4wMzI4NSAxNC40NjE1TDIuNzQ0MTQgMTAuMTcyOEwzLjkyMjY1IDguOTk0M0w3LjkxNjczIDEyLjk4ODRMMTYuMDc3NSA0LjgyNzY0TDE3LjI1NiA2LjAwNjE1WiIgZmlsbD0iIzE1QTY3NSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
}

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

/* ===== Term table ===== */
.term-abbr {
  font-family: "Roboto", "PingFang SC", sans-serif;
  font-weight: 500;
  color: #09121a;
}
.term-fullname {
  font-family: "Roboto", "PingFang SC", sans-serif;
  font-weight: 300;
  color: #324558;
}
.term-def {
  line-height: 1.8;
  letter-spacing: 0.2px;
}

/* ===== Support table ===== */
.support-table th,
.support-table td {
  text-align: center;
  border-width: 0 1px 1px 0 !important;
  border-right: 1px solid #d5dee7;
}

.support-table th.col-support-1 {
  width: 40%;
  background-color: #f5f7fa;
  text-align: center;
}
.support-table th.col-time {
  width: 20%;
  text-align: center;
  background-color: #f5f7fa;
  border-right: 1px solid #d5dee7;
}
.support-table td.col-time-cell {
  text-align: center;
  background: #fff;
  border-right: 1px solid #d5dee7;
}
.support-table td.col-check {
  text-align: center;
  border-right: 1px solid #e4ebf1;
}
.support-table td.col-check:last-child {
  border-right: none;
}
.support-table tr:last-child td {
  border-bottom: none;
}
.support-table .check-icon {
  color: #15a675;
}

/* ===== Matrix tables ===== */
.matrix-section + .matrix-section {
  margin-top: 56px;
}
.matrix-group-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  background: linear-gradient(90deg, #3ddda6, #0089b3 7.367%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.matrix-table-outer {
  border: 1px solid #d5dee7;
  border-radius: 8px;
  overflow-y: hidden;
  overflow-x: auto;
  padding: 12px 20px;
}

.matrix-table-outer table {
  margin-bottom: 0;
  min-width: 100%;
}

.table.matrix-table th {
  border-bottom: 3px solid #15a675 !important;
  color: #778592;
  font-weight: 400;
  line-height: 24px;
  vertical-align: middle;
  font-size: 16px;
  background: #fff;
}
/* Storage product tables use smaller header font */
.matrix-table.storage-header th {
  font-size: 14px;
}
.table.matrix-table td {
  border-bottom: 1px solid #d2d1d4;
  padding: 16px 12px;
  height: 56px;
  vertical-align: middle;
  color: #201c26;
}
.table.matrix-table tr:last-child td {
  border-bottom: none;
}
.table.matrix-table .ver-name {
  font-family: "Roboto", "PingFang SC", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #0f0d15;
}
.table.matrix-table .ver-date {
  font-family: "Roboto", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1d2b3a;
}
.matrix-table .col-title {
  width: 10%;
}
.matrix-table .col-date {
}
.matrix-table td {
  text-align: center;
}
.matrix-table th {
  text-align: center;
  border-bottom-width: 2px !important;
}

/* Alternating row colors */
.matrix-table tbody tr:hover {
  background: #f5f7fa;
}

/* Subsection bullet */
.subsection-bullet {
  font-size: 16px;
  font-weight: 700;
  color: #3e464c;
  margin-bottom: 12px;
  list-style: disc;
  margin-left: 24px;
}
.subsection-bullet span {
  line-height: 36px;
}

/* ===== Section spacing ===== */
.lifecycle-section + .lifecycle-section {
  margin-top: 64px;
}

.footer-note-box {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjcxMTQzIDEuODMxMzZDNy44Mzk4MiAxLjYwOTYgOC4xNTk5OSAxLjYwOTYgOC4yODgzOCAxLjgzMTM2TDE1LjA0MzYgMTMuNDk5NEMxNS4xNzIyIDEzLjcyMTYgMTUuMDExOSAxMy45OTk4IDE0Ljc1NTEgMTMuOTk5OEgxLjI0NDcyQzAuOTg3OTQzIDEzLjk5OTggMC44Mjc1OSAxMy43MjE2IDAuOTU2MjQ1IDEzLjQ5OTRMNy43MTE0MyAxLjgzMTM2Wk04LjY2NjU5IDkuOTk5NzZINy4zMzMyNUw3LjE2NjU5IDUuMzMzMDlIOC44MzMyNUw4LjY2NjU5IDkuOTk5NzZaTTguNjY2NTkgMTEuMzMzMUg3LjMzMzI1VjEyLjY2NjRIOC42NjY1OVYxMS4zMzMxWiIgZmlsbD0iI0U5QzMyMiIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-color: #fff9d9;
  color: #324558;
  font-size: 12px;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 64px;
  padding-left: 36px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.button.is-subscribe {
  background: #b4b4b7;
  border-color: rgba(255, 255, 255, 0.6);
}
.button.is-subscribe:hover {
  background: #b4b4b7;
  opacity: 0.8;
}

.section.footer {
  padding: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/static/assets/images/footer-bg.png) no-repeat center/cover;
}

.section.footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.footer h4 {
  font-weight: 500;
  font-size: 26px;
  color: #ffffff;
  margin: 0px 45px 0;
  line-height: 0;
}

.section.footer a {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  width: 128px;
  height: 44px;
}

@media screen and (max-width: 768px) {
  .section.footer .container {
    flex-direction: column;
  }

  .section.footer h4 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: unset;
  }
}
/* ========== 自定义对话框 ========== */
.dialog-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.dialog-overlay.active {
  display: flex;
}
.dialog-box {
  background: #fff;
  border-radius: 8px;
  width: 420px;
  max-width: 90vw;
  padding: 28px 24px 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  color: #333;
  position: relative;
}
.dialog-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dialog-title .icon-warning {
  color: #e6a23c;
  font-size: 22px;
}
.dialog-body {
  font-size: 14px;
  line-height: 1.6;
  color: #606266;
  margin-bottom: 24px;
}
.dialog-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

/* ========== Toast 消息 ========== */
.toast-container {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.toast {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  animation: toastIn 0.3s ease;
  min-width: 260px;
}
.toast.success {
  background: #ffffff;
  color: #324558;
  border: 1px solid #e1f3d8;
}
.toast.error {
  background: #fef0f0;
  color: #f56c6c;
  border: 1px solid #fde2e2;
}
.toast .toast-icon {
  font-size: 18px;
  flex-shrink: 0;
}
@keyframes toastIn {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
