/* =========================
   IMPRESSUM – HERO
   ========================= */

.dsg-hero {
  position: relative;
  z-index: 1;
  padding: 11em 6vw 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.dsg-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 48em;
  text-align: center;
  animation: dsg-fade-up 0.8s ease-out both;
}

.dsg-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  font-size: 0.68em;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4f46ff;
  margin-bottom: 1.6em;
  opacity: 0;
  animation: dsg-fade-up 0.7s ease-out forwards;
  animation-delay: 0.1s;
}

.dsg-hero-tag::before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #4f46ff;
  box-shadow: 0 0 12px rgba(79, 70, 255, 0.6), 0 0 24px rgba(79, 70, 255, 0.3);
  animation: dsg-pulse 2s ease-in-out infinite;
}

@keyframes dsg-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}

.dsg-hero-title {
  font-size: clamp(2.6em, 5vw, 3.8em);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #0e1422;
  margin-bottom: 0.5em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  opacity: 0;
  animation: dsg-fade-up 0.85s ease-out forwards;
  animation-delay: 0.2s;
}

.dsg-accent {
  background: linear-gradient(135deg, #4f46ff, #c026ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dsg-hero-sub {
  font-size: 1.12em;
  line-height: 1.7;
  color: #4b5563;
  max-width: 34em;
  margin: 0 auto 2em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  opacity: 0;
  animation: dsg-fade-up 0.85s ease-out forwards;
  animation-delay: 0.4s;
}

.dsg-meta {
  display: flex;
  justify-content: center;
  gap: 2em;
  flex-wrap: wrap;
  opacity: 0;
  animation: dsg-fade-up 0.85s ease-out forwards;
  animation-delay: 0.55s;
}

.dsg-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.82em;
  font-weight: 600;
  color: #6b7280;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.dsg-meta-item svg {
  width: 1.1em;
  height: 1.1em;
  color: #4f46ff;
  flex-shrink: 0;
}


/* =========================
   TABLE OF CONTENTS
   ========================= */

.dsg-toc {
  position: relative;
  z-index: 1;
  padding: 0 6vw 3em;
}

.dsg-toc-inner {
  max-width: 64em;
  margin: 0 auto;
  padding: 2em 2.4em;
  border-radius: 1.4em;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.3em 1.2em rgba(0, 0, 0, 0.025);
}

.dsg-toc-label {
  display: block;
  font-size: 0.68em;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4f46ff;
  margin-bottom: 1.4em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.dsg-toc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16em, 1fr));
  gap: 0.4em 2em;
}

.dsg-toc-link {
  display: block;
  padding: 0.55em 0.8em;
  border-radius: 0.6em;
  font-size: 0.88em;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  transition: all 0.25s ease;
  border-left: 2px solid transparent;
}

.dsg-toc-link:hover {
  background: rgba(79, 70, 255, 0.04);
  border-left-color: #4f46ff;
  color: #111827;
  padding-left: 1em;
}


/* =========================
   CONTENT
   ========================= */

.dsg-content {
  position: relative;
  z-index: 1;
  padding: 2em 6vw 4em;
}

.dsg-content-inner {
  max-width: 64em;
  margin: 0 auto;
}


/* =========================
   SECTIONS
   ========================= */

.dsg-section {
  position: relative;
  padding: 2.8em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  opacity: 1;
  transform: translateY(0);
}

.dsg-section.dsg-animate {
  opacity: 0;
  transform: translateY(1.5em);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(.22, 1, .36, 1);
}

.dsg-section.dsg-animate.dsg-visible {
  opacity: 1;
  transform: translateY(0);
}

.dsg-section:last-of-type {
  border-bottom: none;
}

.dsg-section-num {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.72em;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #4f46ff;
  opacity: 0.6;
  margin-bottom: 0.6em;
}

.dsg-section h2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(1.4em, 2.2vw, 1.75em);
  font-weight: 800;
  color: #111827;
  margin: 0 0 0.8em;
  letter-spacing: -0.02em;
}

.dsg-section h3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.08em;
  font-weight: 700;
  color: #1f2937;
  margin: 1.8em 0 0.6em;
  letter-spacing: -0.01em;
}

.dsg-section h3:first-of-type {
  margin-top: 1.2em;
}

.dsg-section p {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.97em;
  color: #4b5563;
  line-height: 1.85;
  margin: 0 0 0.9em;
}

.dsg-section a {
  color: #4f46ff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.dsg-section a:hover {
  color: #c026ff;
}

.dsg-section ul {
  margin: 0.6em 0 1.2em;
  padding-left: 0;
  list-style: none;
}

.dsg-section ul li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.95em;
  color: #4b5563;
  line-height: 1.7;
}

.dsg-section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.45em;
  height: 0.45em;
  border-radius: 50%;
  background: linear-gradient(135deg, #4f46ff, #c026ff);
  opacity: 0.7;
}

.dsg-section ul li strong {
  color: #111827;
  font-weight: 700;
}


/* =========================
   INFO CARD
   ========================= */

.dsg-info-card {
  margin: 1.2em 0 1.4em;
  padding: 1.2em 1.4em;
  border-radius: 1em;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.15em 0.6em rgba(0, 0, 0, 0.02);
}

.dsg-info-row {
  display: grid;
  grid-template-columns: 11em 1fr;
  gap: 1em;
  padding: 0.55em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}

.dsg-info-row:last-child {
  border-bottom: none;
}

.dsg-info-label {
  font-weight: 600;
  color: #374151;
}

.dsg-info-value {
  color: #6b7280;
}


/* =========================
   HIGHLIGHT BOX
   ========================= */

.dsg-highlight {
  margin: 1.2em 0 1.4em;
  padding: 1.4em 1.6em;
  border-radius: 1em;
  background: linear-gradient(135deg, rgba(79, 70, 255, 0.04), rgba(192, 38, 255, 0.03));
  border-left: 3px solid #4f46ff;
}

.dsg-highlight p {
  margin-bottom: 0.7em;
}

.dsg-highlight ul {
  margin-bottom: 0.4em;
}


/* =========================
   NOTE
   ========================= */

.dsg-note {
  font-size: 0.85em !important;
  color: #9ca3af !important;
  font-style: italic;
  padding: 0.6em 1em;
  border-radius: 0.6em;
  background: rgba(0, 0, 0, 0.02);
  border: 1px dashed rgba(0, 0, 0, 0.08);
  margin-top: 1em !important;
}


/* =========================
   RIGHTS GRID
   ========================= */

.dsg-rights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16em, 1fr));
  gap: 1.2em;
  margin: 1.6em 0 1.8em;
}

.dsg-right {
  padding: 1.3em 1.4em;
  border-radius: 1.1em;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.2em 0.8em rgba(0, 0, 0, 0.02);
  transition: all 0.35s cubic-bezier(.22, 1, .36, 1);
  opacity: 1;
  transform: translateY(0);
}

.dsg-right.dsg-animate {
  opacity: 0;
  transform: translateY(1.2em);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(.22, 1, .36, 1);
}

.dsg-right.dsg-animate.dsg-visible {
  opacity: 1;
  transform: translateY(0);
}

.dsg-right:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.6em 1.8em rgba(79, 70, 255, 0.06);
  border-color: rgba(79, 70, 255, 0.12);
}

.dsg-right-icon {
  width: 2.2em;
  height: 2.2em;
  border-radius: 0.6em;
  background: linear-gradient(135deg, rgba(79, 70, 255, 0.08), rgba(192, 38, 255, 0.06));
  display: grid;
  place-items: center;
  margin-bottom: 0.8em;
}

.dsg-right-icon svg {
  width: 1.1em;
  height: 1.1em;
  color: #4f46ff;
}

.dsg-right h4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.95em;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.35em;
}

.dsg-right p {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.85em;
  color: #6b7280;
  line-height: 1.65;
  margin: 0;
}


/* =========================
   CTA
   ========================= */

.dsg-cta {
  padding: 3em 0 2em;
}

.dsg-cta-inner {
  max-width: 64em;
  margin: 0 auto;
  border-radius: 1.6em;
  padding: 2.6em 2.4em;
  background: linear-gradient(135deg, rgba(230, 228, 255, 1), rgba(244, 230, 255, 1));
  text-align: center;
}

.dsg-cta h2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(1.5em, 2.2vw, 1.9em);
  font-weight: 800;
  color: #111827;
  margin: 0 0 0.5em;
  letter-spacing: -0.02em;
}

.dsg-cta p {
  color: #4b5563;
  font-size: 1em;
  line-height: 1.7;
  max-width: 40em;
  margin: 0 auto 1.4em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.dsg-cta-actions {
  display: inline-flex;
  gap: 0.9em;
  flex-wrap: wrap;
  justify-content: center;
}


/* =========================
   ANIMATIONS
   ========================= */

@keyframes dsg-fade-up {
  from {
    opacity: 0;
    transform: translateY(1.2em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* =========================
   RESPONSIVE
   ========================= */

/* =========================
   RESPONSIVE – TABLET
   ========================= */

@media (max-width: 768px) {
  .dsg-hero {
    padding: 9em 5vw 2.5em;
  }

  .dsg-hero-title {
    font-size: clamp(2em, 6vw, 2.6em);
    line-height: 1.15;
  }

  .dsg-hero-sub {
    font-size: 1em;
    line-height: 1.65;
    max-width: 100%;
    margin-bottom: 1.5em;
  }

  .dsg-hero-tag {
    font-size: 0.62em;
    margin-bottom: 1.2em;
  }

  .dsg-meta {
    flex-direction: column;
    align-items: center;
    gap: 0.6em;
  }

  .dsg-meta-item {
    font-size: 0.78em;
  }

  .dsg-toc {
    padding: 0 5vw 2em;
  }

  .dsg-toc-inner {
    padding: 1.4em 1.2em;
    border-radius: 1em;
  }

  .dsg-toc-label {
    margin-bottom: 1em;
  }

  .dsg-toc-grid {
    grid-template-columns: 1fr;
    gap: 0.15em;
  }

  .dsg-toc-link {
    font-size: 0.84em;
    padding: 0.5em 0.7em;
  }

  .dsg-content {
    padding: 0.5em 5vw 2.5em;
  }

  .dsg-section {
    padding: 2em 0;
  }

  .dsg-section-num {
    font-size: 0.68em;
  }

  .dsg-section h2 {
    font-size: 1.35em;
    margin-bottom: 0.7em;
  }

  .dsg-section h3 {
    font-size: 1em;
    margin: 1.4em 0 0.5em;
  }

  .dsg-section p {
    font-size: 0.92em;
    line-height: 1.75;
  }

  .dsg-section ul li {
    font-size: 0.9em;
    padding-left: 1.2em;
    line-height: 1.65;
  }

  .dsg-info-card {
    padding: 0.9em 1em;
    border-radius: 0.8em;
    margin: 1em 0 1.2em;
  }

  .dsg-info-row {
    grid-template-columns: 1fr;
    gap: 0.15em;
    padding: 0.6em 0;
    font-size: 0.85em;
  }

  .dsg-info-label {
    font-size: 0.78em;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
    font-weight: 700;
  }

  .dsg-info-value {
    font-size: 0.92em;
    color: #374151;
  }

  .dsg-highlight {
    padding: 1em 1.1em;
    border-radius: 0.8em;
    margin: 1em 0 1.2em;
  }

  .dsg-highlight p {
    font-size: 0.92em;
  }

  .dsg-note {
    font-size: 0.8em !important;
    padding: 0.5em 0.8em;
  }

  .dsg-rights-grid {
    grid-template-columns: 1fr;
    gap: 0.8em;
    margin: 1.2em 0 1.4em;
  }

  .dsg-right {
    padding: 1.1em 1.2em;
    border-radius: 0.9em;
  }

  .dsg-right-icon {
    width: 2em;
    height: 2em;
    margin-bottom: 0.6em;
  }

  .dsg-right-icon svg {
    width: 1em;
    height: 1em;
  }

  .dsg-right h4 {
    font-size: 0.9em;
  }

  .dsg-right p {
    font-size: 0.82em;
    line-height: 1.6;
  }

  .dsg-cta {
    padding: 2em 0 1.5em;
  }

  .dsg-cta-inner {
    padding: 2em 1.4em;
    border-radius: 1.2em;
  }

  .dsg-cta h2 {
    font-size: 1.35em;
  }

  .dsg-cta p {
    font-size: 0.92em;
    margin-bottom: 1.2em;
  }
}


/* =========================
   RESPONSIVE – MOBILE
   ========================= */

@media (max-width: 480px) {
  .dsg-hero {
    padding: 7.5em 4.5vw 2em;
  }

  .dsg-hero-title {
    font-size: clamp(1.7em, 7vw, 2.2em);
    letter-spacing: -0.03em;
  }

  .dsg-hero-sub {
    font-size: 0.92em;
    line-height: 1.6;
  }

  .dsg-hero-tag {
    font-size: 0.58em;
    letter-spacing: 0.14em;
  }

  .dsg-meta-item {
    font-size: 0.74em;
  }

  .dsg-toc {
    padding: 0 4.5vw 1.5em;
  }

  .dsg-toc-inner {
    padding: 1.1em 1em;
  }

  .dsg-toc-link {
    font-size: 0.8em;
    padding: 0.45em 0.6em;
  }

  .dsg-content {
    padding: 0.25em 4.5vw 2em;
  }

  .dsg-section {
    padding: 1.6em 0;
  }

  .dsg-section h2 {
    font-size: 1.2em;
  }

  .dsg-section h3 {
    font-size: 0.95em;
    margin: 1.2em 0 0.4em;
  }

  .dsg-section p {
    font-size: 0.88em;
    line-height: 1.7;
  }

  .dsg-section ul li {
    font-size: 0.86em;
    margin-bottom: 0.4em;
  }

  .dsg-info-card {
    padding: 0.7em 0.8em;
  }

  .dsg-info-row {
    font-size: 0.82em;
    padding: 0.5em 0;
  }

  .dsg-highlight {
    padding: 0.8em 0.9em;
  }

  .dsg-cta-inner {
    padding: 1.6em 1.2em;
    border-radius: 1em;
  }

  .dsg-cta h2 {
    font-size: 1.2em;
  }

  .dsg-cta p {
    font-size: 0.88em;
  }

  .dsg-right {
    padding: 1em 1em;
  }
}


/* =========================
   RESPONSIVE – SMALL MOBILE
   ========================= */

@media (max-width: 360px) {
  .dsg-hero {
    padding: 7em 4vw 1.5em;
  }

  .dsg-hero-title {
    font-size: 1.6em;
  }

  .dsg-hero-sub {
    font-size: 0.86em;
  }

  .dsg-section h2 {
    font-size: 1.1em;
  }

  .dsg-section p,
  .dsg-section ul li {
    font-size: 0.84em;
  }

  .dsg-info-row {
    font-size: 0.8em;
  }

  .dsg-toc-link {
    font-size: 0.76em;
  }
}