/* Start custom CSS for html, class: .elementor-element-d66b5ec *//* ===== Nền tảng ===== */
.sb-terms { font-family: 'Be Vietnam Pro', 'Poppins', Arial, sans-serif; color: #2b3a67; background: #f6f9ff; padding: 0 0 70px; }
.sb-terms * { box-sizing: border-box; }
.sb-terms-wrap { max-width: 1000px; margin: 0 auto; padding: 0 24px; }

/* ===== Hero tiêu đề ===== */
.sb-terms-hero {
  background: linear-gradient(135deg, #2b6cf6 0%, #1fc8db 100%);
  color: #fff;
  padding: 64px 24px 56px;
  text-align: center;
}
.sb-terms-hero .ic {
  width: 70px; height: 70px;
  margin: 0 auto 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 30px;
}
.sb-terms-hero h1 { font-size: 38px; font-weight: 700; margin: 0 0 12px; text-shadow: 0 3px 14px rgba(0,0,0,.15); }
.sb-terms-hero p { font-size: 16px; opacity: .95; margin: 0; }
.sb-terms-update { display: inline-block; margin-top: 18px; background: rgba(255,255,255,.18); padding: 7px 18px; border-radius: 50px; font-size: 13.5px; font-weight: 500; }

/* ===== Bố cục nội dung ===== */
.sb-terms-body { display: grid; grid-template-columns: 250px 1fr; gap: 40px; margin-top: 50px; }

/* Mục lục */
.sb-terms-toc {
  position: sticky;
  top: 100px;
  align-self: start;
  background: #fff;
  border: 1px solid #e7eefc;
  border-radius: 16px;
  padding: 24px 22px;
  box-shadow: 0 6px 22px rgba(43,108,246,.06);
}
.sb-terms-toc h4 { font-size: 14px; text-transform: uppercase; letter-spacing: .5px; color: #2b6cf6; margin: 0 0 16px; }
.sb-terms-toc ul { list-style: none; padding: 0; margin: 0; }
.sb-terms-toc li { margin-bottom: 10px; }
.sb-terms-toc a {
  font-size: 14.5px; color: #5a6781; text-decoration: none;
  display: block; padding: 6px 10px; border-radius: 8px;
  transition: background .3s ease, color .3s ease, padding-left .3s ease;
}
.sb-terms-toc a:hover { background: #eef4ff; color: #2b6cf6; padding-left: 16px; }

/* Khối nội dung */
.sb-terms-content {
  background: #fff;
  border: 1px solid #e7eefc;
  border-radius: 18px;
  padding: 44px 46px;
  box-shadow: 0 6px 22px rgba(43,108,246,.06);
}
.sb-terms-content .sb-intro-lead { font-size: 17px; line-height: 1.7; color: #4a5670; margin: 0 0 30px; }
.sb-terms-section { margin-bottom: 36px; scroll-margin-top: 100px; }
.sb-terms-section:last-child { margin-bottom: 0; }
.sb-terms-section h2 {
  font-size: 22px; font-weight: 700; color: #2b3a67;
  margin: 0 0 16px; padding-bottom: 12px;
  position: relative; display: flex; align-items: center; gap: 12px;
  border-bottom: 1px solid #eef2f8;
}
.sb-terms-section h2 .num {
  width: 34px; height: 34px; flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #2b6cf6, #1fc8db);
  color: #fff; font-size: 15px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.sb-terms-section p { font-size: 15.5px; line-height: 1.75; color: #5a6781; margin: 0 0 14px; }
.sb-terms-section ul { margin: 0 0 14px; padding-left: 0; list-style: none; }
.sb-terms-section ul li {
  position: relative; padding-left: 26px; margin-bottom: 10px;
  font-size: 15.5px; line-height: 1.7; color: #5a6781;
}
.sb-terms-section ul li::before {
  content: "✓"; position: absolute; left: 0; top: 2px;
  width: 18px; height: 18px;
  background: linear-gradient(135deg, #2b6cf6, #1fc8db);
  color: #fff; border-radius: 50%; font-size: 10px;
  display: flex; align-items: center; justify-content: center;
}

/* Box cảnh báo */
.sb-terms-note {
  background: #fff6f6; border: 1px solid #ffe0e0;
  border-radius: 14px; padding: 18px 22px; margin: 18px 0;
  display: flex; gap: 14px;
}
.sb-terms-note i { color: #e63333; font-size: 20px; margin-top: 2px; flex-shrink: 0; }
.sb-terms-note p { margin: 0; font-size: 14.5px; line-height: 1.65; color: #8a5a5a; }

/* Box liên hệ cuối */
.sb-terms-contact {
  margin-top: 14px;
  background: linear-gradient(135deg, #eef4ff, #e8fbff);
  border: 1px solid #d8e8ff;
  border-radius: 14px; padding: 22px 24px;
}
.sb-terms-contact b { color: #2b3a67; }
.sb-terms-contact a { color: #2b6cf6; text-decoration: none; font-weight: 600; }
.sb-terms-contact a:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 860px) {
  .sb-terms-body { grid-template-columns: 1fr; }
  .sb-terms-toc { position: static; }
  .sb-terms-hero h1 { font-size: 30px; }
  .sb-terms-content { padding: 30px 24px; }
}/* End custom CSS */