.dt-header {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 10px 32px rgba(34, 34, 34, 0.05);
}

.dt-header-shell {
  padding-top: 16px;
  padding-bottom: 16px;
}

.dt-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-text);
  font-weight: 800;
}

.dt-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--color-rausch), var(--color-rausch-dark));
  color: #fff;
  font-size: 16px;
  text-transform: lowercase;
  box-shadow: 0 12px 24px rgba(255, 56, 92, 0.18);
}

.dt-brand-text,
.dt-footer-brand-text {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-transform: lowercase;
}

.dt-desktop-top {
  display: grid;
  grid-template-columns: auto minmax(320px, 520px) auto;
  gap: 24px;
  align-items: center;
}

.dt-primary-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.dt-primary-links a,
.dt-category-trigger {
  border: 0;
  background: transparent;
  color: var(--color-text);
  font-weight: 700;
  text-decoration: none;
}

.dt-search-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #ececec;
  border-radius: var(--radius-pill);
  background: #fff;
  box-shadow: 0 10px 18px rgba(34, 34, 34, 0.03);
}

.dt-search-pill i {
  color: var(--color-rausch);
}

.dt-search-pill input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--color-text);
  outline: none;
}

.dt-icon-btn,
.dt-account-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background: #fff;
  color: var(--color-text);
}

.dt-icon-btn {
  width: 44px;
  height: 44px;
  padding: 0;
}

.dt-icon-btn-surface {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-card);
}

.dt-icon-btn-active {
  background: var(--color-rausch);
  border-color: var(--color-rausch);
  color: #fff;
}

.dt-account-chip {
  padding: 0 16px;
  gap: 8px;
}

.dt-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--color-rausch);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.dt-mega-sidebar {
  border-right: 1px solid #efefef;
  background: #fbfbfb;
}

.dt-mega-root {
  display: block;
  width: 100%;
  padding: 14px 20px;
  border: 0;
  background: transparent;
  color: var(--color-text);
  font-weight: 700;
  text-align: left;
}

.dt-mega-root.is-active {
  background: #fff;
  color: var(--color-rausch-dark);
}

.dt-mega-card,
.dt-mobile-card {
  display: block;
  padding: 16px;
  border: 1px solid #efefef;
  border-radius: 16px;
  background: #fff;
  color: var(--color-text);
}

.dt-site-footer {
  margin-top: 72px;
  padding: 40px 0 52px;
  border-top: 1px solid #ededed;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0.35), rgba(255, 255, 255, 0.98));
}

.dt-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dt-footer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  color: var(--color-text-sub);
  font-size: 14px;
}

.dt-footer-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dt-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.dt-legal-links a {
  color: var(--color-text-sub);
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .dt-header-shell {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dt-mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .dt-mobile-search {
    margin-top: 14px;
  }
}
