.dsc-grid-1234c129 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

@media (max-width: 768px) {
    .dsc-grid-1234c129 {
        grid-template-columns: 1fr;
    }
}

.dsc-card-1234c129 {
    background-color: #1a1a1a;
    border-top: 3px solid #B38B36;
    padding: 3rem 2.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.dsc-category-1234c129 {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #B38B36;
    margin-bottom: 1.25rem;
    font-family: sans-serif;
}

.dsc-title-1234c129 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 2.6rem;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    line-height: 1.15;
}

.dsc-subtitle-1234c129 {
    font-family: "Playfair Display", Georgia, serif;
    font-style: italic;
    font-size: 1.1rem;
    color: #cccccc;
    margin: 0 0 1.25rem 0;
}

.dsc-pricing-1234c129 {
    font-size: 1rem;
    font-weight: 500;
    color: #B38B36;
    letter-spacing: 0.03em;
    margin-bottom: 1.5rem;
    font-family: sans-serif;
}

.dsc-divider-1234c129 {
    border: none;
    border-top: 1px solid #333333;
    margin: 0 0 1.75rem 0;
}

.dsc-description-1234c129 {
    font-family: sans-serif;
    font-size: 0.975rem;
    line-height: 1.75;
    color: #aaaaaa;
    flex-grow: 1;
    margin-bottom: 2rem;
}

.dsc-description-1234c129 strong {
    color: #ffffff;
    font-weight: 700;
}

.dsc-description-1234c129 em {
    font-style: italic;
}

.dsc-link-1234c129 {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    font-family: sans-serif;
    letter-spacing: 0.03em;
    border-bottom: 1px solid rgba(255,255,255,0.35);
    padding-bottom: 4px;
    transition: color 0.2s, border-color 0.2s;
    align-self: flex-start;
}

.dsc-link-1234c129:hover {
    color: #B38B36;
    border-bottom-color: #B38B36;
}
