/* مکمل لندینگ راهنمای دانلود — روی plans-landing.css سوار می‌شود */
.dg-crumb {
    background: #fff;
    padding-top: 0.75rem;
}
.dg-crumb nav { margin-bottom: 0.75rem; }
.dg-inline {
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 0.82rem;
    font-weight: 800;
    color: #b78806;
    text-decoration: none;
}
.dg-inline:hover { text-decoration: underline; text-underline-offset: 3px; }

.dg-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: grid;
    gap: 1rem;
}
@media (min-width: 768px) {
    .dg-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .dg-steps { grid-template-columns: repeat(4, 1fr); }
}
.dg-step {
    background: #fff;
    border: 1px solid #ece7d8;
    border-radius: 1.1rem;
    padding: 1.25rem 1.2rem 1.35rem;
    min-height: 100%;
}
.dg-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.7rem;
    background: #E5AA08;
    color: #111;
    font-weight: 900;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}
.dg-step h3 {
    font-size: 0.98rem;
    font-weight: 800;
    color: #111;
    margin: 0 0 0.45rem;
}
.dg-step p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.85;
    color: #4b5563;
}

.dg-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}
.dg-btn-dark {
    background: #111 !important;
    color: #fff !important;
    border-color: #111 !important;
}
.dg-btn-dark:hover { background: #222 !important; color: #fff !important; }

.dg-plan-row {
    display: grid;
    gap: 0.75rem;
    margin: 0 0 1.5rem;
}
@media (min-width: 640px) {
    .dg-plan-row { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .dg-plan-row { grid-template-columns: repeat(4, 1fr); }
}
.dg-plan-chip {
    background: #fff;
    border: 1px solid #ece7d8;
    border-radius: 1rem;
    padding: 0.9rem 1rem;
}
.dg-plan-chip strong { display: block; font-size: 0.95rem; color: #111; margin-bottom: 0.2rem; }
.dg-plan-chip span { font-size: 0.8rem; color: #6b7280; }

.dg-rules {
    display: grid;
    gap: 1rem;
}
@media (min-width: 768px) {
    .dg-rules { grid-template-columns: repeat(2, 1fr); }
}
.dg-rules article {
    background: #fff;
    border: 1px solid #ece7d8;
    border-radius: 1.1rem;
    padding: 1.25rem 1.3rem;
}
.dg-rules h3 {
    margin: 0 0 0.45rem;
    font-size: 1rem;
    font-weight: 800;
    color: #111;
}
.dg-rules p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.85;
    color: #4b5563;
}

.dg-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}
.dg-cats a {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #ece7d8;
    color: #111;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease;
}
.dg-cats a:hover {
    background: #E5AA08;
    border-color: #E5AA08;
    color: #111;
}

@media (prefers-reduced-motion: reduce) {
    .dg-cats a,
    .dg-inline,
    .pl-btn { transition: none; }
}
