ds-section {
    background: radial-gradient(ellipse at top right, #8b1a1a 0%, #3d0a0a 40%, #1a0505 70%, #0d0202 100%);
    padding: 4rem 2rem;
    font-family: 'Raleway', sans-serif;
    min-height: 320px;
  }

  .ds-card {
    max-width: 980px;
    min-height: 400px;
    margin: 30px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 0.5px solid rgba(255,255,255,0.1);
  }

  @media (max-width: 600px) {
  .ds-card {
    grid-template-columns: 1fr;  /* ← egymás alá */
  }

  .ds-left {
    border-right: none;                              /* ← oldalsó vonal el */
    border-bottom: 0.5px solid rgba(255,255,255,0.08); /* ← alsó vonal */
    padding: 2rem 1.5rem;
  }

  .ds-right {
    padding: 2rem 1.5rem;
  }

  .ds-section {
    padding: 3rem 1rem;  /* ← kisebb külső padding mobilon */
  }
}

  .ds-left {
    background: rgba(255,255,255,0.04);
    padding: 2.5rem 2rem;
    border-right: 0.5px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .ds-left img {
    width: 300px;    
    max-width: 100%;
  }

  .ds-logo-text {
    font-family: 'Great Vibes', cursive;
    font-size: 1.8rem;
    color: #e8c4b8;
    line-height: 1;
  }

  .ds-right {
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }

  .ds-title {
    font-size: 2rem;
    color: #e8c4b8;
    margin: 0;
    line-height: 1.2;
  }

  .ds-divider {
    width: 40px;
    height: 0.5px;
    background: rgba(192,57,43,0.7);
  }

  .ds-text {
    font-size: 0.82rem;
    color: rgb(255, 255, 255);
    line-height: 1.8;
    font-family: 'segoe UI', Arial, Helvetica, sans-serif;
    margin: 0;
    font-weight: 300;
  }

  .ds-text em {
    color: rgba(232,196,184,0.9);
    font-style: normal;    
    font-weight: 400;
  }

  .ds-thanks {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.4);
    font-style: italic;
    font-family: 'segoe UI', Arial, Helvetica, sans-serif;
    margin: 0;
  }

  .ds-tent {
    opacity: 0.85;
  }

  .ds-text a {
    color: rgba(232,196,184,0.9);
    text-decoration: none;
    font-weight: 400;
  }