/* =========================================================
   CssChung - các style dùng chung giữa nhiều trang
   File được tách tự động từ CSS trong HTML.
   ========================================================= */

/* ===== Base / Desktop ===== */

@font-face {
  font-family: "Inter Tight";
  src: url("../FontforSimax/InterTight-Regular.woff2") format("woff2");

}

@font-face {
  font-family: InterSemiBold;
  src: url("../FontforSimax/InterTight-SemiBold.woff2") format("woff2");

}

@font-face {
  font-family: LogoSimaxttf;
  src: url(../FontforSimax/air_mitalic.ttf) format("truetype");

}

:root {
  --primary: #0d6efd;
  --primary-dark: #0b5ed7;
  --text: #102a43;
  --muted: #6b7c93;
  --line: #e8eef7;
  --bg-soft: #f5f9ff;
  --card-shadow: 0 14px 40px rgba(13, 110, 253, 0.08);
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.InterSemiBold {
  font-family: InterSemiBold !important;
}

.LogoSimaxttf {
  font-family: LogoSimaxttf !important;
}

.stylelogo {
  letter-spacing: 1.8px;
  color: #f26726;
  font-size: 80px;
  display: inline-block;
  transform: scaleY(1.5);
  transform-origin: center 106%;
  vertical-align: middle;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #f0f3f8;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar {
  padding: 14px 0;
}

.navbar-brand {
  font-weight: 800;
  font-size: 28px;
  color: #0f4fbf !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

.industry-page {
  overflow: hidden;
}

.header-logo-img {
  height: 38px;
  width: auto;
  display: block;
  object-fit: contain;
}

.brand-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #3aa0ff, #0d6efd);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.nav-link {
  color: #3b4a66 !important;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px !important;
  position: relative;
}

.nav-link.active {
  color: var(--primary) !important;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -10px;
  height: 3px;
  background: var(--primary);
  border-radius: 999px;
}

.btn-consult {
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 18px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 10px 20px rgba(13, 110, 253, .18);
  transition: all .2s ease;
}

.btn-consult:hover {
  background: var(--primary-dark);
  color: #fff;
}

.hero-section {
  background: radial-gradient(circle at 85% 25%, rgba(13, 110, 253, .08), transparent 25%),
    linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
  padding: 34px 0 22px;
  overflow: hidden;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #eef5ff;
  color: var(--primary);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
}

.hero-title {
  font-size: 54px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 18px;
  color: #173153;
}

.hero-title .highlight {
  color: var(--primary);
}

.hero-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.hero-feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #274060;
  font-weight: 500;
}

.hero-feature-list li i {
  width: 18px;
  color: var(--primary);
  text-align: center;
}

.hero-desc {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 24px;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.btn-main {
  background: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 24px rgba(13, 110, 253, .18);
}

.btn-main:hover {
  background: var(--primary-dark);
  color: #fff;
}

.btn-outline-soft {
  background: #fff;
  color: var(--primary);
  border: 1px solid #cfe0ff;
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-outline-soft:hover {
  background: #f3f8ff;
  color: var(--primary);
}

.hero-visual {
  position: relative;
  min-height: 405px;
}

.dashboard-card {
  position: absolute;
  top: 10px;
  left: 0;
  right: 125px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px;
  box-shadow: var(--card-shadow);
  z-index: 1;
}

.dashboard-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.dashboard-head h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #385070;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.metric-card {
  border: 1px solid #eef3fb;
  border-radius: 14px;
  padding: 10px 12px;
  background: #fff;
}

.metric-card .icon {
  font-size: 13px;
  margin-bottom: 6px;
  color: var(--primary);
}

.metric-card .number {
  font-size: 22px;
  font-weight: 800;
  color: #173153;
  line-height: 1;
}

.metric-card .label {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}

.chart-grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr;
  gap: 14px;
  align-items: stretch;
}

.chart-box {
  border: 1px solid #eef3fb;
  border-radius: 14px;
  padding: 14px;
  background: #fff;
}

.chart-title {
  font-size: 13px;
  font-weight: 700;
  color: #405776;
  margin-bottom: 10px;
}

.simple-line {
  width: 100%;
  height: 90px;
}

.schedule-table {
  margin-top: 12px;
  border-top: 1px solid #eff4fb;
  padding-top: 12px;
}

.schedule-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #667a94;
  margin-bottom: 7px;
}

.donut-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.donut {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: conic-gradient(#0d6efd 0 35%,
      #3ccf91 35% 60%,
      #ffc857 60% 80%,
      #8b5cf6 80% 100%);
  position: relative;
}

.donut::after {
  content: "";
  position: absolute;
  inset: 22px;
  background: #fff;
  border-radius: 50%;
}

.legend-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.legend-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #667a94;
  margin-bottom: 7px;
}

.legend-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.integration-stack {
  position: absolute;
  right: 0;
  top: 60px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 3;
}

.integration-item {
  width: 110px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 10px;
  box-shadow: var(--card-shadow);
  display: flex;
  align-items: center;
  gap: 10px;
}

.integration-item i {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: #eff5ff;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.integration-item .name {
  font-size: 13px;
  font-weight: 800;
  color: #1d3557;
  line-height: 1.1;
}

.integration-item .sub {
  font-size: 10px;
  color: #7b8da8;
  margin-top: 3px;
  line-height: 1.2;
}

.stats-row-wrap {
  margin-top: 18px;
}

.stats-row {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--card-shadow);
  overflow: hidden;
}

.stat-item {
  padding: 20px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
  border-right: 1px solid #eef3fb;
}

.stats-row .col:last-child .stat-item {
  border-right: none;
}

.stat-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #eef5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 18px;
  flex-shrink: 0;
}

.stat-content .value {
  font-size: 22px;
  font-weight: 800;
  color: #1d3557;
  line-height: 1.1;
}

.stat-content .text {
  font-size: 13px;
  color: #72839c;
  margin-top: 4px;
}

.pain-section {
  padding: 38px 0 34px;
  background: #fff;
}

.section-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.section-number {
  width: 44px;
  height: 34px;
  border-radius: 9px;
  background: #eaf4ff;
  color: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  flex-shrink: 0;
}

.section-heading h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #173153;
  line-height: 1.2;
}

.section-heading p {
  margin: 6px 0 0;
  font-size: 14px;
  color: #667a94;
  font-weight: 500;
}

.pain-card-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.pain-card {
  background: #fff;
  border: 1px solid #e8eef7;
  border-radius: 14px;
  padding: 18px 16px 20px;
  min-height: 190px;
  box-shadow: 0 12px 30px rgba(13, 110, 253, .05);
  position: relative;
  overflow: hidden;
  transition: all .2s ease;
}

.pain-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(13, 110, 253, .1);
}

.pain-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 18px;
}

.pain-icon.red {
  background: #fff0f2;
  color: #ef4444;
}

.pain-icon.orange {
  background: #fff7e6;
  color: #f59e0b;
}

.pain-icon.green {
  background: #eafaf2;
  color: #16a34a;
}

.pain-icon.purple {
  background: #f3efff;
  color: #7c3aed;
}

.pain-icon.blue {
  background: #eef5ff;
  color: #0d6efd;
}

.pain-icon.cyan {
  background: #ecfeff;
  color: #0891b2;
}

.pain-card h3 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 800;
  color: #173153;
  line-height: 1.35;
}

.pain-card p {
  margin: 0;
  font-size: 13px;
  color: #667a94;
  line-height: 1.55;
  font-weight: 500;
}

.pain-line {
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 42px;
  height: 4px;
  border-radius: 999px 999px 0 0;
}

.pain-line.red {
  background: #ef4444;
}

.pain-line.orange {
  background: #f59e0b;
}

.pain-line.green {
  background: #16a34a;
}

.pain-line.purple {
  background: #7c3aed;
}

.pain-line.blue {
  background: #0d6efd;
}

.pain-line.cyan {
  background: #0891b2;
}

.solution-section {
  padding: 34px 0 38px;
  background: #fff;
}

.section-heading-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.section-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dce8f6;
  background: #fff;
  color: #0d6efd;
  border-radius: 10px;
  padding: 9px 13px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(13, 110, 253, .04);
  white-space: nowrap;
}

.section-more:hover {
  background: #f3f8ff;
  color: #0d6efd;
}

.architecture-box {
  background: #fff;
  border: 1px solid #e3edf8;
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(13, 110, 253, .06);
  padding: 18px;
}

.architecture-grid {
  display: grid;
  grid-template-columns: 150px 1fr 165px;
  gap: 18px;
  align-items: stretch;
}

.arch-side {
  border: 1px solid #e7eef8;
  border-radius: 14px;
  background: #fbfdff;
  padding: 16px 13px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.arch-side-title {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0d6efd;
  text-align: center;
  margin-bottom: 5px;
}

.arch-side-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e8eef7;
  border-radius: 12px;
  padding: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #405776;
  min-height: 44px;
}

.arch-side-item i {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: #eef5ff;
  color: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

.arch-center {
  border: 1px solid #e2ebf7;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  padding: 16px;
  position: relative;
}

.arch-layer {
  border: 1px solid #e7eef8;
  background: #fff;
  border-radius: 14px;
  padding: 13px;
  margin-bottom: 14px;
}

.arch-layer:last-child {
  margin-bottom: 0;
}

.arch-layer-title {
  text-align: center;
  font-size: 12px;
  color: #0d6efd;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.portal-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.portal-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  border: 1px solid #e7eef8;
  border-radius: 10px;
  background: #fbfdff;
  color: #49617f;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.portal-item i {
  color: #0d6efd;
}

.app-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.app-box {
  border: 1px solid #e1ebf6;
  background: #fff;
  border-radius: 13px;
  padding: 12px 8px;
  min-height: 104px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 8px 18px rgba(13, 110, 253, .04);
}

.app-box.active {
  border: 2px solid #0d6efd;
  background: #f3f8ff;
  transform: translateY(-3px);
}

.app-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef5ff;
  color: #0d6efd;
  margin-bottom: 8px;
  font-size: 16px;
}

.app-box:nth-child(2) .app-icon {
  background: #ecfdf3;
  color: #16a34a;
}

.app-box:nth-child(3) .app-icon {
  background: #f3efff;
  color: #7c3aed;
}

.app-box:nth-child(5) .app-icon {
  background: #fff7e6;
  color: #f59e0b;
}

.app-box:nth-child(6) .app-icon {
  background: #ecfeff;
  color: #0891b2;
}

.app-name {
  font-size: 13px;
  font-weight: 800;
  color: #173153;
  line-height: 1.2;
  margin-bottom: 5px;
}

.app-desc {
  font-size: 10.5px;
  color: #72839c;
  line-height: 1.25;
  font-weight: 600;
}

.core-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.core-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border: 1px solid #e7eef8;
  border-radius: 12px;
  background: #fbfdff;
  color: #49617f;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 8px;
}

.core-item i {
  color: #0d6efd;
  font-size: 18px;
  flex-shrink: 0;
}

.dashboard-layer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 45px;
  border: 1px dashed #cfe0ff;
  border-radius: 12px;
  background: #f7fbff;
  color: #33639d;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.dashboard-layer i {
  color: #0d6efd;
  font-size: 18px;
}

.arch-note {
  margin-top: 16px;
  border: 1px solid #d7eaff;
  border-radius: 14px;
  background: #eef7ff;
  color: #1e5799;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.arch-note i {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #0d6efd;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.features-section {
  padding: 34px 0 42px;
  background: #fff;
}

.feature-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 4px 0 18px;
}

.feature-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dfe9f7;
  background: #fff;
  color: #405776;
  border-radius: 10px;
  min-height: 40px;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(13, 110, 253, .035);
}

.feature-tab.active {
  background: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  box-shadow: 0 12px 24px rgba(13, 110, 253, .18);
}

.feature-tab i {
  font-size: 15px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(13, 110, 253, .1);
}

.feature-card::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(13, 110, 253, .055);
}

.feature-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef5ff;
  color: #0d6efd;
  font-size: 19px;
  flex-shrink: 0;
}

.feature-card:nth-child(2n) .feature-icon {
  background: #ecfdf3;
  color: #16a34a;
}

.feature-card:nth-child(3n) .feature-icon {
  background: #f3efff;
  color: #7c3aed;
}

.feature-card:nth-child(4n) .feature-icon {
  background: #fff7e6;
  color: #f59e0b;
}

.feature-card:nth-child(5n) .feature-icon {
  background: #fff0f2;
  color: #ef4444;
}

.feature-card:nth-child(6n) .feature-icon {
  background: #ecfeff;
  color: #0891b2;
}

.feature-title {
  margin: 0;
  font-size: 15.5px;
  font-weight: 850;
  color: #173153;
  line-height: 1.25;
}

.feature-sub {
  display: block;
  margin-top: 4px;
  font-size: 11.5px;
  font-weight: 650;
  color: #72839c;
  line-height: 1.3;
}

.feature-card ul {
  margin: 0;
  padding-left: 18px;
  color: #4d617d;
  font-size: 12.8px;
  line-height: 1.62;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.feature-plus {
  position: absolute;
  right: 15px;
  bottom: 13px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #dce8f6;
  background: #fff;
  color: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  box-shadow: 0 6px 14px rgba(13, 110, 253, .06);
  z-index: 2;
}

.feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #ef4444;
  background: #fff0f2;
  border-radius: 999px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: 800;
  margin-left: 5px;
  vertical-align: middle;
}

.feature-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.feature-benefit {
  display: flex;
  align-items: center;
  gap: 13px;
  background: #fff;
  border: 1px solid #e4edf8;
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(13, 110, 253, .045);
  padding: 16px 18px;
  min-height: 78px;
}

.feature-benefit i {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #eef5ff;
  color: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.feature-benefit:nth-child(2) i {
  background: #f3efff;
  color: #7c3aed;
}

.feature-benefit:nth-child(3) i {
  background: #ecfeff;
  color: #0891b2;
}

.feature-benefit:nth-child(4) i {
  background: #eaf4ff;
  color: #0d6efd;
}

.feature-benefit strong {
  display: block;
  color: #173153;
  font-size: 14px;
  font-weight: 850;
  margin-bottom: 3px;
}

.feature-benefit span {
  color: #72839c;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.demo-section {
  padding: 34px 0 38px;
  background: #fff;
}

.demo-tabs {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.25fr 1fr 1.25fr 1.05fr;
  gap: 10px;
  margin: 4px 0 16px;
}

.demo-tab {
  height: 40px;
  border: 1px solid #dfe9f7;
  background: #fff;
  color: #405776;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(13, 110, 253, .035);
  white-space: nowrap;
}

.demo-tab.active {
  background: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  box-shadow: 0 12px 24px rgba(13, 110, 253, .18);
}

.demo-stage {
  position: relative;
  background: linear-gradient(180deg, #f3f8ff, #ffffff);
  border: 1px solid #e1ebf6;
  border-radius: 16px;
  min-height: 198px;
  box-shadow: 0 14px 36px rgba(13, 110, 253, .055);
  overflow: hidden;
  display: grid;
  grid-template-columns: 46px 1fr 330px 46px;
  align-items: center;
  gap: 14px;
  padding: 18px 14px;
}

.demo-stage::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .45), rgba(255, 255, 255, .9));
  z-index: 0;
}

.demo-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #dce8f6;
  background: #fff;
  color: #7d8fa8;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(13, 110, 253, .06);
  position: relative;
  z-index: 2;
}

.demo-center {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #657a95;
  padding: 20px;
}

.demo-placeholder-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  margin: 0 auto 12px;
  background: #fff;
  border: 1px solid #dce8f6;
  color: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  box-shadow: 0 10px 22px rgba(13, 110, 253, .07);
}

.demo-center h3 {
  margin: 0 0 7px;
  color: #2865a8;
  font-size: 18px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .2px;
}

.demo-center p {
  margin: 0;
  color: #6e8099;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.demo-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 13px;
}

.demo-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bcd3ef;
}

.demo-dot.active {
  width: 18px;
  border-radius: 999px;
  background: #0d6efd;
}

.demo-contact {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid #e1ebf6;
  border-radius: 15px;
  min-height: 142px;
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr 72px;
  align-items: center;
  gap: 16px;
  box-shadow: 0 12px 28px rgba(13, 110, 253, .06);
}

.demo-contact h4 {
  margin: 0 0 8px;
  color: #173153;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.25;
}

.demo-contact p {
  margin: 0 0 13px;
  color: #667a94;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.demo-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d6e5f6;
  background: #fff;
  color: #29496f;
  border-radius: 9px;
  padding: 8px 11px;
  font-size: 12.5px;
  font-weight: 800;
}

.demo-handshake {
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: linear-gradient(135deg, #eef7ff, #ffffff);
  border: 1px solid #dbe8f7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d6efd;
  font-size: 29px;
  box-shadow: 0 10px 22px rgba(13, 110, 253, .08);
}

.demo-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.demo-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #e4edf8;
  background: #fff;
  border-radius: 14px;
  padding: 15px 16px;
  min-height: 76px;
  box-shadow: 0 12px 28px rgba(13, 110, 253, .045);
}

.demo-benefit i {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #eef5ff;
  color: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}

.demo-benefit:nth-child(2) i {
  background: #ecfeff;
  color: #0891b2;
}

.demo-benefit:nth-child(3) i {
  background: #f3efff;
  color: #7c3aed;
}

.demo-benefit:nth-child(4) i {
  background: #fff7e6;
  color: #f59e0b;
}

.demo-benefit strong {
  display: block;
  color: #173153;
  font-size: 13.5px;
  font-weight: 850;
  margin-bottom: 3px;
}

.demo-stage.is-changing .demo-center,
.demo-stage.is-changing .demo-contact {
  opacity: .25;
  transform: translateY(6px);
}

.demo-center,
.demo-contact {
  transition: opacity .22s ease, transform .22s ease;
}

.demo-tab,
.demo-arrow,
.demo-dot {
  cursor: pointer;
}

.demo-tab:focus,
.demo-arrow:focus {
  outline: 3px solid rgba(13, 110, 253, .18);
  outline-offset: 2px;
}

.demo-benefit span {
  display: block;
  color: #72839c;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.related-section {
  padding: 34px 0 40px;
  background: #fff;
}

.related-wrap {
  position: relative;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.related-card {
  background: #fff;
  border: 1px solid #e4edf8;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(13, 110, 253, .055);
  padding: 18px;
  min-height: 245px;
  position: relative;
  overflow: hidden;
  transition: all .2s ease;
}

.related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(13, 110, 253, .1);
}

.related-visual {
  height: 82px;
  border-radius: 14px;
  border: 1px solid #dfe9f7;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 28px;
  background: linear-gradient(135deg, #eef7ff, #ffffff);
  color: #0d6efd;
}

.related-card:nth-child(2) .related-visual {
  background: linear-gradient(135deg, #ecfdf3, #ffffff);
  color: #16a34a;
}

.related-card:nth-child(3) .related-visual {
  background: linear-gradient(135deg, #fff7e6, #ffffff);
  color: #f59e0b;
}

.related-card:nth-child(4) .related-visual {
  background: linear-gradient(135deg, #f3efff, #ffffff);
  color: #7c3aed;
}

.related-card h3 {
  margin: 0 0 10px;
  color: #173153;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 850;
}

.related-card ul {
  margin: 0 0 42px;
  padding-left: 18px;
  color: #4d617d;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 600;
}

.related-card li::marker {
  color: #0d6efd;
}

.related-btn {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  height: 36px;
  border: 1px solid #d6e5f6;
  background: #fff;
  color: #0d6efd;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
}

.related-btn:hover {
  background: #f3f8ff;
  color: #0d6efd;
}

.related-prev,
.related-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #dce8f6;
  background: #fff;
  color: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(13, 110, 253, .12);
  z-index: 2;
}

.related-prev {
  left: -18px;
}

.related-next {
  right: -18px;
}

.related-caption {
  margin-top: 18px;
  border-top: 1px solid #e7eff9;
  border-bottom: 1px solid #e7eff9;
  background: #f8fbff;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #173153;
  font-size: 15px;
  font-weight: 850;
  text-align: center;
}

.related-caption i {
  color: #0d6efd;
  font-size: 22px;
}

.cta-section {
  padding: 28px 0 42px;
  background: #fff;
}

.cta-box {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border-radius: 18px;
  background: radial-gradient(circle at 78% 35%, rgba(255, 255, 255, .18), transparent 24%),
    linear-gradient(135deg, #003c9f 0%, #075bd6 48%, #0044b8 100%);
  color: #fff;
  box-shadow: 0 22px 55px rgba(0, 75, 180, .25);
  padding: 28px 30px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 22px;
  align-items: center;
}

.cta-box::before {
  content: "";
  position: absolute;
  right: 36px;
  top: -120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .20);
  box-shadow: 0 0 0 70px rgba(255, 255, 255, .045),
    0 0 0 155px rgba(255, 255, 255, .025);
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.cta-number {
  width: 42px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  font-size: 21px;
  font-weight: 850;
  flex-shrink: 0;
}

.cta-content h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
}

.cta-desc {
  max-width: 560px;
  color: #dcecff;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
  margin: 0 0 22px;
}

.cta-point-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 24px;
}

.cta-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.cta-point i {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .20);
  font-size: 17px;
  flex-shrink: 0;
}

.cta-point strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  margin-bottom: 5px;
}

.cta-point span {
  display: block;
  color: #cfe4ff;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.45;
}

.cta-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cta-btn-primary,
.cta-btn-outline {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 11px;
  padding: 11px 17px;
  font-size: 13px;
  font-weight: 850;
}

.cta-btn-primary {
  background: #fff;
  border: 1px solid #fff;
  color: #075bd6;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .12);
}

.cta-btn-primary:hover {
  background: #eef6ff;
  color: #075bd6;
}

.cta-btn-outline {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .34);
  color: #fff;
}

.cta-btn-outline:hover {
  background: rgba(255, 255, 255, .15);
  color: #fff;
}

.cta-visual {
  position: relative;
  z-index: 2;
  min-height: 240px;
}

.cta-dashboard {
  position: absolute;
  right: 0;
  top: 24px;
  width: 420px;
  min-height: 188px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 18px;
  box-shadow: 0 22px 45px rgba(0, 38, 110, .25);
  padding: 15px;
  transform: rotate(-1.5deg);
}

.cta-dashboard-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #385070;
  font-size: 12.5px;
  font-weight: 850;
  margin-bottom: 10px;
}

.cta-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}

.cta-metric {
  border: 1px solid #e9f0fa;
  border-radius: 12px;
  padding: 8px;
  background: #fbfdff;
}

.cta-metric i {
  display: block;
  color: #0d6efd;
  font-size: 12px;
  margin-bottom: 5px;
}

.cta-metric strong {
  display: block;
  color: #173153;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

.cta-metric span {
  display: block;
  color: #72839c;
  font-size: 9.5px;
  font-weight: 700;
  margin-top: 3px;
}

.cta-chart-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 10px;
}

.cta-chart,
.cta-donut-card {
  border: 1px solid #e9f0fa;
  background: #fff;
  border-radius: 13px;
  padding: 10px;
  min-height: 82px;
}

.cta-chart-label {
  color: #405776;
  font-size: 10.5px;
  font-weight: 850;
  margin-bottom: 4px;
}

.cta-chart svg {
  width: 100%;
  height: 56px;
}

.cta-mini-donut {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin: 0 auto;
  background: conic-gradient(#0d6efd 0 38%, #3ccf91 38% 62%, #ffc857 62% 80%, #8b5cf6 80% 100%);
  position: relative;
}

.cta-mini-donut::after {
  content: "";
  position: absolute;
  inset: 15px;
  background: #fff;
  border-radius: 50%;
}

.cta-doctor {
  position: absolute;
  left: 12px;
  bottom: -34px;
  width: 170px;
  height: 255px;
  z-index: 3;
  filter: drop-shadow(0 18px 24px rgba(0, 25, 80, .2));
}

.cta-doctor-hair {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 105px;
  height: 108px;
  background: #263247;
  border-radius: 58px 58px 46px 46px;
  z-index: 1;
}

.cta-doctor-head {
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 92px;
  background: #ffd9c7;
  border: 5px solid #fff;
  border-radius: 48% 48% 44% 44%;
  z-index: 2;
}

.cta-doctor-head::before,
.cta-doctor-head::after {
  content: "";
  position: absolute;
  top: 38px;
  width: 7px;
  height: 7px;
  background: #263247;
  border-radius: 50%;
}

.cta-doctor-head::before {
  left: 22px;
}

.cta-doctor-head::after {
  right: 22px;
}

.cta-doctor-smile {
  position: absolute;
  left: 27px;
  bottom: 19px;
  width: 28px;
  height: 11px;
  border-bottom: 3px solid #c45f6b;
  border-radius: 0 0 30px 30px;
}

.cta-doctor-body {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 165px;
  background: #fff;
  border: 1px solid #e0e8f5;
  border-radius: 32px 32px 0 0;
  z-index: 1;
}

.cta-doctor-body::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 72px;
  background: #eef6ff;
  clip-path: polygon(0 0, 100% 0, 74% 100%, 26% 100%);
}

.cta-stethoscope {
  position: absolute;
  left: 38px;
  top: 60px;
  width: 92px;
  height: 82px;
  border: 4px solid #24486f;
  border-top: 0;
  border-radius: 0 0 60px 60px;
  opacity: .7;
}

.cta-doctor-arm {
  position: absolute;
  width: 66px;
  height: 20px;
  background: #f8fbff;
  border: 1px solid #e0e8f5;
  bottom: 46px;
  border-radius: 999px;
  z-index: 4;
}

.cta-doctor-arm.left {
  left: 25px;
  transform: rotate(16deg);
}

.cta-doctor-arm.right {
  right: 25px;
  transform: rotate(-16deg);
}

.site-footer {
  background: #fff;
  border-top: 1px solid #e7eff9;
  padding: 28px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .9fr .9fr .85fr 1.2fr;
  gap: 34px;
  align-items: flex-start;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #173153;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 14px;
}

.footer-brand .brand-icon {
  width: 34px;
  height: 34px;
  font-size: 16px;
}

.footer-desc {
  color: #667a94;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
  max-width: 250px;
  margin: 0 0 16px;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-socials a {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef5ff;
  color: #0d6efd;
  font-size: 13px;
  transition: all .2s ease;
}

.footer-socials a:hover {
  background: #0d6efd;
  color: #fff;
  transform: translateY(-2px);
}

.footer-col h4 {
  margin: 0 0 13px;
  color: #173153;
  font-size: 13.5px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .2px;
}

.footer-col a,
.footer-col p {
  display: block;
  margin: 0 0 9px;
  color: #667a94;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.footer-col a:hover {
  color: #0d6efd;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 9px;
  color: #667a94;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.footer-contact-item i {
  width: 18px;
  color: #0d6efd;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-bottom {
  margin-top: 22px;
  padding: 13px 0;
  border-top: 1px solid #e7eff9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #7b8da8;
  font-size: 12px;
  font-weight: 600;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-bottom-links a {
  color: #7b8da8;
}

.footer-bottom-links a:hover {
  color: #0d6efd;
}

html {
  scroll-behavior: smooth;
}

body {
  scroll-padding-top: 90px;
}

.site-header {
  transition: box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
  border-color: #dfe9f7;
  box-shadow: 0 10px 28px rgba(13, 110, 253, .08);
}

.nav-link {
  transition: color .2s ease;
}

.btn-main,
.btn-outline-soft,
.btn-consult,
.section-more,
.feature-tab,
.demo-tab,
.related-btn,
.cta-btn-primary,
.cta-btn-outline,
.footer-socials a {
  position: relative;
  overflow: hidden;
}

.btn-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: rippleEffect .58s linear;
  background: rgba(255, 255, 255, .45);
  pointer-events: none;
}

@keyframes rippleEffect {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.reveal-up {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .62s ease, transform .62s ease;
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hover-lift {
  transition: transform .22s ease, box-shadow .22s ease;
  will-change: transform;
}

.hover-lift:hover {
  transform: translateY(-5px);
}

.tilt-ready {
  transform-style: preserve-3d;
  will-change: transform;
}

.animated-number {
  font-variant-numeric: tabular-nums;
}

.simple-line path,
.cta-chart path {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  transition: stroke-dashoffset 1.35s ease;
}

.is-visible .simple-line path,
.is-visible .cta-chart path,
.dashboard-card.is-visible .simple-line path,
.cta-box.is-visible .cta-chart path {
  stroke-dashoffset: 0;
}

.donut,
.cta-mini-donut {
  transform: scale(.92);
  opacity: .2;
  transition: transform .7s ease, opacity .7s ease;
}

.is-visible .donut,
.is-visible .cta-mini-donut,
.dashboard-card.is-visible .donut,
.cta-box.is-visible .cta-mini-donut {
  transform: scale(1);
  opacity: 1;
}

.feature-card.is-filter-hidden {
  display: none;
}

.feature-card.is-filter-show {
  animation: featureFade .28s ease both;
}

@keyframes featureFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.related-grid.is-switching {
  opacity: .35;
  transform: translateX(10px);
  transition: opacity .18s ease, transform .18s ease;
}

.related-prev,
.related-next,
.demo-arrow {
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.related-prev:hover,
.related-next:hover,
.demo-arrow:hover {
  background: #0d6efd;
  color: #fff;
  transform: translateY(-50%) scale(1.06);
}

.demo-arrow:hover {
  transform: scale(1.06);
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #0d6efd;
  color: #fff;
  box-shadow: 0 14px 34px rgba(13, 110, 253, .28);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all .25s ease;
  z-index: 1100;
}

.back-to-top.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: #0b5ed7;
  transform: translateY(-3px);
}

.toast-contact {
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translate(-50%, 20px);
  background: #102a43;
  color: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .18);
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease;
  z-index: 1200;
  max-width: min(92vw, 460px);
  text-align: center;
}

.toast-contact.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.header-topbar {
  height: 36px;
  background: #f1f1f4;
  border-bottom: 1px solid #e4e5ea;
}

.header-topbar-inner {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.topbar-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  color: #0e1726;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.topbar-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0e1726;
  transition: color .2s ease;
}

.topbar-divider {
  width: 1px;
  height: 20px;
  background: #d8d8dd;
}

.header-main-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
}

.header-logo-img {
  display: block;
  width: 205px;
  height: auto;
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 26px;
}

.header-dropdown {
  min-width: 300px;
  padding: 10px;
  margin-top: 0;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #eef2f7 !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .12) !important;
}

.header-dropdown .dropdown-item {
  padding: 11px 13px;
  border-radius: 10px;
  color: #26364f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.header-toggler {
  border: 0;
  color: #111827;
  box-shadow: none !important;
}

.header-toggler i {
  font-size: 24px;
}

.footer-logo-img {
  width: 175px;
  height: auto;
  max-height: 54px;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.footer-desc {
  max-width: 280px;
  margin: 0 0 16px;
  color: #667a94;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
}

.footer-col h4 {
  margin: 0 0 13px;
  color: #173153;
  font-size: 13.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.footer-col a,
.footer-col p {
  display: block;
  margin: 0 0 9px;
  color: #667a94;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 9px;
  color: #667a94;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.footer-bottom {
  margin-top: 24px;
  padding: 14px 0;
  border-top: 1px solid #e7eff9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #7b8da8;
  font-size: 12px;
  font-weight: 400;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}


/* ===== Responsive / Context rules ===== */

@media (max-width:767.98px) {

  .header-logo-img {
    height: 34px;
  }


  .nav-link.active::after {
    display: none;
  }


  .hero-title {
    font-size: 32px;
  }


  .hero-visual {
    min-height: auto;
  }


  .dashboard-card {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }


  .integration-stack,
  .floating-shield {
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
  }


  .integration-stack {
    margin-top: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }


  .integration-item {
    width: calc(50% - 6px);
  }


  .stats-row {
    padding: 8px 0;
  }


  .stat-item {
    border-right: none !important;
    border-bottom: 1px solid #eef3fb;
  }


  .stats-row .col:last-child .stat-item {
    border-bottom: none;
  }


  .pain-section {
    padding: 28px 0;
  }


  .section-heading h2 {
    font-size: 24px;
  }


  .pain-card-list {
    grid-template-columns: 1fr;
  }


  .pain-card {
    min-height: auto;
  }


  .section-heading-wrap {
    flex-direction: column;
    align-items: flex-start;
  }


  .section-more {
    width: 100%;
    justify-content: center;
  }


  .portal-list,
  .app-list,
  .core-list {
    grid-template-columns: 1fr;
  }


  .architecture-box {
    padding: 14px;
  }


  .arch-note {
    align-items: flex-start;
  }


  .feature-tabs {
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 8px;
  }


  .feature-tab {
    white-space: nowrap;
  }


  .feature-grid,
  .feature-benefits {
    grid-template-columns: 1fr;
  }


  .feature-card {
    min-height: auto;
  }


  .demo-stage {
    grid-template-columns: 1fr;
  }


  .demo-arrow {
    display: none;
  }


  .demo-contact {
    grid-template-columns: 1fr;
  }


  .demo-handshake {
    display: none;
  }


  .demo-benefits {
    grid-template-columns: 1fr;
  }


  .cta-box {
    padding: 24px 20px;
  }


  .cta-content h2 {
    font-size: 24px;
  }


  .cta-point-grid {
    grid-template-columns: 1fr;
  }


  .cta-visual {
    display: none;
  }


  .cta-actions a {
    width: 100%;
  }


}


@media (max-width:1199.98px) {

  .hero-title {
    font-size: 44px;
  }


  .dashboard-card {
    right: 125px;
  }


  .pain-card-list {
    grid-template-columns: repeat(3, 1fr);
  }


  .architecture-grid {
    grid-template-columns: 1fr;
  }


  .portal-list {
    grid-template-columns: repeat(3, 1fr);
  }


  .app-list {
    grid-template-columns: repeat(4, 1fr);
  }


  .core-list {
    grid-template-columns: repeat(2, 1fr);
  }


  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }


  .feature-benefits {
    grid-template-columns: repeat(2, 1fr);
  }


  .demo-tabs {
    display: flex;
    overflow: auto;
    padding-bottom: 8px;
  }


  .demo-tab {
    min-width: 170px;
    padding: 0 16px;
  }


  .demo-stage {
    grid-template-columns: 38px 1fr 290px 38px;
  }


  .demo-benefits {
    grid-template-columns: repeat(2, 1fr);
  }


  .cta-box {
    grid-template-columns: 1fr;
  }


  .cta-visual {
    min-height: 250px;
  }


  .cta-dashboard {
    width: 78%;
    right: 0;
  }


  .header-brand {
    min-width: 180px;
    margin-right: 28px;
  }


  .header-logo-img {
    width: 175px;
  }


  .header-menu {
    gap: 18px;
  }


  .header-menu .nav-link {
    font-size: 14px;
  }


}


@media (max-width:991.98px) {

  .hero-section {
    padding-top: 24px;
  }


  .hero-title {
    font-size: 38px;
  }


  .hero-visual {
    margin-top: 24px;
    min-height: 500px;
  }


  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }


  .chart-grid {
    grid-template-columns: 1fr;
  }


  .stats-row .col-md-6 .stat-item {
    border-right: none;
  }


  .header-topbar {
    height: auto;
    padding: 8px 0;
  }


  .header-topbar-inner {
    height: auto;
  }


  .topbar-links {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
    font-size: 13px;
  }


  .topbar-divider {
    display: none;
  }


  .header-brand {
    min-width: auto;
    margin-right: 0;
  }


  .header-logo-img {
    width: 150px;
    max-height: 50px;
  }


  .header-collapse {
    padding: 14px 0 18px;
  }


  .header-menu {
    align-items: stretch;
    gap: 0;
  }


  .header-menu .nav-link {
    padding: 12px 0 !important;
    font-size: 14px;
  }


  .header-dropdown {
    margin: 0 0 10px;
    box-shadow: none !important;
    border-radius: 12px;
  }


}


@media (prefers-reduced-motion: reduce) {

  html {
    scroll-behavior: auto;
  }


  .reveal-up,
  .site-header,
  .hover-lift,
  .donut,
  .cta-mini-donut {
    transition: none !important;
    animation: none !important;
  }


  .simple-line path,
  .cta-chart path {
    stroke-dasharray: none;
    stroke-dashoffset: 0;
  }


}


@media (max-width: 1199.98px) {

  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }


}


@media (max-width: 991.98px) {

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }


}


@media (max-width: 767.98px) {

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }


  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =========================================================
   SIMAX COMMON LAYOUT V2
   Mục tiêu:
   - Header, topbar, menu, dropdown, footer dùng chung cho tất cả trang.
   - Các trang riêng chỉ viết style phần nội dung.
   - Dùng lại class hiện có để không phải sửa nhiều HTML:
     .site-header.simax-header, .header-topbar, .header-main,
     .header-brand, .header-logo-img, .header-menu, .header-dropdown,
     .site-footer, .footer-grid, .footer-col, .footer-bottom.
   ========================================================= */

:root {
  --simax-font: "Inter Tight", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --simax-container: 1320px;
  --simax-gutter: 32px;

  --simax-orange: #f37021;
  --simax-orange-soft: #fff4ec;

  --simax-primary: #0d6efd;
  --simax-text: #2B2D33;
  --simax-text-2: #344054;
  --simax-muted: #667085;
  --simax-line: #e7eaf0;
  --simax-header-topbar: #f1f1f4;
  --simax-white: #ffffff;

  --simax-shadow-header: 0 4px 18px rgba(20, 70, 140, .05);
  --simax-shadow-dropdown: 0 18px 42px rgba(15, 23, 42, .12);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--simax-font);
  text-rendering: geometricPrecision;
}

body,
button,
input,
textarea,
select,
a,
.navbar,
.dropdown-menu {
  font-family: var(--simax-font);
}

img,
svg {
  max-width: 100%;
}

a {
  text-decoration: none;
}

/* ===== Font Awesome guard: tránh icon bị thành ô vuông khi CSS trang riêng override font-family ===== */
.fa,
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
}

.far,
.fa-regular {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

/* ===== Container chuẩn dùng chung ===== */
.page-shell,
.simax-container {
  width: min(var(--simax-container), calc(100% - var(--simax-gutter))) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.simax-header .page-shell,
.site-footer .page-shell,
.header-topbar-inner,
.header-main-inner {
  width: min(var(--simax-container), calc(100% - var(--simax-gutter))) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* =========================================================
   COMMON HEADER / TOPBAR / NAVIGATION
   ========================================================= */

.site-header.simax-header,
.simax-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  background: var(--simax-white) !important;
  border-bottom: 1px solid #edf1f7 !important;
  box-shadow: var(--simax-shadow-header) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.site-header.simax-header.is-scrolled,
.simax-header.is-scrolled {
  background: var(--simax-white) !important;
  border-color: #edf1f7 !important;
  box-shadow: var(--simax-shadow-header) !important;
}

/* Topbar */
.simax-header .header-topbar,
.site-header .header-topbar {
  display: block !important;
  height: 36px !important;
  background: var(--simax-header-topbar) !important;
  border-bottom: 1px solid #e4e5ea !important;
}

.simax-header .header-topbar-inner,
.site-header .header-topbar-inner {
  height: 36px !important;
  min-height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.simax-header .topbar-spacer,
.site-header .topbar-spacer {
  display: none !important;
}

.simax-header .topbar-links,
.site-header .topbar-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 16px !important;
  margin-left: auto !important;
  color: #0e1726 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

.simax-header .topbar-links a,
.simax-header .topbar-links a span,
.site-header .topbar-links a,
.site-header .topbar-links a span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: #0e1726 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  transition: color .2s ease !important;
}

.simax-header .topbar-links a:hover,
.simax-header .topbar-links a:hover span,
.site-header .topbar-links a:hover,
.site-header .topbar-links a:hover span {
  color: var(--simax-orange) !important;
}

.simax-header .topbar-links i,
.site-header .topbar-links i {
  color: var(--simax-orange) !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

.simax-header .topbar-divider,
.site-header .topbar-divider {
  display: inline-block !important;
  width: 1px !important;
  height: 20px !important;
  background: #d8d8dd !important;
  flex: 0 0 auto !important;
}

/* Main navigation */
.simax-header .header-main,
.site-header .header-main {
  min-height: 86px !important;
  padding: 0 !important;
  background: var(--simax-white) !important;
}

.simax-header .header-main-inner,
.site-header .header-main-inner {
  min-height: 86px !important;
  display: flex !important;
  align-items: center !important;
}

.simax-header .header-brand,
.site-header .header-brand {
  padding: 0 !important;
  margin-right: 44px !important;
  min-width: 220px !important;
  display: inline-flex !important;
  align-items: center !important;
}

.simax-header .header-logo-img,
.site-header .header-logo-img {
  display: block !important;
  width: 205px !important;
  height: auto !important;
  max-height: 62px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.simax-header .header-menu,
.site-header .header-menu {
  align-items: center !important;
  gap: 22px !important;
}

.simax-header .header-menu .nav-link,
.simax-header .navbar .nav-link,
.site-header .header-menu .nav-link,
.site-header .navbar .nav-link {
  position: relative !important;
  padding: 31px 0 !important;
  color: var(--simax-text) !important;
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  letter-spacing: .01em !important;
  white-space: nowrap !important;
  transition: color .2s ease !important;
}

/* Hiện mũi tên dropdown như SPNT */
.home-page .header-menu .dropdown-toggle::after {
  display: inline-block !important;
  margin-left: 8px !important;
  vertical-align: .12em !important;
  border-top-width: .32em !important;
  color: currentColor !important;
  content: "" !important;
}

.simax-header .header-menu .nav-link:hover,
.simax-header .header-menu .nav-link:focus,
.simax-header .header-menu .nav-link.active,
.simax-header .navbar .nav-link:hover,
.simax-header .navbar .nav-link:focus,
.simax-header .navbar .nav-link.active,
.site-header .header-menu .nav-link:hover,
.site-header .header-menu .nav-link:focus,
.site-header .header-menu .nav-link.active,
.site-header .navbar .nav-link:hover,
.site-header .navbar .nav-link:focus,
.site-header .navbar .nav-link.active {
  color: var(--simax-orange) !important;
  background: transparent !important;
  font-weight: 600 !important;
}

/* Không highlight/bookmark menu theo scroll */
.simax-header .header-menu .nav-link::after,
.simax-header .header-menu .nav-link.active::after,
.simax-header .navbar .nav-link.active::after,
.site-header .header-menu .nav-link::after,
.site-header .header-menu .nav-link.active::after,
.site-header .navbar .nav-link.active::after {
  display: none !important;
  content: none !important;
}

.simax-header .header-menu .dropdown-toggle::after,
.site-header .header-menu .dropdown-toggle::after {
  display: inline-block !important;
  margin-left: 8px !important;
  vertical-align: .12em !important;
  border-top-width: .32em !important;
  color: currentColor !important;
}

/* Dropdown */
.simax-header .header-menu .dropdown-menu,
.simax-header .header-dropdown,
.site-header .header-menu .dropdown-menu,
.site-header .header-dropdown {
  min-width: 280px !important;
  padding: 10px !important;
  border: 1px solid #eef2f7 !important;
  border-radius: 14px !important;
  background: var(--simax-white) !important;
  box-shadow: var(--simax-shadow-dropdown) !important;
}

.simax-header .header-dropdown-wide,
.site-header .header-dropdown-wide {
  min-width: 360px !important;
}

.simax-header .header-dropdown .dropdown-item,
.site-header .header-dropdown .dropdown-item {
  padding: 11px 13px !important;
  border-radius: 10px !important;
  color: #26364f !important;
  background: transparent !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

.simax-header .header-dropdown .dropdown-item:hover,
.simax-header .header-dropdown .dropdown-item:focus,
.site-header .header-dropdown .dropdown-item:hover,
.site-header .header-dropdown .dropdown-item:focus {
  color: var(--simax-orange) !important;
  background: var(--simax-orange-soft) !important;
}

.simax-header .header-toggler,
.site-header .header-toggler {
  border: 0 !important;
  box-shadow: none !important;
}

.simax-header .header-toggler i,
.site-header .header-toggler i {
  color: var(--simax-text) !important;
  font-size: 24px !important;
}

/* Desktop: hover mở dropdown */
@media (min-width: 992px) {

  .simax-header .header-menu .dropdown:hover>.dropdown-menu,
  .site-header .header-menu .dropdown:hover>.dropdown-menu {
    display: block !important;
  }
}

.simax-header .header-menu .dropdown-menu.show,
.site-header .header-menu .dropdown-menu.show {
  display: block !important;
}

/* =========================================================
   COMMON FOOTER
   ========================================================= */

.site-footer {
  background: var(--simax-white) !important;
  border-top: 1px solid #eef1f6 !important;
  padding: 34px 0 0 !important;
  color: var(--simax-text-2) !important;
}

.site-footer .footer-grid {
  display: grid !important;
  grid-template-columns: 1.45fr .8fr .8fr .8fr 1.05fr !important;
  gap: 42px !important;
  align-items: start !important;
}

.site-footer .footer-logo-img {
  width: 170px !important;
  max-height: 54px !important;
  object-fit: contain !important;
}

.site-footer .footer-desc {
  max-width: 310px !important;
  margin-top: 14px !important;
  color: var(--simax-text-2) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}

.site-footer .footer-socials {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 18px !important;
}

.site-footer .footer-socials a {
  width: 36px !important;
  height: 36px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid var(--simax-line) !important;
  border-radius: 50% !important;
  background: var(--simax-white) !important;
  color: var(--simax-muted) !important;
  transition: all .2s ease !important;
}

.site-footer .footer-socials a:hover {
  background: var(--simax-orange) !important;
  border-color: var(--simax-orange) !important;
  color: var(--simax-white) !important;
  transform: translateY(-2px) !important;
}

.site-footer .footer-col h4 {
  margin: 0 0 14px !important;
  color: #f26726 !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

.site-footer .footer-col a {
  display: block !important;
  margin: 9px 0 !important;
  color: var(--simax-text-2) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  transition: color .2s ease !important;
}

.site-footer .footer-col a:hover,
.site-footer .footer-bottom-links a:hover {
  color: var(--simax-orange) !important;
}

.site-footer .footer-contact-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 9px 0 !important;
  color: var(--simax-text-2) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.site-footer .footer-contact-item i {
  width: 18px !important;
  margin-top: 3px !important;
  color: var(--simax-orange) !important;
  font-size: 14px !important;
  flex: 0 0 auto !important;
}

.site-footer .footer-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-top: 30px !important;
  padding: 18px 0 !important;
  border-top: 1px solid var(--simax-line) !important;
  color: var(--simax-muted) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.site-footer .footer-bottom-links {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
}

.site-footer .footer-bottom a {
  color: var(--simax-muted) !important;
}

.reveal-up {
  opacity: 1 !important;
  transform: none !important;
}

/* =========================================================
   COMMON EFFECTS
   ========================================================= */

.reveal,
.js-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}

.reveal.show,
.reveal.is-visible,
.js-reveal.show,
.js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ripple-ready {
  position: relative;
  overflow: hidden;
}

.btn-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: simaxRipple .62s linear;
  background: rgba(255, 255, 255, .56);
  pointer-events: none;
  z-index: 2;
}

@keyframes simaxRipple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.tilt-ready {
  transform-style: preserve-3d;
  will-change: transform;
}

/* =========================================================
   RESPONSIVE COMMON HEADER/FOOTER
   ========================================================= */

@media (max-width: 1199.98px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 28px !important;
  }
}

@media (max-width: 991.98px) {
  body {
    scroll-padding-top: 112px;
  }

  .simax-header .header-topbar,
  .site-header .header-topbar {
    height: auto !important;
  }

  .simax-header .header-topbar-inner,
  .site-header .header-topbar-inner {
    min-height: 34px !important;
    height: auto !important;
    justify-content: flex-start !important;
  }

  .simax-header .topbar-links,
  .site-header .topbar-links {
    width: 100% !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    overflow-x: auto !important;
    padding: 8px 0 !important;
    font-size: 13px !important;
  }

  .simax-header .topbar-links a,
  .simax-header .topbar-links a span,
  .site-header .topbar-links a,
  .site-header .topbar-links a span {
    font-size: 13px !important;
  }

  .simax-header .topbar-divider,
  .site-header .topbar-divider {
    height: 16px !important;
  }

  .simax-header .header-main,
  .site-header .header-main {
    min-height: 72px !important;
    padding: 12px 0 !important;
  }

  .simax-header .header-main-inner,
  .site-header .header-main-inner {
    min-height: auto !important;
  }

  .simax-header .header-brand,
  .site-header .header-brand {
    min-width: auto !important;
    margin-right: 0 !important;
  }

  .simax-header .header-logo-img,
  .site-header .header-logo-img {
    width: 150px !important;
    max-height: 50px !important;
  }

  .simax-header .header-collapse,
  .site-header .header-collapse {
    margin-top: 14px !important;
    padding: 14px !important;
    border: 1px solid var(--simax-line) !important;
    border-radius: 18px !important;
    background: var(--simax-white) !important;
    box-shadow: 0 18px 44px rgba(16, 24, 40, .08) !important;
  }

  .simax-header .header-menu,
  .site-header .header-menu {
    align-items: stretch !important;
    gap: 2px !important;
  }

  .simax-header .header-menu .nav-link,
  .simax-header .navbar .nav-link,
  .site-header .header-menu .nav-link,
  .site-header .navbar .nav-link {
    padding: 14px 12px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
  }

  .simax-header .header-menu .nav-link:hover,
  .simax-header .header-menu .nav-link.active,
  .simax-header .navbar .nav-link:hover,
  .simax-header .navbar .nav-link.active,
  .site-header .header-menu .nav-link:hover,
  .site-header .header-menu .nav-link.active,
  .site-header .navbar .nav-link:hover,
  .site-header .navbar .nav-link.active {
    color: var(--simax-orange) !important;
    background: var(--simax-orange-soft) !important;
  }

  .simax-header .header-menu .dropdown-menu,
  .simax-header .header-menu .dropdown-menu.show,
  .site-header .header-menu .dropdown-menu,
  .site-header .header-menu .dropdown-menu.show {
    position: static !important;
    float: none !important;
    width: 100% !important;
    margin: 4px 0 8px !important;
    box-shadow: none !important;
    border-radius: 12px !important;
  }
}

@media (max-width: 767.98px) {

  .page-shell,
  .simax-container,
  .simax-header .page-shell,
  .site-footer .page-shell,
  .header-topbar-inner,
  .header-main-inner {
    width: min(var(--simax-container), calc(100% - 28px)) !important;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .site-footer .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .js-reveal,
  .tilt-ready {
    transition: none !important;
    animation: none !important;
  }
}

/* =================================Phan trang===================== */

.PhanTrang-Container {
  display: flex;
  justify-content: center;
  /* Căn giữa phân trang */
  margin-top: 30px;
  padding-bottom: 20px;
}

.pagination-custom {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 8px;
  /* Khoảng cách giữa các con số */
}

.pagination-custom .page-item {
  display: inline-block;
}

.pagination-custom .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 50% !important;
  /* Biến thành hình tròn */
  border: 1px solid #e1e9ff;
  background-color: #fff;
  color: #5a6b8a;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}


/* Hiệu ứng khi di chuột qua */

.pagination-custom .page-item:not(.active):not(.disabled) .page-link:hover {
  background-color: #f0f7ff;
  color: #e86a1a;
  border-color: #e86a1a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(232, 106, 26, 0.2);
}


/* Trạng thái đang chọn (Active) */

.pagination-custom .page-item.active .page-link {
  background: linear-gradient(135deg, #e86a1a 0%, #ff9e67 100%);
  color: #fff;
  border: none;
  box-shadow: 0 5px 15px rgba(232, 106, 26, 0.3);
}


/* Trạng thái bị vô hiệu hóa (Disabled) */

.pagination-custom .page-item.disabled .page-link {
  background-color: #f8f9fa;
  color: #ced4da;
  border-color: #e9ecef;
  cursor: not-allowed;
}


/* Nút "Đầu" và "Cuối" làm kiểu vuông bo góc cho khác biệt chút */

.pagination-custom .page-item.first .page-link,
.pagination-custom .page-item.last .page-link {
  border-radius: 20px !important;
  min-width: 70px;
}

/* =====================================================danh sach vb======================================== */

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Chia đều 4 cột */
  gap: 20px;
  /* Khoảng cách giữa các tin */
}

.news-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}

.news-item:hover {
  transform: translateY(-5px);
  /* Hiệu ứng bay lên nhẹ */
  box-shadow: 0 10px 20px rgba(232, 106, 26, 0.15);
  /* Đổ bóng màu cam nhẹ theo logo của cậu */
  border-color: #e86a1a;
}

.news-image-wrapper {
  width: 100%;
  height: 180px;
  /* Cố định chiều cao ảnh để 4 ô luôn đều nhau */
  overflow: hidden;
}

.news-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Giúp ảnh không bị méo khi thay đổi kích thước */
  transition: transform 0.5s ease;
}

.news-item:hover img {
  transform: scale(1.1);
  /* Zoom ảnh nhẹ khi hover */
}

.news-content {
  padding: 15px;
}

.news-category {
  font-size: 11px;
  text-transform: uppercase;
  color: #e86a1a;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

.news-title {
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.5;
  margin: 0;
  /* Giới hạn 3 dòng chữ, nếu dài hơn sẽ hiện dấu ... */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-link {
  text-decoration: none !important;
}


/* Responsive cho mobile */

@media (max-width: 992px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================Breadcrumb============================ */

.breadcrumb-container {
  text-align: left;
  padding: 10px 0;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  font-family: 'Inter', sans-serif;
}


/* Làm cho chữ Trang chủ to và rõ hơn */

.breadcrumb-home {
  font-size: 18px;
  /* Tăng size từ 14px lên 18px */
  font-weight: 700;
  /* Làm đậm hẳn lên */
  color: #2c3e50;
  /* Màu đậm chuyên nghiệp */
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: -0.5px;
  /* Ép chữ lại chút cho hiện đại */
}

.breadcrumb-home:hover {
  color: #e86a1a;
  /* Màu cam thương hiệu khi di chuột */
  transform: scale(1.05);
  /* Phóng to nhẹ khi hover cho sinh động */
}

.breadcrumb-separator {
  margin: 0 15px;
  color: #bdc3c7;
  font-size: 12px;
}

.breadcrumb-current {
  color: #7f8c8d;
  /* Đảo ngược lại: trang hiện tại để màu nhạt hơn để tôn Trang chủ */
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.breadcrumb-line {
  height: 3px;
  width: 60px;
  /* Kéo dài đường kẻ ra chút cho cân với chữ to */
  background-color: #e86a1a;
  margin-top: 10px;
  border-radius: 2px;
}

/* ============================Khối phụ========================================= */

.KhoiChiTietTinTucLinhVuc img {
  max-width: 100%;
}

.sidebar-news-block {
  background: #fff;
  border: 1px solid #edf2f7;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.sidebar-header {
  border-bottom: 2px solid #e86a1a;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.sidebar-header .newtit {
  color: #e86a1a;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
}

.sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-list li {
  padding: 12px 0;
  border-bottom: 1px dashed #eee;
}

.sidebar-list li:last-child {
  border-bottom: none;
}

/* Tạo layout 2 cột cho item nhỏ */

.news-item-mini {
  display: flex;
  gap: 10px;
  text-decoration: none !important;
  align-items: flex-start;
}

.news-title-mini {
  flex: 1;
  font-size: 15px;
  color: #2d3748;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  /* Giới hạn 3 dòng để không bị quá dài */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s;
}

.news-item-mini:hover .news-title-mini {
  color: #e86a1a;
}

.thumb-mini {
  width: 70px;
  /* Cố định độ rộng ảnh nhỏ */
  height: 50px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}

.thumb-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hiệu ứng khi hover cả khối */

.news-item-mini:hover .thumb-mini {
  box-shadow: 0 4px 8px rgba(232, 106, 26, 0.2);
}

.tag-item {
  background-color: #f8faff;
  color: #4a5568;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.tag-item:hover {
  background-color: #e86a1a;
  /* Màu cam thương hiệu của cậu */
  color: #ffffff;
  border-color: #e86a1a;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(232, 106, 26, 0.2);
}

/* Applied Products Grid (Reusable) */
.app-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.app-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e8eef8;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(13, 110, 253, .03);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none !important;
}

.app-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(13, 110, 253, .08);
  border-color: #d1e2fc;
}

.app-product-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}

.app-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.app-product-card:hover .app-product-img img {
  transform: scale(1.08);
}

.app-product-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.app-product-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #64748b;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}

.app-product-date i {
  color: #ff6a00;
  font-size: 11px;
}

.app-product-title {
  margin: 0 0 15px;
  color: #173153;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 650;
  transition: color 0.2s;
}

.app-product-card:hover .app-product-title {
  color: #0b62e5;
}

.app-product-arrow {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0b62e5;
  font-size: 13px;
  font-weight: 600;
}

.app-product-arrow i {
  transition: transform 0.2s;
}

.app-product-card:hover .app-product-arrow i {
  transform: translateX(4px);
}

@media (max-width: 1024px) {
  .app-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .app-product-grid {
    grid-template-columns: 1fr;
  }
}

/* Industry Grid Styles (migrated to CssChung to be shared across Portal & DigitalOperation) */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.industry-card {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e8eef8;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(13, 110, 253, .03);
  transition: all .35s cubic-bezier(.4, 0, .2, 1);
  text-decoration: none !important;
}

.industry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(13, 110, 253, .08);
  border-color: #cce0ff;
}

.industry-art {
  height: 126px;
  display: grid;
  place-items: center;
  position: relative;
  color: #0b62e5;
  background: linear-gradient(180deg, rgba(255, 255, 255, .22), #fff 100%), linear-gradient(135deg, #dff0ff, #f6fbff);
}

.industry-art i {
  position: relative;
  z-index: 1;
  font-size: 58px;
  opacity: .9;
}

.industry-card.health .industry-art {
  background: linear-gradient(180deg, rgba(255, 255, 255, .22), #fff 100%), linear-gradient(135deg, #dffbf5, #f4fffd);
}

.industry-card.health .industry-art i {
  color: #15b978;
}

.industry-card.edu .industry-art {
  background: linear-gradient(180deg, rgba(255, 255, 255, .22), #fff 100%), linear-gradient(135deg, #eee8ff, #fbfaff);
}

.industry-card.edu .industry-art i {
  color: #7357f5;
}

.industry-card.bank .industry-art {
  background: linear-gradient(180deg, rgba(255, 255, 255, .22), #fff 100%), linear-gradient(135deg, #fff1df, #fffaf3);
}

.industry-card.bank .industry-art i {
  color: #ff8a1d;
}

.industry-card.enterprise .industry-art {
  background: linear-gradient(180deg, rgba(255, 255, 255, .22), #fff 100%), linear-gradient(135deg, #fff1df, #fffaf3);
}

.industry-card.enterprise .industry-art i {
  color: #ff8a1d;
}

.industry-card h3 {
  margin: 16px 18px 8px;
  color: #173153;
  font-size: 17px;
  line-height: 1.28;
  text-align: center;
  font-weight: 650;
}

.industry-card p {
  min-height: 54px;
  margin: 0 18px 14px;
  color: #475467;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
  font-weight: 400;
}

.industry-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: calc(100% - 40px);
  height: 38px;
  margin: 0 auto 18px;
  border: 1px solid #c9dbef;
  border-radius: 10px;
  color: #245a88;
  background: #fff;
  font-size: 12.5px;
  font-weight: 600;
}

.industry-card a i {
  font-size: 12px;
}

.industry-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 18px;
}

.industry-pills a {
  min-width: 180px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9dbef;
  border-radius: 999px;
  color: #2d6095;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.industry-pills a.active {
  color: #fff;
  background: #0d6efd;
  border-color: #0d6efd;
  box-shadow: 0 10px 24px rgba(11, 98, 229, .22);
}

@media (max-width: 1024px) {
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .industry-grid {
    grid-template-columns: 1fr;
  }

  .industry-pills {
    flex-direction: column;
    gap: 10px;
  }

  .industry-pills a {
    width: 100%;
  }
}

/* Shared Section Heading (migrated from PortalPlatform) */
.section-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 24px;
}

.section-heading>span {
  width: 44px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #0b62e5;
  background: #eaf4ff;
  font-size: 20px;
  line-height: 1;
  font-weight: 650;
}

.section-heading h2 {
  margin: 0;
  color: #173153;
  font-size: 28px;
  line-height: 1.22;
  letter-spacing: -.035em;
  font-weight: 650;
}

.section-heading p {
  margin: 5px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}