/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.9
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
img {
    border-radius: 15px;
}
.title-footer p {
    margin-bottom: 0 !important;
    border-bottom: 1px solid;
}
.maps-ft iframe {
    border-radius: 10px;
}
.header-button span {
    color: #0f1729;
}
.dangky-1 .col-inner {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 10px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.button.border {
    background: linear-gradient(90deg, #F6D58B 0%, #E3B45A 100%);
    color: #6B3E1E;
    border-radius: 999px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}
.dk-text h2 {
    margin-bottom: 0px !important;
}
.lienhe-map iframe {
    border-radius: 18px;
}
.lienhe-cs .ux-menu-link__text {
    color: #733513;
    font-weight: 600;
}
.lienhe-cs .icon-map-pin-fill {
    color: #fd0000;
}
.spa-title-wrap {
  width: 100%;
  overflow: hidden;
}

/* Phase 3.7 homepage based on supplied Dai Nam AI desktop/mobile mockups */
:root {
  --dn37-primary: #155eef;
  --dn37-primary-2: #0f48d8;
  --dn37-navy: #071833;
  --dn37-text: #0f172a;
  --dn37-muted: #475467;
  --dn37-soft: #f6f8fc;
  --dn37-line: #e5eaf1;
  --dn37-green: #16a34a;
  --dn37-orange: #f59e0b;
  --dn37-red: #dc2626;
  --dn37-purple: #7c3aed;
}

body:not(.wp-admin) {
  background: #fff;
  color: var(--dn37-text);
  font-family: var(--dn-font);
}

body:not(.wp-admin) #wrapper,
body:not(.wp-admin) #main {
  background: #fff;
}

body:not(.wp-admin) h1,
body:not(.wp-admin) h2,
body:not(.wp-admin) h3,
body:not(.wp-admin) h4,
body:not(.wp-admin) h5,
body:not(.wp-admin) h6,
body:not(.wp-admin) p,
body:not(.wp-admin) li {
  color: inherit;
  letter-spacing: 0;
}

#header .header-wrapper,
#header .header-main,
#header .header-bg-color {
  background: rgba(255, 255, 255, .96) !important;
}

#header .header-wrapper {
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
}

#logo a,
#logo a::after,
.header-main .nav > li > a {
  color: var(--dn37-text) !important;
}

#logo a::after {
  content: "Trợ lý hỗ trợ giao dịch thông minh";
  color: var(--dn37-muted) !important;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
}

.header-main .nav > li.active > a,
.header-main .nav > li > a:hover {
  color: var(--dn37-primary) !important;
}

.header-button .button,
.header-button span {
  background: var(--dn37-primary) !important;
  color: #fff !important;
}

.dn37-section {
  background: #fff;
  color: var(--dn37-text);
}

.home #header,
.page-id-216 #header {
  display: none !important;
}

.home .absolute-footer,
.page-id-216 .absolute-footer {
  display: none !important;
}

.dn37-section .row {
  max-width: 1140px;
}

.dn37-section img {
  border-radius: 0;
}

.dn37-nav-shell {
  max-width: 1180px !important;
}

.dn37-nav {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 230px minmax(0, 1fr) auto;
  min-height: 72px;
}

.dn37-brand {
  align-items: center;
  color: var(--dn37-text);
  display: grid;
  gap: 0 9px;
  grid-template-columns: 34px minmax(0, 1fr);
  text-decoration: none;
}

.dn37-brand span {
  align-items: center;
  background: #eef4ff;
  border-radius: 8px;
  color: var(--dn37-primary);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.dn37-brand img {
  height: 22px;
  width: 22px;
}

.dn37-brand strong {
  color: var(--dn37-text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.dn37-brand small {
  color: var(--dn37-muted);
  font-size: 11px;
  grid-column: 2;
  line-height: 1.2;
}

.dn37-nav nav,
.dn37-nav-actions,
.dn37-actions,
.dn37-mini-benefits {
  align-items: center;
  display: flex;
}

.dn37-nav nav {
  gap: 26px;
  justify-content: center;
}

.dn37-nav nav a {
  color: var(--dn37-text);
  font-size: 14px;
  font-weight: 800;
  min-height: 44px;
  padding-top: 13px;
  position: relative;
  text-decoration: none;
}

.dn37-nav nav a:first-child::after {
  background: var(--dn37-primary);
  border-radius: 999px;
  bottom: 2px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 22px;
}

.dn37-nav-actions,
.dn37-actions {
  gap: 12px;
}

.dn37-primary,
.dn37-secondary,
.dn37-login,
.dn37-success {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  gap: 8px;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  text-decoration: none;
}

.dn37-primary {
  background: var(--dn37-primary);
  border: 1px solid var(--dn37-primary);
  box-shadow: 0 10px 22px rgba(21, 94, 239, .18);
  color: #fff !important;
}

.dn37-primary img,
.dn37-success img {
  filter: brightness(0) invert(1);
  height: 16px;
  width: 16px;
}

.dn37-secondary,
.dn37-login {
  background: #fff;
  border: 1px solid #cbd8ff;
  color: var(--dn37-primary) !important;
}

.dn37-success {
  background: var(--dn37-green);
  border: 1px solid var(--dn37-green);
  color: #fff !important;
}

.dn37-menu {
  display: none;
}

.dn37-hero {
  background:
    radial-gradient(circle at 68% 35%, rgba(21, 94, 239, .08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  overflow: hidden;
  padding-bottom: 18px !important;
}

.dn37-hero-grid {
  max-width: 1140px !important;
  min-height: 440px;
}

.dn37-section h1,
.dn37-section h2,
.dn37-section h3,
.dn37-section h4,
.dn37-section h5,
.dn37-section h6 {
  color: var(--dn37-text) !important;
}

.dn37-section p,
.dn37-section li {
  color: var(--dn37-text);
}

.dn37-hero-copy h1 {
  color: var(--dn37-text) !important;
  font-size: clamp(38px, 4.8vw, 60px);
  font-weight: 950;
  line-height: 1.08;
  margin: 20px 0 18px;
}

.dn37-hero-copy h1 span {
  color: var(--dn37-primary) !important;
  display: block;
}

.dn37-pill {
  align-items: center;
  background: #eef4ff;
  border-radius: 999px;
  color: var(--dn37-primary) !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  margin: 0;
  padding: 7px 10px;
  text-transform: uppercase;
}

.dn37-pill img {
  height: 15px;
  width: 15px;
}

.dn37-lead {
  color: var(--dn37-text) !important;
  font-size: 18px;
  line-height: 1.72;
  max-width: 570px;
}

.dn37-mini-benefits {
  color: var(--dn37-text);
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.dn37-mini-benefits span {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  gap: 7px;
}

.dn37-mini-benefits img {
  height: 17px;
  width: 17px;
}

.dn37-device-showcase {
  min-height: 390px;
  position: relative;
}

.dn37-laptop {
  background: #07111f;
  border: 10px solid #111827;
  border-radius: 18px 18px 8px 8px;
  box-shadow: 0 26px 60px rgba(15, 23, 42, .24);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 170px;
  height: 310px;
  margin: 26px 62px 0 0;
  padding: 16px;
  position: relative;
}

.dn37-laptop::after {
  background: linear-gradient(180deg, #d9e0ea, #9aa7b7);
  border-radius: 0 0 28px 28px;
  bottom: -28px;
  content: "";
  height: 22px;
  left: 16%;
  position: absolute;
  right: 16%;
}

.dn37-device-bar,
.dn37-chart-scene,
.dn37-laptop aside {
  border: 1px solid rgba(148, 163, 184, .18);
  border-radius: 8px;
}

.dn37-device-bar {
  align-items: center;
  color: #dbeafe;
  display: flex;
  font-size: 11px;
  font-weight: 850;
  grid-column: 1 / -1;
  justify-content: space-between;
  padding: 8px 10px;
}

.dn37-device-bar i {
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.dn37-chart-scene {
  background: linear-gradient(180deg, #081827, #07111f);
  min-height: 210px;
  overflow: hidden;
  position: relative;
}

.dn37-chart-scene::before {
  background-image:
    linear-gradient(rgba(148, 163, 184, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, .08) 1px, transparent 1px);
  background-size: 42px 36px;
  content: "";
  inset: 0;
  position: absolute;
}

.dn37-chart-line {
  border-bottom: 2px solid #f97316;
  border-radius: 50%;
  height: 130px;
  left: 18px;
  position: absolute;
  top: 34px;
  transform: rotate(-7deg);
  width: 360px;
}

.dn37-candles {
  align-items: end;
  bottom: 22px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(9, 1fr);
  left: 18px;
  position: absolute;
  right: 18px;
  top: 34px;
}

.dn37-candles i {
  background: #22c55e;
  border-radius: 2px;
  display: block;
  height: 54%;
  position: relative;
}

.dn37-candles i:nth-child(2n) {
  background: #ef4444;
  height: 38%;
}

.dn37-candles i:nth-child(3) { height: 70%; }
.dn37-candles i:nth-child(5) { height: 62%; }
.dn37-candles i:nth-child(7) { height: 76%; }
.dn37-candles i:nth-child(9) { height: 48%; }

.dn37-laptop aside {
  color: #94a3b8;
  display: grid;
  gap: 8px;
  padding: 14px;
}

.dn37-laptop aside strong {
  color: #4ade80;
  font-size: 48px;
  font-weight: 950;
  line-height: .9;
}

.dn37-laptop aside small {
  background: rgba(255, 255, 255, .04);
  border-radius: 5px;
  color: #dbeafe;
  display: block;
  padding: 8px;
}

.dn37-phone {
  background: #07111f;
  border: 9px solid #111827;
  border-radius: 30px;
  box-shadow: 0 24px 50px rgba(15, 23, 42, .28);
  color: #cbd5e1;
  height: 250px;
  padding: 26px 18px 16px;
  position: absolute;
  right: 0;
  top: 92px;
  width: 142px;
}

.dn37-phone-top {
  background: #020617;
  border-radius: 999px;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 8px;
  transform: translateX(-50%);
  width: 54px;
}

.dn37-phone span,
.dn37-phone small {
  display: block;
  font-size: 10px;
}

.dn37-phone strong {
  color: #4ade80;
  display: block;
  font-size: 36px;
  line-height: 1;
  margin-top: 8px;
  text-align: center;
}

.dn37-ring {
  border: 5px solid #22c55e;
  border-radius: 50%;
  height: 82px;
  margin: -58px auto 18px;
  opacity: .95;
  width: 82px;
}

.dn37-stats {
  padding-bottom: 24px !important;
}

.dn37-stat-row {
  background: #fff;
  border: 1px solid var(--dn37-line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .08);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.dn37-stat-row div {
  align-items: center;
  display: grid;
  gap: 2px 14px;
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 86px;
  padding: 18px 24px;
}

.dn37-stat-row span {
  align-items: center;
  background: #eef4ff;
  border-radius: 8px;
  display: inline-flex;
  grid-row: 1 / 3;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.dn37-stat-row div:nth-child(2) span { background: #eafaf1; }
.dn37-stat-row div:nth-child(4) span { background: #fff3e8; }

.dn37-stat-row img {
  height: 25px;
  width: 25px;
}

.dn37-stat-row strong {
  color: var(--dn37-text);
  font-size: 26px;
  font-weight: 950;
  line-height: 1;
}

.dn37-stat-row p {
  color: var(--dn37-text) !important;
  font-size: 13px;
  margin: 0;
}

.dn37-heading {
  margin: 0 auto 16px;
  max-width: 780px;
  text-align: center;
}

.dn37-heading h2 {
  color: var(--dn37-text) !important;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 950;
  line-height: 1.15;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.dn37-heading p {
  color: var(--dn37-muted) !important;
  margin-bottom: 0;
}

.dn37-product-card {
  border: 1px solid var(--dn37-line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .04);
  height: 100%;
  overflow: hidden;
  padding: 24px;
}

.dn37-product-blue {
  background: linear-gradient(135deg, #f5f9ff, #eef6ff);
}

.dn37-product-green {
  background: linear-gradient(135deg, #f2fff8, #eefcf4);
}

.dn37-product-card > span {
  background: var(--dn37-primary);
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 14px;
  padding: 6px 10px;
  text-transform: uppercase;
}

.dn37-product-green > span {
  background: #baf2d1;
  color: #0f7a3d;
}

.dn37-product-card h3 {
  color: var(--dn37-text) !important;
  font-size: 25px;
  font-weight: 950;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.dn37-product-card p,
.dn37-check-list span {
  color: var(--dn37-text) !important;
  font-size: 14px;
  line-height: 1.58;
}

.dn37-check-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 16px 0;
  padding: 0;
}

.dn37-check-list li {
  align-items: center;
  display: flex;
  gap: 9px;
  margin: 0;
}

.dn37-check-list img {
  height: 18px;
  width: 18px;
}

.dn37-dashboard-mini,
.dn37-monitor-mini {
  background: #07111f;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 7px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .14);
  height: 150px;
  margin: 20px 0 18px;
  overflow: hidden;
  position: relative;
}

.dn37-dashboard-mini strong {
  color: #4ade80;
  font-size: 46px;
  left: 28px;
  position: absolute;
  top: 34px;
}

.dn37-dashboard-mini i,
.dn37-monitor-mini i {
  background: linear-gradient(180deg, #22c55e, #0ea5e9);
  border-radius: 999px;
  display: block;
  height: 4px;
  position: absolute;
  transform: rotate(-14deg);
}

.dn37-dashboard-mini i:nth-child(2) { left: 150px; top: 72px; width: 180px; }
.dn37-dashboard-mini i:nth-child(3) { background: #f97316; left: 170px; top: 104px; width: 140px; }
.dn37-dashboard-mini i:nth-child(4) { background: #22c55e; bottom: 26px; left: 150px; width: 190px; }

.dn37-monitor-mini {
  background:
    linear-gradient(#111827 0 0) center bottom / 72% 18px no-repeat,
    #07111f;
}

.dn37-monitor-mini i:nth-child(1) { left: 24px; top: 72px; width: 310px; }
.dn37-monitor-mini i:nth-child(2) { background: #f97316; left: 24px; top: 96px; width: 250px; }
.dn37-monitor-mini i:nth-child(3) { background: #22c55e; left: 24px; top: 46px; width: 280px; }
.dn37-monitor-mini i:nth-child(4) { background: #dbeafe; bottom: 20px; height: 1px; left: 0; right: 0; transform: none; }

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

.dn37-feature {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--dn37-line);
  border-radius: 8px;
  display: flex;
  gap: 12px;
  min-height: 112px;
  padding: 18px;
}

.dn37-feature > img {
  height: 34px;
  width: 34px;
}

.dn37-feature h3 {
  color: var(--dn37-text) !important;
  font-size: 15px;
  font-weight: 950;
  margin-bottom: 4px;
}

.dn37-feature p {
  color: var(--dn37-text) !important;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.dn37-experience .row {
  background:
    linear-gradient(90deg, #f6faff 0%, #fff 67%, #082250 67%, #082250 100%);
  border: 1px solid var(--dn37-line);
  border-radius: 8px;
  overflow: hidden;
}

.dn37-experience-flow {
  padding: 28px 20px 24px;
}

.dn37-experience-flow h2 {
  color: var(--dn37-text) !important;
  font-size: 34px;
  font-weight: 950;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.dn37-experience-flow p {
  color: var(--dn37-muted) !important;
  margin-bottom: 18px;
}

.dn37-flow {
  align-items: stretch;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}

.dn37-flow b {
  color: var(--dn37-primary);
  display: none;
}

.dn37-flow div {
  align-items: center;
  display: grid;
  justify-items: center;
  text-align: center;
}

.dn37-flow img {
  background: #fff;
  border: 1px solid #bfdbfe;
  border-radius: 50%;
  height: 70px;
  margin-bottom: 12px;
  padding: 18px;
  width: 70px;
}

.dn37-flow strong {
  color: var(--dn37-text) !important;
  font-size: 13px;
  font-weight: 950;
}

.dn37-flow span {
  color: var(--dn37-text);
  font-size: 12px;
  line-height: 1.45;
}

.dn37-difference {
  color: #fff;
  padding: 28px;
}

.dn37-difference h3 {
  color: #fff !important;
  font-size: 22px;
  font-weight: 950;
}

.dn37-difference .dn37-check-list span {
  color: #fff !important;
}

.dn37-bot-card,
.dn37-review {
  background: #fff;
  border: 1px solid var(--dn37-line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
  height: 100%;
  padding: 22px;
  text-align: center;
}

.dn37-bot-icon {
  align-items: center;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  margin-bottom: 14px;
  width: 58px;
}

.dn37-bot-icon img {
  height: 48px;
  width: 48px;
}

.dn37-bot-card h3 {
  color: var(--dn37-text) !important;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.35;
  min-height: 42px;
}

.dn37-bot-card p {
  color: var(--dn37-text) !important;
  font-size: 13px;
  line-height: 1.55;
  min-height: 62px;
}

.dn37-bot-card a {
  border: 1px solid #ef4444;
  border-radius: 6px;
  color: #dc2626;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  min-height: 36px;
  padding: 8px 15px;
  text-decoration: none;
}

.dn37-review {
  display: grid;
  gap: 4px;
  grid-template-columns: 66px minmax(0, 1fr);
  text-align: left;
}

.dn37-avatar {
  align-items: center;
  background: linear-gradient(135deg, #dbeafe, #f8fafc);
  border-radius: 50%;
  color: var(--dn37-navy);
  display: inline-flex;
  font-weight: 950;
  grid-row: 1 / 5;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.dn37-review strong {
  color: var(--dn37-text);
  font-weight: 950;
}

.dn37-review span,
.dn37-review p {
  color: var(--dn37-text) !important;
  font-size: 13px;
}

.dn37-review em {
  color: #f59e0b;
  font-style: normal;
  letter-spacing: 2px;
}

.dn37-review p {
  grid-column: 1 / -1;
  line-height: 1.6;
  margin: 12px 0 0;
}

.dn37-dots {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: center;
  padding-top: 4px;
}

.dn37-dots span,
.dn37-dots i {
  background: #d8e2f0;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.dn37-dots span {
  background: var(--dn37-primary);
}

.dn37-cta {
  padding-bottom: 10px !important;
}

.dn37-cta-box {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(21, 94, 239, .96), rgba(6, 34, 92, .98)),
    var(--dn37-primary);
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) 260px;
  padding: 28px 36px;
}

.dn37-cta-box h2,
.dn37-cta-box p,
.dn37-cta-box small {
  color: #fff !important;
  margin: 0;
}

.dn37-cta-box h2 {
  font-size: 30px;
  font-weight: 950;
}

.dn37-cta-box small {
  grid-column: 2;
  text-align: center;
}

.dn37-light {
  background: #fff;
  border-color: #fff;
  color: var(--dn37-primary) !important;
}

.dn37-light img {
  filter: none;
}

.dn37-footer {
  border-top: 0;
  padding-top: 26px !important;
}

.dn37-footer h3,
.dn37-footer h4,
.dn37-footer p,
.dn37-footer a,
.dn37-footer span {
  color: #fff;
}

.dn37-footer h3,
.dn37-footer h4 {
  font-weight: 950;
}

.dn37-footer p,
.dn37-footer a,
.dn37-footer span {
  color: #cbd5e1;
  font-size: 13px;
}

.dn37-footer-list a,
.dn37-footer-list span {
  display: block;
  margin-bottom: 8px;
  min-height: 24px;
  text-decoration: none;
}

.dn37-copyright {
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 8px;
  padding-top: 14px;
}

@media (max-width: 1024px) {
  .dn37-nav {
    grid-template-columns: 220px 1fr auto;
  }

  .dn37-nav nav {
    gap: 14px;
  }

  .dn37-laptop {
    grid-template-columns: 1fr 140px;
    margin-right: 40px;
  }

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

  .dn37-feature-row .dn37-feature:last-child {
    grid-column: 1 / -1;
  }

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

@media (max-width: 849px) {
  .dn37-nav {
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 68px;
  }

  .dn37-nav nav {
    display: none;
  }

  .dn37-nav-actions .dn37-login {
    display: none;
  }

  .dn37-menu {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--dn37-text);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    width: 44px;
  }

  .dn37-menu img {
    height: 24px;
    width: 24px;
  }

  .dn37-hero-grid {
    min-height: 0;
    padding-top: 28px;
  }

  .dn37-device-showcase {
    min-height: 310px;
  }

  .dn37-laptop {
    height: 250px;
    margin: 14px 72px 0 0;
  }

  .dn37-laptop aside {
    display: none;
  }

  .dn37-phone {
    top: 62px;
  }

  .dn37-stat-row,
  .dn37-feature-row,
  .dn37-cta-box {
    grid-template-columns: 1fr;
  }

  .dn37-cta-box small {
    grid-column: auto;
  }

  .dn37-experience .row {
    background: #f7fbff;
  }

  .dn37-difference {
    background: #082250;
  }
}

@media (max-width: 549px) {
  .dn37-section .row {
    padding-left: 18px;
    padding-right: 18px;
  }

  .dn37-nav-shell {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .dn37-brand {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .dn37-brand span {
    height: 30px;
    width: 30px;
  }

  .dn37-brand strong {
    font-size: 16px;
  }

  .dn37-brand small,
  .dn37-nav-actions {
    display: none;
  }

  .dn37-hero-copy h1 {
    font-size: 29px;
  }

  .dn37-lead {
    font-size: 15px;
  }

  .dn37-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dn37-primary,
  .dn37-secondary,
  .dn37-success {
    width: 100%;
  }

  .dn37-mini-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .dn37-mini-benefits span {
    align-items: flex-start;
    display: grid;
    font-size: 11px;
    gap: 5px;
    justify-items: center;
    text-align: center;
  }

  .dn37-device-showcase {
    min-height: 0;
  }

  .dn37-laptop,
  .dn37-laptop::after {
    display: none;
  }

  .dn37-phone {
    display: none;
  }

  .dn37-stat-row {
    box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
    grid-template-columns: repeat(2, 1fr);
  }

  .dn37-stat-row div {
    border-bottom: 1px solid var(--dn37-line);
    min-height: 88px;
    padding: 14px;
  }

  .dn37-stat-row strong {
    font-size: 19px;
  }

  .dn37-heading h2,
  .dn37-experience-flow h2 {
    font-size: 23px;
  }

  .dn37-product-card {
    padding: 20px;
  }

  .dn37-dashboard-mini,
  .dn37-monitor-mini {
    height: 128px;
  }

  .dn37-feature-row,
  .dn37-flow {
    grid-template-columns: 1fr;
  }

  .dn37-flow b {
    display: block;
    text-align: center;
  }

  .dn37-experience-flow,
  .dn37-difference {
    padding: 22px;
  }

  .dn37-bot-card h3,
  .dn37-bot-card p {
    min-height: 0;
  }

  .dn37-cta-box {
    padding: 24px 18px;
    text-align: center;
  }

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

/* Phase 3.6 global website redesign */
:root {
  --dn36-bg: #07111f;
  --dn36-bg-2: #0b1626;
  --dn36-surface: #101d2f;
  --dn36-surface-2: #13243a;
  --dn36-border: rgba(215, 231, 255, .14);
  --dn36-text: #eef5ff;
  --dn36-muted: #aab8ca;
  --dn36-blue: #2f81f7;
  --dn36-cyan: #2ecf8f;
  --dn36-green: #62e2a7;
  --dn36-red: #ff7b72;
  --dn36-yellow: #ffd166;
}

html {
  background: var(--dn36-bg) !important;
}

body:not(.wp-admin) {
  background: var(--dn36-bg);
  color: var(--dn36-text);
  font-family: var(--dn-font);
}

body:not(.wp-admin) #wrapper,
body:not(.wp-admin) #main {
  background: var(--dn36-bg);
}

body:not(.wp-admin) h1,
body:not(.wp-admin) h2,
body:not(.wp-admin) h3,
body:not(.wp-admin) h4,
body:not(.wp-admin) h5,
body:not(.wp-admin) h6 {
  color: var(--dn36-text);
  letter-spacing: 0;
}

body:not(.wp-admin) p,
body:not(.wp-admin) li {
  color: var(--dn36-muted);
}

/* TYPOGRAPHY-SYSTEM-01
 * One frontend font token for headings, body copy, controls and buttons.
 * This prevents Vietnamese glyphs from falling back to a different weight.
 */
body:not(.wp-admin),
body:not(.wp-admin) h1,
body:not(.wp-admin) h2,
body:not(.wp-admin) h3,
body:not(.wp-admin) h4,
body:not(.wp-admin) h5,
body:not(.wp-admin) h6,
body:not(.wp-admin) button,
body:not(.wp-admin) input,
body:not(.wp-admin) select,
body:not(.wp-admin) textarea {
  font-family: var(--dn-font);
}

/* CHART-COUNTDOWN-PRICE-01
 * Join the candle countdown to the canvas-rendered current-price label.
 * The price label itself is drawn with #05d16e in indicator-dashboard.js.
 */
body:not(.wp-admin) .dnai-chart-canvas-wrap .dnai-price-countdown {
  right: 4px;
  width: 64px;
  min-height: 18px;
  border: 0;
  border-top: 1px solid rgba(5, 15, 26, .32);
  border-radius: 0 0 2px 2px;
  background: #05d16e;
  color: #fff;
  transform: translateY(-2px);
}

body:not(.wp-admin) .dnai-chart-canvas-wrap .dnai-price-countdown[data-countdown-state="active"],
body:not(.wp-admin) .dnai-chart-canvas-wrap .dnai-price-countdown[data-countdown-state="warning"],
body:not(.wp-admin) .dnai-chart-canvas-wrap .dnai-price-countdown[data-countdown-state="rollover"] {
  border-color: rgba(5, 15, 26, .32);
  color: #fff;
}

body:not(.wp-admin) .dnai-chart-canvas-wrap .dnai-price-countdown[data-countdown-state="offline"],
body:not(.wp-admin) .dnai-chart-canvas-wrap .dnai-price-countdown[data-countdown-state="stale"],
body:not(.wp-admin) .dnai-chart-canvas-wrap .dnai-price-countdown[data-countdown-state="unavailable"] {
  background: #334155;
  color: #cbd5e1;
}

body:not(.wp-admin) img {
  border-radius: 8px;
}

#header .header-wrapper,
#header .header-main,
#header .header-bg-color {
  background: rgba(7, 17, 31, .94) !important;
}

#header .header-wrapper {
  border-bottom: 1px solid var(--dn36-border);
  backdrop-filter: blur(14px);
}

#masthead .header-inner {
  min-height: 64px;
}

#logo {
  width: 190px !important;
}

#logo a {
  color: var(--dn36-text);
  display: inline-flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: uppercase;
}

#logo a::after {
  color: var(--dn36-cyan);
  content: "ĐẠI NAM AI";
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-top: 4px;
}

.header-main .nav > li > a {
  align-items: center;
  color: #d7e7ff !important;
  display: inline-flex;
  font-size: 13px;
  letter-spacing: 0;
  min-height: 44px;
  text-transform: none;
}

.header-main .nav > li.active > a,
.header-main .nav > li > a:hover {
  color: var(--dn36-green) !important;
}

.header-button .button,
.header-button span {
  background: var(--dn36-blue) !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  border-radius: 6px !important;
  color: #fff !important;
  min-height: 44px;
}

.off-canvas .sidebar-menu,
.mfp-content .mobile-sidebar {
  background: var(--dn36-bg-2);
}

.mobile-sidebar .nav-sidebar > li > a {
  color: var(--dn36-text);
  min-height: 44px;
}

.dn36-section {
  background: var(--dn36-bg);
  border-top: 1px solid rgba(215, 231, 255, .06);
}

.dn36-section .row {
  max-width: 1180px;
}

.dn36-anchor {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

.dn36-eyebrow {
  color: var(--dn36-cyan) !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.dn36-hero {
  background:
    linear-gradient(180deg, rgba(47, 129, 247, .12), rgba(7, 17, 31, 0) 42%),
    var(--dn36-bg);
}

.dn36-hero h1 {
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.02;
  margin-bottom: 18px;
}

.dn36-lead {
  color: #c6d5e7 !important;
  font-size: 17px;
  line-height: 1.65;
  max-width: 650px;
}

.dn36-actions,
.dn36-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.dn36-button,
.dn36-link-button {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  text-decoration: none;
}

.dn36-button-primary,
.dn36-link-button {
  background: var(--dn36-blue);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff !important;
}

.dn36-button-secondary {
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--dn36-border);
  color: var(--dn36-text) !important;
}

.dn36-market-panel {
  background: var(--dn36-surface);
  border: 1px solid var(--dn36-border);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
  padding: 20px;
}

.dn36-panel-top,
.dn36-price-row,
.dn36-levels,
.dn36-signal-grid {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.dn36-price-row strong {
  color: var(--dn36-text);
  font-size: 34px;
  font-weight: 900;
}

.dn36-up {
  color: var(--dn36-green);
  font-weight: 850;
}

.dn36-chart-bars {
  align-items: end;
  border-bottom: 1px solid var(--dn36-border);
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(12, 1fr);
  height: 180px;
  margin: 20px 0;
}

.dn36-chart-bars i {
  background: linear-gradient(180deg, var(--dn36-cyan), var(--dn36-blue));
  border-radius: 3px 3px 0 0;
  display: block;
  min-height: 42px;
}

.dn36-chart-bars i:nth-child(2n) {
  background: linear-gradient(180deg, var(--dn36-red), #8d332a);
}

.dn36-chart-bars i:nth-child(1) { height: 48%; }
.dn36-chart-bars i:nth-child(2) { height: 36%; }
.dn36-chart-bars i:nth-child(3) { height: 62%; }
.dn36-chart-bars i:nth-child(4) { height: 54%; }
.dn36-chart-bars i:nth-child(5) { height: 70%; }
.dn36-chart-bars i:nth-child(6) { height: 52%; }
.dn36-chart-bars i:nth-child(7) { height: 78%; }
.dn36-chart-bars i:nth-child(8) { height: 66%; }
.dn36-chart-bars i:nth-child(9) { height: 84%; }
.dn36-chart-bars i:nth-child(10) { height: 58%; }
.dn36-chart-bars i:nth-child(11) { height: 74%; }
.dn36-chart-bars i:nth-child(12) { height: 88%; }

.dn36-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

.dn36-signal-grid span,
.dn36-levels span {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(215, 231, 255, .1);
  border-radius: 6px;
  color: #dbe8f8;
  display: block;
  font-size: 13px;
  padding: 9px 10px;
}

.dn36-section-heading {
  margin: 0 auto 20px;
  max-width: 760px;
  text-align: center;
}

.dn36-section-heading h2,
.dn36-final-cta h2,
.dn36-contact-copy h2,
.dn36-risk h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.14;
}

.dn36-info-card,
.dn36-feature,
.dn36-plan,
.dn36-load-card {
  background: var(--dn36-surface);
  border: 1px solid var(--dn36-border);
  border-radius: 8px;
  height: 100%;
  padding: 18px;
}

.dn36-info-card h3,
.dn36-feature h3,
.dn36-plan h3,
.dn36-load-card h3 {
  font-size: 18px;
  font-weight: 850;
  margin-bottom: 8px;
}

.dn36-info-card p,
.dn36-feature p,
.dn36-load-card p {
  line-height: 1.6;
  margin-bottom: 0;
}

.dn36-flow-line {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dn36-flow-line span {
  background: var(--dn36-surface);
  border: 1px solid var(--dn36-border);
  border-radius: 8px;
  color: var(--dn36-text);
  display: flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 64px;
  padding: 14px 10px;
  text-align: center;
}

.dn36-plan ul {
  margin: 0 0 18px 18px;
}

.dn36-plan li {
  margin-bottom: 8px;
}

.dn36-plan-premium {
  border-color: rgba(98, 226, 167, .34);
  background: linear-gradient(180deg, rgba(98, 226, 167, .08), rgba(16, 29, 47, 1));
}

.dn36-load-card {
  min-height: 224px;
}

.dn36-card-index {
  color: var(--dn36-cyan) !important;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 12px;
}

.dn36-link-button {
  margin-top: 16px;
  width: 100%;
}

.dn36-final-cta,
.dn36-risk {
  background: var(--dn36-bg-2);
}

.dn36-risk .col-inner {
  background: rgba(255, 209, 102, .08);
  border: 1px solid rgba(255, 209, 102, .22);
  border-radius: 8px;
  padding: 18px;
}

.dn36-contact-section {
  background-color: var(--dn36-bg) !important;
}

.dn36-form-card {
  border: 1px solid var(--dn36-border);
  border-radius: 8px !important;
}

.dn36-footer {
  border-top: 1px solid var(--dn36-border);
}

.dn36-footer h3,
.dn36-footer h4 {
  color: var(--dn36-text);
}

.dn36-footer-list a {
  color: #d7e7ff;
  display: block;
  margin-bottom: 8px;
  min-height: 28px;
}

.dn36-footer-list a:hover {
  color: var(--dn36-green);
}

@media (max-width: 1024px) {
  #logo {
    width: 170px !important;
  }

  .dn36-flow-line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 849px) {
  .header-main {
    height: 64px !important;
  }

  .dn36-hero {
    padding-top: 42px !important;
  }

  .dn36-market-panel {
    margin-top: 18px;
  }
}

@media (max-width: 549px) {
  #logo a {
    font-size: 15px;
  }

  #logo a::after {
    font-size: 10px;
  }

  .dn36-actions,
  .dn36-cta-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dn36-button,
  .dn36-link-button {
    width: 100%;
  }

  .dn36-chart-bars {
    height: 138px;
  }

  .dn36-signal-grid,
  .dn36-levels,
  .dn36-flow-line {
    grid-template-columns: 1fr;
  }

  .dn36-info-card,
  .dn36-feature,
  .dn36-plan,
  .dn36-load-card {
    min-height: 0;
  }
}
.spa-title-wrap {
  width: 100%;
  overflow: hidden;
}
