:root {
  --home-bg-0: #071019;
  --home-bg-1: #0d1f31;
  --home-bg-2: #152f44;
  --home-surface: rgba(11, 25, 39, 0.86);
  --home-surface-soft: rgba(13, 30, 46, 0.72);
  --home-surface-strong: rgba(9, 22, 34, 0.95);
  --home-border: rgba(124, 188, 230, 0.26);
  --home-border-strong: rgba(124, 188, 230, 0.46);
  --home-text: #eaf3fc;
  --home-text-soft: #bfd1e3;
  --home-text-muted: #8ca8bf;
  --home-title: #f5fbff;
  --home-accent: #53d7ff;
  --home-accent-strong: #2fc4ef;
  --home-gold: #ffc067;
  --home-success: #39d5a8;
  --home-danger: #ff7c93;
  --home-shadow: 0 26px 60px rgba(0, 0, 0, 0.35);
  --home-shadow-soft: 0 14px 30px rgba(0, 0, 0, 0.26);
  --home-shadow-hover: 0 34px 74px rgba(0, 0, 0, 0.42);
  --home-r-xs: 10px;
  --home-r-sm: 14px;
  --home-r-md: 22px;
  --home-r-lg: 30px;
  --home-ease: 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.dnt-home {
  font-family: 'Be Vietnam Pro', sans-serif !important;
  color: var(--home-text);
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(980px 500px at -8% -8%, rgba(83, 215, 255, 0.16), transparent 70%),
    radial-gradient(720px 420px at 96% 3%, rgba(255, 192, 103, 0.14), transparent 70%),
    linear-gradient(170deg, var(--home-bg-0) 0%, var(--home-bg-1) 45%, var(--home-bg-2) 100%) !important;
}

body.dnt-home::before,
body.dnt-home::after {
  display: none !important;
  content: none !important;
}

.dnt-home .main-content,
.dnt-home .main-content :is(h1, h2, h3, h4, h5, h6, p, span, strong, small, li, a, button, div),
.dnt-home .notification-overlay,
.dnt-home .notification-overlay :is(h1, h2, h3, h4, h5, h6, p, span, strong, small, li, a, button, div) {
  color: var(--home-text) !important;
  text-shadow: none !important;
}

.dnt-home .main-content a,
.dnt-home .notification-overlay a {
  text-decoration: none;
}

#sakura-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.26;
}

.bg-orbs {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-orbs span {
  position: absolute;
  border-radius: 999px;
  opacity: 0.52;
  filter: blur(9px);
  animation: orbPulse 16s ease-in-out infinite;
}

.bg-orbs span:nth-child(1) {
  width: min(34vw, 380px);
  height: min(34vw, 380px);
  left: -8%;
  top: 11%;
  background: radial-gradient(circle, rgba(83, 215, 255, 0.48), transparent 68%);
}

.bg-orbs span:nth-child(2) {
  width: min(25vw, 290px);
  height: min(25vw, 290px);
  right: 4%;
  top: 22%;
  background: radial-gradient(circle, rgba(255, 192, 103, 0.4), transparent 66%);
  animation-delay: 2.8s;
}

.bg-orbs span:nth-child(3) {
  width: min(22vw, 250px);
  height: min(22vw, 250px);
  right: 19%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(57, 213, 168, 0.34), transparent 68%);
  animation-delay: 5s;
}

@keyframes orbPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-18px) scale(1.05);
  }
}

.dnt-home .main-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.7rem 1.1rem 3.8rem;
}

.dnt-home .home-top-grid,
.dnt-home .products-section {
  animation: homeIn 620ms var(--home-ease) both;
}

.dnt-home .products-section {
  animation-delay: 110ms;
}

@keyframes homeIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dnt-home .home-top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.dnt-home .hero-section {
  position: relative;
  overflow: hidden;
  border-radius: var(--home-r-lg);
  border: 1px solid var(--home-border);
  background: linear-gradient(165deg, rgba(11, 28, 45, 0.94), rgba(9, 22, 35, 0.88));
  box-shadow: var(--home-shadow);
  padding: clamp(1.2rem, 3.5vw, 2.25rem);
  min-height: 100%;
}

.dnt-home .hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(530px 250px at 90% -10%, rgba(83, 215, 255, 0.19), transparent 72%),
    radial-gradient(430px 220px at 4% 105%, rgba(255, 192, 103, 0.15), transparent 76%);
  pointer-events: none;
}

.dnt-home .hero-content {
  position: relative;
  display: grid;
  gap: 0.95rem;
}

.dnt-home .hero-eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  border: 1px solid rgba(83, 215, 255, 0.34);
  background: rgba(10, 35, 55, 0.58);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #a9def9 !important;
}

.dnt-home .hero-title,
.dnt-home .hero-title * {
  margin: 0;
  font-family: 'Montserrat', 'Be Vietnam Pro', sans-serif !important;
  font-size: clamp(2.2rem, 5vw, 4.05rem) !important;
  line-height: 1.02;
  font-weight: 900 !important;
  letter-spacing: 0.015em;
  color: var(--home-title) !important;
}

.dnt-home .hero-title .highlight {
  background: linear-gradient(108deg, #f9fcff 0%, #7fe5ff 48%, #ffc974 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dnt-home .hero-subtitle {
  margin: 0;
  max-width: 62ch;
  color: var(--home-text-soft) !important;
  font-size: 0.9rem;
  line-height: 1.66;
}

.dnt-home .hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
}

.dnt-home .stat-item {
  display: flex;
  align-items: center;
  gap: 0.64rem;
  border-radius: var(--home-r-sm);
  border: 1px solid rgba(124, 188, 230, 0.22);
  background: linear-gradient(158deg, rgba(11, 36, 56, 0.84), rgba(8, 24, 39, 0.7));
  padding: 0.75rem 0.82rem;
  transition: transform var(--home-ease), border-color var(--home-ease), box-shadow var(--home-ease);
}

.dnt-home .stat-item:hover {
  transform: translateY(-3px);
  border-color: var(--home-border-strong);
  box-shadow: var(--home-shadow-soft);
}

.dnt-home .stat-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 11px;
  border: 1px solid rgba(83, 215, 255, 0.3);
  background: rgba(83, 215, 255, 0.12);
  display: grid;
  place-items: center;
}

.dnt-home .stat-icon i {
  color: var(--home-accent) !important;
}

.dnt-home .stat-info {
  min-width: 0;
  display: grid;
  gap: 0.08rem;
}

.dnt-home .stat-number {
  font-family: 'Montserrat', 'Be Vietnam Pro', sans-serif !important;
  font-size: 1.03rem;
  font-weight: 800 !important;
  color: #f4fbff !important;
}

.dnt-home .stat-label {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--home-text-muted) !important;
}

.dnt-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.68rem;
}

.dnt-home .hero-btn {
  min-width: 186px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.46rem;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 0.72rem 1.02rem;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: transform var(--home-ease), filter var(--home-ease), border-color var(--home-ease), box-shadow var(--home-ease);
}

.dnt-home .hero-btn i,
.dnt-home .hero-btn span {
  color: inherit !important;
}

.dnt-home .hero-btn-primary {
  color: #082d43 !important;
  background: linear-gradient(135deg, #39c7ef, #65ddff);
  border-color: rgba(57, 199, 239, 0.54);
  box-shadow: 0 14px 28px rgba(47, 196, 239, 0.3);
}

.dnt-home .hero-btn-secondary {
  color: #daf0ff !important;
  background: rgba(10, 34, 53, 0.8);
  border-color: rgba(124, 188, 230, 0.42);
}

.dnt-home .hero-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.dnt-home .hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.46rem;
}

.dnt-home .chip {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  border-radius: 999px;
  border: 1px solid rgba(124, 188, 230, 0.32);
  background: rgba(10, 34, 53, 0.64);
  padding: 0.36rem 0.7rem;
  font-size: 0.71rem;
  font-weight: 700;
  color: #cde2f3 !important;
}

.dnt-home .chip i {
  color: #94ebff !important;
}

.dnt-home .update-banner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.42rem;
  border-radius: var(--home-r-sm);
  border: 1px solid rgba(57, 213, 168, 0.3);
  background: rgba(20, 71, 58, 0.34);
  padding: 0.68rem 0.8rem;
}

.dnt-home .update-banner i {
  color: var(--home-success) !important;
}

.dnt-home .update-banner strong {
  color: #95f3ce !important;
}

.dnt-home .update-banner span {
  color: #caeede !important;
  font-weight: 600;
}

.dnt-home .purchase-ticker {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.58rem;
  align-items: center;
  border-radius: var(--home-r-sm);
  border: 1px solid rgba(124, 188, 230, 0.24);
  background: rgba(9, 32, 49, 0.72);
  padding: 0.54rem;
  overflow: hidden;
}

.dnt-home .ticker-label {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 192, 103, 0.4);
  background: rgba(255, 192, 103, 0.16);
  color: #ffcd89 !important;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.34rem 0.64rem;
}

.dnt-home .ticker-wrap {
  overflow: hidden;
}

.dnt-home .ticker-track {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: max-content;
  will-change: transform;
  animation: homeTicker linear infinite;
}

.dnt-home .ticker-item {
  white-space: nowrap;
  font-size: 0.79rem;
  font-weight: 600;
  color: #d4e4f2 !important;
}

@keyframes homeTicker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.dnt-home .banner-section {
  display: grid;
  gap: 0.95rem;
}

.dnt-home .top-depositors-card,
.dnt-home .banner-image-card {
  border-radius: var(--home-r-md);
  border: 1px solid var(--home-border);
  background: var(--home-surface);
  box-shadow: var(--home-shadow-soft);
}

.dnt-home .top-depositors-card {
  padding: 0.92rem;
  display: grid;
  gap: 0.76rem;
}

.dnt-home .card-header {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}

.dnt-home .header-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255, 192, 103, 0.42);
  background: rgba(255, 192, 103, 0.15);
  display: grid;
  place-items: center;
}

.dnt-home .header-icon i {
  color: var(--home-gold) !important;
}

.dnt-home .card-title,
.dnt-home .section-title,
.dnt-home .modal-title,
.dnt-home .image-title {
  margin: 0;
  font-family: 'Montserrat', 'Be Vietnam Pro', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em;
  color: #f5fbff !important;
}

.dnt-home .card-title {
  font-size: 1.03rem;
}

.dnt-home .card-subtitle,
.dnt-home .modal-subtitle {
  margin: 0;
  font-size: 0.78rem;
  color: var(--home-text-muted) !important;
}

.dnt-home .top-depositors-list {
  display: grid;
  gap: 0.54rem;
}

.dnt-home .depositor-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.58rem;
  border-radius: 11px;
  border: 1px solid rgba(124, 188, 230, 0.2);
  background: rgba(9, 31, 49, 0.64);
  padding: 0.52rem 0.6rem;
  transition: transform var(--home-ease), border-color var(--home-ease), box-shadow var(--home-ease);
}

.dnt-home .depositor-item:hover {
  transform: translateX(2px);
  border-color: rgba(124, 188, 230, 0.42);
  box-shadow: 0 11px 22px rgba(0, 0, 0, 0.22);
}

.dnt-home .depositor-left {
  display: flex;
  align-items: center;
  gap: 0.54rem;
  min-width: 0;
}

.dnt-home .rank-badge {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 192, 103, 0.42);
  background: rgba(255, 192, 103, 0.14);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #ffd79d !important;
  font-size: 0.72rem;
}

.dnt-home .depositor-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #e9f6ff !important;
  font-size: 0.84rem;
  font-weight: 700;
}

.dnt-home .depositor-amount .amount {
  color: #9de9ff !important;
  font-size: 0.8rem;
  font-weight: 800;
}

.dnt-home .banner-image-card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
}

.dnt-home .banner-image-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(178deg, rgba(8, 20, 32, 0.16) 24%, rgba(8, 20, 32, 0.88) 100%);
}

.dnt-home .banner-image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 450ms ease;
}

.dnt-home .banner-image-card:hover img {
  transform: scale(1.06);
}

.dnt-home .banner-image-content {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.95rem;
  z-index: 2;
  display: grid;
  gap: 0.36rem;
}

.dnt-home .image-kicker {
  width: fit-content;
  margin: 0;
  border-radius: 999px;
  border: 1px solid rgba(83, 215, 255, 0.42);
  background: rgba(9, 34, 52, 0.66);
  color: #a8e7ff !important;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 0.26rem 0.56rem;
}

.dnt-home .image-title {
  font-size: 1.18rem !important;
  line-height: 1.24;
}

.dnt-home .image-subtitle {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.55;
  color: #c5d9ea !important;
}

.dnt-home .products-section {
  margin-top: 1.16rem;
  border-radius: var(--home-r-lg);
  border: 1px solid var(--home-border);
  background: var(--home-surface-soft);
  box-shadow: var(--home-shadow);
  padding: clamp(0.98rem, 2.6vw, 1.7rem);
}

.dnt-home .section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.78rem;
  margin-bottom: 1.04rem;
}

.dnt-home .section-headline {
  display: grid;
  gap: 0.28rem;
}

.dnt-home .section-title {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  font-size: clamp(1.08rem, 2.4vw, 1.46rem) !important;
}

.dnt-home .title-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(83, 215, 255, 0.34);
  background: rgba(83, 215, 255, 0.14);
  display: grid;
  place-items: center;
}

.dnt-home .title-icon i {
  color: #93ebff !important;
}

.dnt-home .section-subtitle {
  margin: 0;
  color: var(--home-text-muted) !important;
  font-size: 0.8rem;
}

.dnt-home .promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 192, 103, 0.42);
  background: rgba(255, 192, 103, 0.16);
  color: #ffd79d !important;
  padding: 0.38rem 0.76rem;
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.dnt-home .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(228px, 1fr));
  gap: 0.9rem;
}

.dnt-home .product-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid rgba(124, 188, 230, 0.24);
  background: linear-gradient(171deg, rgba(11, 30, 47, 0.95), rgba(9, 23, 36, 0.82));
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
  cursor: pointer;
  transition: transform var(--home-ease), border-color var(--home-ease), box-shadow var(--home-ease);
}

.dnt-home .product-card:hover {
  transform: translateY(-6px);
  border-color: var(--home-border-strong);
  box-shadow: var(--home-shadow-hover);
}

.dnt-home .product-card::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(83, 215, 255, 0.95), rgba(255, 192, 103, 0.95));
  opacity: 0;
  transition: opacity var(--home-ease);
}

.dnt-home .product-card:hover::before {
  opacity: 1;
}

.dnt-home .product-badge {
  position: absolute;
  right: 10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 0.24rem 0.52rem;
}

.dnt-home .product-badge.badge-hot {
  top: 10px;
  color: #ffd0d8 !important;
  border: 1px solid rgba(255, 124, 147, 0.42);
  background: rgba(255, 124, 147, 0.18);
}

.dnt-home .product-badge.badge-sales {
  top: 40px;
  color: #c0efff !important;
  border: 1px solid rgba(83, 215, 255, 0.42);
  background: rgba(83, 215, 255, 0.16);
}

.dnt-home .product-badge.badge-free {
  top: 10px;
  left: 10px;
  right: auto;
  color: #fff4d8 !important;
  border: 1px solid rgba(255, 204, 110, 0.62);
  background: linear-gradient(135deg, rgba(255, 186, 92, 0.92), rgba(240, 125, 50, 0.9));
  box-shadow: 0 10px 20px rgba(240, 125, 50, 0.36);
}

.dnt-home .product-media {
  position: relative;
  height: 152px;
  overflow: hidden;
  background: #10273e;
}

.dnt-home .product-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(0.9) saturate(1.1);
  transition: transform 390ms ease, filter 390ms ease;
}

.dnt-home .product-card:hover .product-media img {
  transform: scale(1.08);
  filter: brightness(1.04) saturate(1.16);
}

.dnt-home .media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(5, 15, 25, 0.9) 100%);
}

.dnt-home .product-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.56rem;
  padding: 0.86rem;
}

.dnt-home .product-title,
.dnt-home .product-title a,
.dnt-home .product-card h3,
.dnt-home .product-card h3 a {
  margin: 0;
  font-family: 'Montserrat', 'Be Vietnam Pro', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  line-height: 1.35;
  color: #eaf7ff !important;
}

.dnt-home .product-title a:hover,
.dnt-home .product-card h3 a:hover {
  color: #92ecff !important;
}

.dnt-home .product-features {
  border-radius: 10px;
  border: 1px solid rgba(124, 188, 230, 0.2);
  background: rgba(8, 28, 45, 0.58);
  padding: 0.48rem 0.54rem;
}

.dnt-home .product-features ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.24rem;
}

.dnt-home .product-features li {
  position: relative;
  padding-left: 0.68rem;
  color: #bacfe0 !important;
  font-size: 0.73rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dnt-home .product-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.38rem;
  height: 1px;
  background: rgba(83, 215, 255, 0.86);
  transform: translateY(-50%);
}

.dnt-home .product-meta {
  margin-top: auto;
  padding-top: 0.56rem;
  border-top: 1px solid rgba(124, 188, 230, 0.2);
  display: grid;
  gap: 0.58rem;
}

.dnt-home .product-prices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.3rem;
}

.dnt-home .price-item {
  border-radius: 10px;
  border: 1px solid rgba(124, 188, 230, 0.24);
  background: rgba(9, 31, 49, 0.74);
  padding: 0.4rem 0.34rem;
  text-align: center;
  display: grid;
  gap: 0.22rem;
}

.dnt-home .price-item .price-label,
.dnt-home .price-item .price-label * {
  font-size: 0.61rem !important;
  font-weight: 700 !important;
  color: #8eafc7 !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.dnt-home .price-item .price-label i {
  color: #96ecff !important;
}

.dnt-home .price-item .price-value,
.dnt-home .price-item .price-value * {
  font-family: 'Montserrat', 'Be Vietnam Pro', sans-serif !important;
  font-size: 0.79rem !important;
  font-weight: 800 !important;
  color: #eef9ff !important;
}

.dnt-home .price-item .price-value span {
  color: #7998af !important;
  font-size: 0.62rem !important;
}

.dnt-home .price-item.price-featured {
  border-color: rgba(255, 192, 103, 0.44);
  background: rgba(255, 192, 103, 0.17);
}

.dnt-home .price-item.price-featured .price-label,
.dnt-home .price-item.price-featured .price-label * {
  color: #ffd59a !important;
}

.dnt-home .price-item.price-featured .price-value,
.dnt-home .price-item.price-featured .price-value * {
  color: #ffe0b0 !important;
}

.dnt-home .btn-product {
  width: 100%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  border-radius: 11px !important;
  border: 1px solid rgba(83, 215, 255, 0.42) !important;
  background: linear-gradient(135deg, rgba(83, 215, 255, 0.23), rgba(47, 196, 239, 0.12)) !important;
  color: #c7f0ff !important;
  padding: 0.64rem 0.7rem !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  transition: transform var(--home-ease), border-color var(--home-ease), background var(--home-ease), color var(--home-ease), box-shadow var(--home-ease);
}

.dnt-home .btn-product i,
.dnt-home .btn-product span {
  color: inherit !important;
}

.dnt-home .btn-product:hover {
  transform: translateY(-2px);
  border-color: rgba(83, 215, 255, 0.72) !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, rgba(83, 215, 255, 0.46), rgba(47, 196, 239, 0.28)) !important;
  box-shadow: 0 12px 24px rgba(47, 196, 239, 0.3);
}

.dnt-home .pagination {
  margin-top: 1.58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.44rem;
  flex-wrap: wrap;
}

.dnt-home .pagination-numbers {
  display: flex;
  align-items: center;
  gap: 0.34rem;
}

.dnt-home .pagination-btn,
.dnt-home .pagination-number {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(124, 188, 230, 0.34);
  background: rgba(8, 30, 47, 0.76);
  color: #c2d9eb !important;
  font-size: 0.84rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--home-ease), border-color var(--home-ease), background var(--home-ease), color var(--home-ease);
}

.dnt-home .pagination-btn:hover,
.dnt-home .pagination-number:hover {
  transform: translateY(-2px);
  border-color: rgba(83, 215, 255, 0.62);
  color: #eef8ff !important;
  background: rgba(9, 35, 54, 0.92);
}

.dnt-home .pagination-number.active {
  border-color: rgba(83, 215, 255, 0.72);
  background: rgba(83, 215, 255, 0.28);
  color: #f3fbff !important;
}

.dnt-home .pagination-ellipsis {
  color: #7f9cb4 !important;
}

.dnt-home .no-data {
  border-radius: 14px;
  border: 1px dashed rgba(124, 188, 230, 0.4);
  background: rgba(9, 30, 48, 0.66);
  padding: 1.9rem 1rem;
  text-align: center;
  display: grid;
  gap: 0.62rem;
}

.dnt-home .no-data i {
  color: #90ebff !important;
  font-size: 1.9rem;
}

.dnt-home .no-data p {
  color: #bed2e2 !important;
  font-weight: 700;
}

.dnt-home .notification-overlay {
  position: fixed;
  inset: 0;
  z-index: 2500;
  display: grid;
  place-items: center;
  background: rgba(2, 10, 16, 0.78);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.dnt-home .notification-overlay.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dnt-home .notification-modal {
  position: relative;
  width: min(710px, calc(100% - 1rem));
  max-height: min(90vh, 840px);
  overflow: auto;
  border-radius: 20px;
  border: 1px solid rgba(124, 188, 230, 0.34);
  background: linear-gradient(165deg, rgba(8, 22, 35, 0.98), rgba(11, 30, 47, 0.96));
  box-shadow: var(--home-shadow-hover);
  padding: 1.1rem;
  display: grid;
  gap: 0.9rem;
  transform: translateY(14px) scale(0.98);
  transition: transform 260ms var(--home-ease);
}

.dnt-home .notification-overlay.show .notification-modal {
  transform: translateY(0) scale(1);
}

.dnt-home .modal-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(124, 188, 230, 0.36);
  background: rgba(8, 29, 46, 0.8);
  color: #b5cede !important;
  cursor: pointer;
  transition: transform var(--home-ease), border-color var(--home-ease), color var(--home-ease);
}

.dnt-home .modal-close i {
  color: inherit !important;
}

.dnt-home .modal-close:hover {
  transform: rotate(90deg);
  border-color: rgba(255, 124, 147, 0.56);
  color: #ffd1da !important;
}

.dnt-home .modal-header {
  display: flex;
  align-items: center;
  gap: 0.68rem;
  padding-right: 2.2rem;
}

.dnt-home .modal-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(83, 215, 255, 0.36);
  background: rgba(83, 215, 255, 0.14);
  display: grid;
  place-items: center;
}

.dnt-home .modal-icon i {
  color: #94ecff !important;
}

.dnt-home .contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.56rem;
}

.dnt-home .contact-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 0.56rem 0.6rem;
  transition: transform var(--home-ease), filter var(--home-ease), box-shadow var(--home-ease);
}

.dnt-home .contact-btn .btn-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff !important;
}

.dnt-home .contact-btn .btn-icon i,
.dnt-home .contact-btn .btn-label,
.dnt-home .contact-btn .btn-value {
  color: #ffffff !important;
}

.dnt-home .contact-btn .btn-label {
  font-size: 0.75rem;
  font-weight: 800;
}

.dnt-home .contact-btn .btn-value {
  font-size: 0.68rem;
  opacity: 0.92;
}

.dnt-home .contact-btn.zalo {
  background: linear-gradient(135deg, #08b383, #16c997);
}

.dnt-home .contact-btn.facebook {
  background: linear-gradient(135deg, #1877f2, #1d4ed8);
}

.dnt-home .contact-btn.youtube {
  background: linear-gradient(135deg, #ff3d3d, #dc2626);
}

.dnt-home .contact-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

.dnt-home .group-links,
.dnt-home .download-links {
  display: grid;
  gap: 0.52rem;
}

.dnt-home .group-link,
.dnt-home .download-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border-radius: 12px;
  border: 1px solid rgba(124, 188, 230, 0.24);
  background: rgba(8, 29, 46, 0.62);
  padding: 0.6rem 0.7rem;
  transition: transform var(--home-ease), border-color var(--home-ease), background var(--home-ease);
}

.dnt-home .group-link:hover,
.dnt-home .download-link:hover {
  transform: translateX(3px);
  border-color: rgba(124, 188, 230, 0.52);
  background: rgba(9, 34, 54, 0.82);
}

.dnt-home .group-link > i:first-child {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #ffffff !important;
}

.dnt-home .group-link.zalo-group > i:first-child {
  background: linear-gradient(135deg, #08b383, #16c997);
}

.dnt-home .group-link.facebook-group > i:first-child {
  background: linear-gradient(135deg, #1877f2, #1d4ed8);
}

.dnt-home .group-link > span {
  flex: 1;
  color: #e8f5ff !important;
  font-size: 0.84rem;
  font-weight: 700;
}

.dnt-home .group-link > i.fa-arrow-right {
  color: #89a7be !important;
}

.dnt-home .download-section {
  border-top: 1px solid rgba(124, 188, 230, 0.22);
  padding-top: 0.9rem;
}

.dnt-home .download-section-title {
  margin: 0 0 0.62rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 800;
  color: #f3faff !important;
}

.dnt-home .download-link-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #ffffff !important;
  flex-shrink: 0;
}

.dnt-home .download-link.winrar-link .download-link-icon {
  background: linear-gradient(135deg, #f97316, #ea580c);
}

.dnt-home .download-link.dotnet-link .download-link-icon {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.dnt-home .download-link-name {
  color: #edf8ff !important;
  font-size: 0.84rem;
  font-weight: 800;
}

.dnt-home .download-link-desc {
  color: #90aec5 !important;
  font-size: 0.72rem;
  margin-top: 0.08rem;
}

.dnt-home .download-link-arrow {
  margin-left: auto;
  color: #89a8be !important;
}

.dnt-home .feedback-section {
  border-radius: 12px;
  border: 1px solid rgba(124, 188, 230, 0.24);
  background: rgba(8, 30, 48, 0.64);
  padding: 0.8rem;
  display: grid;
  gap: 0.5rem;
}

.dnt-home .feedback-title {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  font-size: 0.88rem;
  font-weight: 800;
  color: #f4fbff !important;
}

.dnt-home .feedback-title i {
  color: var(--home-gold) !important;
}

.dnt-home .feedback-description {
  margin: 0;
  font-size: 0.77rem;
  line-height: 1.58;
  color: #bed1e1 !important;
}

.dnt-home .feedback-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border-radius: 10px;
  border: 1px solid rgba(83, 215, 255, 0.44);
  background: rgba(83, 215, 255, 0.16);
  color: #abeeff !important;
  font-size: 0.74rem;
  font-weight: 800;
  padding: 0.46rem 0.78rem;
  transition: transform var(--home-ease), border-color var(--home-ease), background var(--home-ease);
}

.dnt-home .feedback-link i {
  color: inherit !important;
}

.dnt-home .feedback-link:hover {
  transform: translateY(-1px);
  border-color: rgba(83, 215, 255, 0.72);
  background: rgba(83, 215, 255, 0.26);
}

.dnt-home .header {
  background: linear-gradient(160deg, rgba(6, 18, 30, 0.92), rgba(6, 17, 28, 0.78)) !important;
  border-bottom: 1px solid rgba(124, 188, 230, 0.24) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28) !important;
  backdrop-filter: blur(14px) saturate(120%);
}

.dnt-home .logo span {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #edf7ff !important;
  color: #edf7ff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.28);
}

.dnt-home .nav-link {
  color: #c0d7ea !important;
}

.dnt-home .nav-link:hover,
.dnt-home .nav-link.active {
  color: #eef8ff !important;
  background: rgba(83, 215, 255, 0.14) !important;
}

/* Keep header text/icons readable on dark header (override global black text rule in style.css) */
.dnt-home .header .nav-link span,
.dnt-home .header .nav-link i,
.dnt-home .header .btn span,
.dnt-home .header .btn i,
.dnt-home .header .balance-display span,
.dnt-home .header .balance-display i,
.dnt-home .header .mobile-menu-toggle i {
  color: inherit !important;
}

.dnt-home .header .nav-link {
  color: #d8ebf8 !important;
}

.dnt-home .header .nav-link:hover,
.dnt-home .header .nav-link.active {
  color: #ffffff !important;
}

.dnt-home .header .btn-register {
  color: #d2e2ef !important;
}

.dnt-home .footer,
.dnt-home .footer-bottom {
  background: linear-gradient(180deg, rgba(5, 16, 27, 0.96), rgba(6, 19, 32, 0.98)) !important;
  border-top: 1px solid rgba(124, 188, 230, 0.24) !important;
}

.dnt-home .footer-section h3,
.dnt-home .footer-description,
.dnt-home .footer-section ul li a,
.dnt-home .contact-item,
.dnt-home .footer-copyright,
.dnt-home .footer-logo span {
  color: #c7ddee !important;
}

.dnt-home .footer-section ul li a:hover,
.dnt-home .contact-item:hover {
  color: #f1f8ff !important;
}

.dnt-home .social-link {
  border-color: rgba(124, 188, 230, 0.24) !important;
  background: rgba(8, 31, 49, 0.9) !important;
  color: #d6eaf8 !important;
}

.dnt-home .social-link:hover {
  background: rgba(83, 215, 255, 0.18) !important;
}

.dnt-home #scrollToTop {
  background: linear-gradient(135deg, #39c7ef, #65ddff) !important;
  color: #082d43 !important;
}

@media (max-width: 1160px) {
  .dnt-home .home-top-grid {
    grid-template-columns: 1fr;
  }

  .dnt-home .banner-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .dnt-home .main-content {
    padding-left: 0.86rem;
    padding-right: 0.86rem;
  }

  .dnt-home .hero-stats {
    grid-template-columns: 1fr;
  }

  .dnt-home .hero-btn {
    flex: 1;
  }

  .dnt-home .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .dnt-home .contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dnt-home .contact-btn.youtube {
    grid-column: span 2;
  }
}

@media (max-width: 700px) {
  .dnt-home .banner-section {
    grid-template-columns: 1fr;
  }

  .dnt-home .banner-image-card {
    min-height: 260px;
  }

  .dnt-home .image-title {
    font-size: 1rem !important;
  }

  .dnt-home .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
  }
}

@media (max-width: 620px) {
  .dnt-home .hero-section {
    padding: 1rem;
  }

  .dnt-home .hero-eyebrow {
    font-size: 0.66rem;
  }

  .dnt-home .hero-title,
  .dnt-home .hero-title * {
    font-size: clamp(1.84rem, 10vw, 2.42rem) !important;
  }

  .dnt-home .hero-subtitle {
    font-size: 0.82rem;
  }

  .dnt-home .purchase-ticker {
    grid-template-columns: 1fr;
    gap: 0.42rem;
  }

  .dnt-home .products-section {
    padding: 0.9rem 0.76rem;
  }

  .dnt-home .products-grid {
    grid-template-columns: 1fr;
  }

  .dnt-home .product-prices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dnt-home .price-item.price-featured {
    grid-column: span 2;
  }

  .dnt-home .notification-modal {
    width: calc(100% - 0.66rem);
    border-radius: 16px;
    padding: 0.94rem;
  }

  .dnt-home .contact-grid {
    grid-template-columns: 1fr;
  }

  .dnt-home .contact-btn.youtube {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dnt-home *,
  .dnt-home *::before,
  .dnt-home *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }
}



/* ===== VISUAL SOFTENING / LESS GLARE ===== */
:root {
  --home-bg-0: #060d16;
  --home-bg-1: #0a1724;
  --home-bg-2: #102233;
  --home-surface: rgba(9, 20, 31, 0.90);
  --home-surface-soft: rgba(10, 22, 34, 0.76);
  --home-surface-strong: rgba(8, 18, 28, 0.96);
  --home-border: rgba(106, 148, 181, 0.18);
  --home-border-strong: rgba(120, 173, 214, 0.28);
  --home-text: #e4eef7;
  --home-text-soft: #b6c8d8;
  --home-text-muted: #8aa1b6;
  --home-title: #edf6fd;
  --home-accent: #5ec7ea;
  --home-accent-strong: #47b7dd;
  --home-gold: #d9ab67;
  --home-success: #53c8a3;
  --home-danger: #ef7f92;
  --home-shadow: 0 18px 42px rgba(0, 0, 0, 0.30);
  --home-shadow-soft: 0 10px 24px rgba(0, 0, 0, 0.22);
  --home-shadow-hover: 0 20px 48px rgba(0, 0, 0, 0.34);
}

body.dnt-home {
  background:
    radial-gradient(820px 420px at -10% -10%, rgba(94, 199, 234, 0.10), transparent 72%),
    radial-gradient(620px 360px at 97% 4%, rgba(217, 171, 103, 0.08), transparent 72%),
    linear-gradient(170deg, var(--home-bg-0) 0%, var(--home-bg-1) 45%, var(--home-bg-2) 100%) !important;
}

#sakura-canvas {
  opacity: 0.12;
}

.bg-orbs span {
  opacity: 0.28;
  filter: blur(18px);
}

.dnt-home .main-content {
  max-width: 1320px;
  padding-top: 1.55rem;
}

.dnt-home .home-top-grid {
  gap: 1.1rem;
  align-items: stretch;
}

.dnt-home .hero-section {
  background: linear-gradient(165deg, rgba(9, 22, 35, 0.96), rgba(7, 17, 27, 0.92));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.27);
}

.dnt-home .hero-section::before {
  background:
    radial-gradient(420px 200px at 88% -8%, rgba(94, 199, 234, 0.10), transparent 72%),
    radial-gradient(300px 160px at 6% 104%, rgba(217, 171, 103, 0.08), transparent 74%);
}

.dnt-home .hero-content {
  gap: 0.9rem;
}

.dnt-home .hero-eyebrow {
  border-color: rgba(94, 199, 234, 0.22);
  background: rgba(10, 29, 44, 0.56);
  color: #b8d5e7 !important;
}

.dnt-home .hero-title,
.dnt-home .hero-title * {
  letter-spacing: -0.01em;
  text-shadow: none !important;
}

.dnt-home .stat-item {
  border-color: rgba(108, 149, 181, 0.16);
  background: linear-gradient(158deg, rgba(10, 28, 44, 0.74), rgba(7, 19, 31, 0.82));
  box-shadow: none;
}

.dnt-home .stat-item:hover {
  transform: translateY(-2px);
  border-color: rgba(120, 173, 214, 0.24);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.dnt-home .stat-icon {
  border-color: rgba(94, 199, 234, 0.20);
  background: rgba(94, 199, 234, 0.09);
}

.dnt-home .stat-number {
  color: #edf5fc !important;
}

.dnt-home .stat-label {
  color: #93aabd !important;
}

.dnt-home .update-banner {
  border-color: rgba(83, 200, 163, 0.18);
  background: linear-gradient(135deg, rgba(17, 55, 48, 0.34), rgba(10, 34, 31, 0.24));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
  gap: 0.65rem;
}

.dnt-home .update-banner-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(83, 200, 163, 0.18);
  background: rgba(83, 200, 163, 0.08);
  flex-shrink: 0;
}

.dnt-home .update-banner strong {
  color: #a8e8cf !important;
}

.dnt-home .update-banner span {
  color: #d1e6dc !important;
  line-height: 1.6;
}

.dnt-home .hero-btn {
  box-shadow: none;
}

.dnt-home .hero-btn-primary {
  background: linear-gradient(135deg, #46c3ea, #53aee0);
  color: #f7fcff !important;
}

.dnt-home .hero-btn-secondary {
  background: rgba(10, 27, 43, 0.76);
  border-color: rgba(112, 155, 187, 0.28);
  color: #dce9f3 !important;
}

.dnt-home .hero-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.dnt-home .purchase-ticker {
  border-color: rgba(107, 149, 182, 0.16);
  background: rgba(8, 24, 37, 0.78);
}

.dnt-home .ticker-label {
  border-color: rgba(217, 171, 103, 0.24);
  background: rgba(217, 171, 103, 0.12);
  color: #dfbb85 !important;
}

.dnt-home .ticker-item {
  color: #c9d8e5 !important;
}

.dnt-home .top-depositors-card,
.dnt-home .banner-image-card,
.dnt-home .products-section,
.dnt-home .product-card,
.dnt-home .notification-modal {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.dnt-home .top-depositors-card,
.dnt-home .banner-image-card {
  border-color: rgba(107, 149, 182, 0.18);
  background: rgba(9, 21, 33, 0.88);
}

.dnt-home .banner-image-card::after {
  background: linear-gradient(180deg, rgba(6, 14, 22, 0.14) 10%, rgba(6, 14, 22, 0.72) 74%, rgba(6, 14, 22, 0.90) 100%);
}

.dnt-home .banner-image-card img {
  filter: saturate(0.88) brightness(0.88) contrast(0.96);
}

.dnt-home .banner-image-card:hover img {
  transform: scale(1.03);
  filter: saturate(0.92) brightness(0.9) contrast(0.98);
}

.dnt-home .image-kicker {
  border-color: rgba(94, 199, 234, 0.24);
  background: rgba(9, 28, 42, 0.74);
  color: #bedfed !important;
}

.dnt-home .header-icon {
  border-color: rgba(217, 171, 103, 0.26);
  background: rgba(217, 171, 103, 0.10);
}

.dnt-home .card-subtitle,
.dnt-home .section-subtitle,
.dnt-home .image-subtitle {
  color: #9db1c3 !important;
}

.dnt-home .depositor-item {
  border-color: rgba(107, 149, 182, 0.16);
  background: rgba(8, 25, 39, 0.62);
}

.dnt-home .depositor-item:hover {
  transform: translateX(1px);
  border-color: rgba(120, 173, 214, 0.22);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.dnt-home .rank-badge {
  border-color: rgba(217, 171, 103, 0.24);
  background: rgba(217, 171, 103, 0.10);
  color: #e0bc84 !important;
}

.dnt-home .depositor-amount .amount {
  color: #b6def0 !important;
}

.dnt-home .products-section {
  border-color: rgba(107, 149, 182, 0.18);
  background: rgba(10, 22, 34, 0.72);
}

.dnt-home .promo-badge {
  border-color: rgba(217, 171, 103, 0.26);
  background: rgba(217, 171, 103, 0.10);
  color: #e0bc84 !important;
}

.dnt-home .product-card {
  border-color: rgba(107, 149, 182, 0.18);
  background: linear-gradient(171deg, rgba(10, 25, 39, 0.96), rgba(8, 18, 29, 0.90));
}

.dnt-home .product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(120, 173, 214, 0.24);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
}

.dnt-home .product-card::before {
  background: linear-gradient(90deg, rgba(94, 199, 234, 0.78), rgba(217, 171, 103, 0.78));
}

.dnt-home .product-badge.badge-hot {
  color: #f0c4cc !important;
  border-color: rgba(239, 127, 146, 0.24);
  background: rgba(239, 127, 146, 0.12);
}

.dnt-home .product-badge.badge-sales {
  color: #c5e5f2 !important;
  border-color: rgba(94, 199, 234, 0.24);
  background: rgba(94, 199, 234, 0.11);
}

.dnt-home .product-badge.badge-free {
  color: #fff4df !important;
  border-color: rgba(217, 171, 103, 0.45);
  background: linear-gradient(135deg, rgba(187, 128, 58, 0.84), rgba(145, 92, 40, 0.88));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.dnt-home .product-media {
  background: #0b1d2b;
}

.dnt-home .product-card:hover .product-media img {
  transform: scale(1.04);
  filter: brightness(0.97) saturate(1.03);
}

.dnt-home .media-overlay {
  background: linear-gradient(180deg, rgba(5, 14, 22, 0.04) 18%, rgba(5, 14, 22, 0.88) 100%);
}

.dnt-home .product-features {
  border-color: rgba(107, 149, 182, 0.14);
  background: rgba(8, 23, 36, 0.60);
}

.dnt-home .product-features li {
  color: #b9c9d7 !important;
}

.dnt-home .product-features li::before {
  background: rgba(94, 199, 234, 0.56);
}

.dnt-home .product-meta {
  border-top-color: rgba(107, 149, 182, 0.14);
}

.dnt-home .price-item {
  border-color: rgba(107, 149, 182, 0.16);
  background: rgba(9, 26, 40, 0.70);
}

.dnt-home .price-item .price-label,
.dnt-home .price-item .price-label * {
  color: #8fa6b8 !important;
}

.dnt-home .price-item .price-value,
.dnt-home .price-item .price-value * {
  color: #edf5fb !important;
}

.dnt-home .price-item .price-value span {
  color: #6f8597 !important;
}

.dnt-home .price-item.price-featured {
  border-color: rgba(217, 171, 103, 0.24);
  background: rgba(217, 171, 103, 0.10);
}

.dnt-home .price-item.price-featured .price-label,
.dnt-home .price-item.price-featured .price-label * {
  color: #e0bc84 !important;
}

.dnt-home .price-item.price-featured .price-value,
.dnt-home .price-item.price-featured .price-value * {
  color: #f2ddbe !important;
}

.dnt-home .btn-product {
  background: rgba(13, 34, 52, 0.78);
  border-color: rgba(107, 149, 182, 0.20) !important;
  color: #dce8f2 !important;
  box-shadow: none !important;
}

.dnt-home .btn-product:hover {
  filter: brightness(1.03);
}

.dnt-home .header {
  background: linear-gradient(160deg, rgba(5, 15, 25, 0.94), rgba(5, 15, 24, 0.86)) !important;
  border-bottom: 1px solid rgba(107, 149, 182, 0.18) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22) !important;
}

.dnt-home .notification-overlay {
  background: rgba(2, 8, 14, 0.62);
  backdrop-filter: blur(6px);
}

.dnt-home .notification-modal {
  border: 1px solid rgba(107, 149, 182, 0.20);
  background: linear-gradient(170deg, rgba(8, 20, 32, 0.98), rgba(7, 16, 25, 0.94));
}

.dnt-home .contact-btn,
.dnt-home .group-link,
.dnt-home .download-link,
.dnt-home .feedback-section {
  box-shadow: none;
}

@media (max-width: 1024px) {
  .dnt-home .banner-image-card img {
    filter: saturate(0.92) brightness(0.90) contrast(0.98);
  }
}

@media (max-width: 680px) {
  #sakura-canvas {
    opacity: 0.08;
  }

  .bg-orbs span {
    opacity: 0.18;
    filter: blur(16px);
  }
}
