/**
 * TalentPie marketing pages — extends blog-theme.css
 */

.dm-page-hero {
    padding: 72px 0 48px;
    background:
        radial-gradient(circle at 12% 18%, rgba(176, 26, 105, 0.08), transparent 42%),
        radial-gradient(circle at 88% 10%, rgba(240, 199, 94, 0.16), transparent 36%),
        #fff;
}

.dm-hero-media {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(12, 27, 42, 0.12);
    border: 1px solid var(--dm-border);
    background: #f3f4f6;
    height: 100%;
    min-height: 260px;
}

.dm-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    max-height: 380px;
    object-fit: cover;
    display: block;
}

.dm-page-hero .row.align-items-center .answer-block {
    max-width: none;
}

.dm-scene-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.dm-scene-strip figure {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    min-height: 200px;
    box-shadow: var(--dm-shadow);
}

.dm-scene-strip img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.dm-scene-strip figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 14px;
    background: linear-gradient(transparent, rgba(12, 27, 42, 0.75));
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
}

.dm-inline-photo {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--dm-shadow);
    border: 1px solid var(--dm-border);
}

.dm-inline-photo img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.dm-feature-card .card-thumb {
    width: calc(100% + 56px);
    margin: -28px -28px 18px;
    height: 160px;
    object-fit: cover;
    display: block;
}

.dm-page-hero .answer-block {
    max-width: 760px;
    font-size: 1.08rem;
    line-height: 1.7;
    color: rgba(12, 27, 42, 0.75);
    margin: 16px 0 0;
}

.dm-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 0.88rem;
    color: rgba(12, 27, 42, 0.55);
    margin-bottom: 18px;
}

.dm-breadcrumb a {
    color: var(--dm-primary);
    text-decoration: none;
    font-weight: 600;
}

.dm-breadcrumb span.sep {
    opacity: 0.45;
}

.dm-badge {
    display: inline-block;
    background: rgba(176, 26, 105, 0.1);
    color: var(--dm-primary-dark);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
}

.dm-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.dm-feature-card {
    background: #fff;
    border: 1px solid var(--dm-border);
    border-radius: var(--dm-radius-lg);
    padding: 28px;
    box-shadow: var(--dm-shadow);
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dm-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px rgba(12, 27, 42, 0.1);
}

.dm-feature-card .icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(176, 26, 105, 0.1);
    color: var(--dm-primary);
    font-size: 1.35rem;
    margin-bottom: 14px;
}

.dm-feature-card h3 {
    font-size: 1.35rem;
    margin-bottom: 10px;
}

.dm-feature-card p {
    color: var(--dm-muted);
    margin: 0;
    line-height: 1.6;
}

.dm-feature-card a.card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    font-weight: 700;
    color: var(--dm-primary);
    text-decoration: none;
}

.fee-callout {
    background: linear-gradient(135deg, #fff 0%, var(--dm-soft) 100%);
    border: 1px solid rgba(176, 26, 105, 0.15);
    border-radius: var(--dm-radius-lg);
    padding: 28px 32px;
    box-shadow: var(--dm-shadow);
}

.fee-callout .fee-amount {
    font-family: "Cormorant Garamond", serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--dm-ink);
    line-height: 1.15;
}

.fee-callout .fee-sub {
    color: var(--dm-muted);
    margin-top: 6px;
}

.fee-callout ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.fee-callout ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
    color: #1f2937;
}

.fee-callout ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--dm-primary);
    font-weight: 700;
}

.dm-cta-strip {
    background: var(--dm-ink);
    color: #fff;
    border-radius: 24px;
    padding: 40px 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.dm-cta-strip h2 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 2rem;
}

.dm-cta-strip p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    max-width: 520px;
}

.dm-cta-strip .btn-dm {
    background: var(--dm-primary);
    border-color: var(--dm-primary);
}

.dm-cta-strip .btn-dm:hover {
    background: var(--dm-primary-dark);
}

.dm-lead-card {
    background: #fff;
    border: 1px solid var(--dm-border);
    border-radius: var(--dm-radius-lg);
    padding: 28px;
    box-shadow: var(--dm-shadow);
}

.dm-faq .accordion-item {
    border: 1px solid var(--dm-border);
    border-radius: 14px !important;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
}

.dm-faq .accordion-button {
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    color: var(--dm-ink);
    box-shadow: none !important;
}

.dm-faq .accordion-button:not(.collapsed) {
    background: rgba(176, 26, 105, 0.06);
    color: var(--dm-primary-dark);
}

.dm-faq .accordion-body {
    color: var(--dm-muted);
    line-height: 1.7;
}

.syllabus-month {
    background: #fff;
    border: 1px solid var(--dm-border);
    border-radius: var(--dm-radius-lg);
    padding: 28px;
    height: 100%;
}

.syllabus-month .month-label {
    color: var(--dm-primary);
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.syllabus-month ul {
    margin: 14px 0 0;
    padding-left: 1.1rem;
    color: rgba(12, 27, 42, 0.78);
}

.syllabus-month li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.section-soft {
    background: var(--dm-soft);
}

.section-cream {
    background: var(--dm-cream);
}

.prose-narrow {
    max-width: 720px;
}

.dm-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.dm-meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--dm-border);
    font-size: 0.9rem;
    font-weight: 600;
}

.legal-content h2 {
    font-size: 1.6rem;
    margin-top: 2rem;
}

.legal-content p,
.legal-content li {
    color: var(--dm-muted);
    line-height: 1.7;
}

@media (max-width: 991px) {
    .dm-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dm-page-hero {
        padding: 56px 0 36px;
    }

    .dm-scene-strip {
        grid-template-columns: 1fr;
    }

    .dm-scene-strip img,
    .dm-inline-photo img {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .dm-card-grid {
        grid-template-columns: 1fr;
    }

    .fee-callout .fee-amount {
        font-size: 1.9rem;
    }

    .dm-cta-strip {
        padding: 28px 22px;
    }

    .dm-hero-media,
    .dm-hero-media img {
        min-height: 200px;
        max-height: 240px;
    }
}
