/* Start custom CSS for html, class: .elementor-element-a2134e2 *//* ===== Nền tảng ===== */
.sb-privacy { font-family: 'Be Vietnam Pro', 'Poppins', Arial, sans-serif; color: #2b3a67; background: #f6f9ff; padding: 0 0 70px; }
.sb-privacy * { box-sizing: border-box; }
.sb-privacy-wrap { max-width: 1000px; margin: 0 auto; padding: 0 24px; }

/* ===== Hero ===== */
.sb-privacy-hero {
  background: linear-gradient(135deg, #2b6cf6 0%, #1fc8db 100%);
  color: #fff;
  padding: 64px 24px 56px;
  text-align: center;
}
.sb-privacy-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-privacy-hero h1 { font-size: 38px; font-weight: 700; margin: 0 0 12px; text-shadow: 0 3px 14px rgba(0,0,0,.15); }
.sb-privacy-hero p { font-size: 16px; opacity: .95; margin: 0; max-width: 620px; margin-left: auto; margin-right: auto; line-height: 1.6; }
.sb-privacy-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 ===== */
.sb-privacy-body { display: grid; grid-template-columns: 250px 1fr; gap: 40px; margin-top: 50px; }

/* Mục lục */
.sb-privacy-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-privacy-toc h4 { font-size: 14px; text-transform: uppercase; letter-spacing: .5px; color: #2b6cf6; margin: 0 0 16px; }
.sb-privacy-toc ul { list-style: none; padding: 0; margin: 0; }
.sb-privacy-toc li { margin-bottom: 10px; }
.sb-privacy-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-privacy-toc a:hover { background: #eef4ff; color: #2b6cf6; padding-left: 16px; }

/* Khối nội dung */
.sb-privacy-content {
  background: #fff;
  border: 1px solid #e7eefc;
  border-radius: 18px;
  padding: 44px 46px;
  box-shadow: 0 6px 22px rgba(43,108,246,.06);
}
.sb-privacy-content .lead { font-size: 17px; line-height: 1.7; color: #4a5670; margin: 0 0 30px; }

.sb-privacy-section { margin-bottom: 38px; scroll-margin-top: 100px; }
.sb-privacy-section:last-child { margin-bottom: 0; }
.sb-privacy-section h2 {
  font-size: 22px; font-weight: 700; color: #2b3a67;
  margin: 0 0 18px; padding-bottom: 12px;
  display: flex; align-items: center; gap: 12px;
  border-bottom: 1px solid #eef2f8;
}
.sb-privacy-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-privacy-section h3 { font-size: 17px; font-weight: 600; color: #2b3a67; margin: 22px 0 10px; }

/* Đoạn text + hiệu ứng hover */
.sb-privacy-section p {
  font-size: 15.5px; line-height: 1.75; color: #5a6781;
  margin: 0 0 14px; padding: 6px 6px 6px 14px;
  border-left: 3px solid transparent;
  border-radius: 0 8px 8px 0;
  transition: background .3s ease, color .3s ease, border-color .3s ease, transform .3s ease;
}
.sb-privacy-section p:hover {
  background: #f6f9ff;
  color: #2b3a67;
  border-left-color: #1fc8db;
  transform: translateX(5px);
}

/* List */
.sb-privacy-section ul { margin: 0 0 14px; padding-left: 0; list-style: none; }
.sb-privacy-section ul li {
  position: relative; padding-left: 26px; margin-bottom: 10px;
  font-size: 15.5px; line-height: 1.7; color: #5a6781;
  transition: color .3s ease, padding-left .3s ease;
}
.sb-privacy-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;
}
.sb-privacy-section ul li:hover { color: #2b6cf6; padding-left: 30px; }

/* Bảng định nghĩa dạng card */
.sb-def-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 6px 0 14px; }
.sb-def-card {
  background: #f6f9ff;
  border: 1px solid #e7eefc;
  border-radius: 14px;
  padding: 16px 18px;
  transition: background .3s ease, box-shadow .3s ease, transform .3s ease, border-color .3s ease;
}
.sb-def-card:hover {
  background: #fff;
  box-shadow: 0 12px 28px rgba(43,108,246,.12);
  border-color: #cfe0ff;
  transform: translateY(-4px);
}
.sb-def-card b { display: block; color: #2b6cf6; font-size: 15px; margin-bottom: 6px; }
.sb-def-card span { font-size: 13.5px; line-height: 1.6; color: #6b7691; }

/* Box ghi chú */
.sb-privacy-note {
  background: #eef4ff; border: 1px solid #d8e8ff;
  border-radius: 14px; padding: 18px 22px; margin: 16px 0;
  display: flex; gap: 14px;
}
.sb-privacy-note i { color: #2b6cf6; font-size: 20px; margin-top: 2px; flex-shrink: 0; }
.sb-privacy-note p { margin: 0; font-size: 14.5px; line-height: 1.65; color: #4a5670; padding: 0; border: none; }
.sb-privacy-note p:hover { background: none; transform: none; }

/* Box liên hệ */
.sb-privacy-contact {
  margin-top: 14px;
  background: linear-gradient(135deg, #eef4ff, #e8fbff);
  border: 1px solid #d8e8ff;
  border-radius: 14px; padding: 22px 24px;
}
.sb-privacy-contact p { padding: 0; border: none; margin: 0 0 8px; }
.sb-privacy-contact p:hover { background: none; transform: none; }
.sb-privacy-contact b { color: #2b3a67; }
.sb-privacy-contact a { color: #2b6cf6; text-decoration: none; font-weight: 600; }
.sb-privacy-contact a:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 860px) {
  .sb-privacy-body { grid-template-columns: 1fr; }
  .sb-privacy-toc { position: static; }
  .sb-privacy-hero h1 { font-size: 30px; }
  .sb-privacy-content { padding: 30px 24px; }
  .sb-def-grid { grid-template-columns: 1fr; }
}/* End custom CSS */