.dc-podcast-page {
    background: #ffffff;
}

.dc-podcast-hero {
    background: linear-gradient(135deg, #f7f5fa 0%, #ffffff 56%, #fff4ec 100%);
}

.dc-kicker {
    color: #ff6600;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.dc-podcast-hero h1 {
    color: #3c2c4b;
    font-size: clamp(2.25rem, 5vw, 4.4rem);
    font-weight: 900;
    line-height: 1.04;
    margin-bottom: 22px;
}

.dc-hero-lead {
    color: #4b3c59;
    font-size: 1.16rem;
    line-height: 1.75;
    margin: 0;
    max-width: 760px;
}

.dc-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.dc-article-meta span {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    color: #4b3c59;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 700;
    gap: 8px;
    padding: 10px 14px;
}

.dc-article-meta i {
    color: #ff6600;
}

.dc-podcast-card {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    box-shadow: 0 20px 54px rgba(60, 44, 75, 0.12);
    padding: 34px;
}


.dc-podcast-image {
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    display: block;
    margin-bottom: 24px;
    object-fit: cover;
    width: 100%;
}

.dc-wistia-embed,
.dc-youtube-embed {
    border-radius: 8px;
    margin-bottom: 24px;
    overflow: hidden;
}

.dc-wistia-embed wistia-player {
    aspect-ratio: 16 / 9;
    display: block;
    width: 100%;
}

.dc-youtube-embed {
    aspect-ratio: 16 / 9;
    position: relative;
    width: 100%;
}

.dc-youtube-embed iframe {
    border: 0;
    display: block;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.dc-podcast-icon {
    align-items: center;
    background: #3c2c4b;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-size: 1.7rem;
    height: 58px;
    justify-content: center;
    margin-bottom: 24px;
    width: 58px;
}

.dc-podcast-card h2,
.dc-sidebar-panel h3,
.dc-article h2 {
    color: #3c2c4b;
    font-weight: 800;
}

.dc-podcast-card p,
.dc-sidebar-panel p,
.dc-article p,
.dc-sidebar-panel li {
    color: #4b3c59;
    line-height: 1.75;
}

.dc-article-section {
    background: #ffffff;
}

.dc-article-layout {
    align-items: start;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) 320px;
}

.dc-article {
    max-width: 850px;
}

.dc-article-intro {
    color: #3c2c4b !important;
    font-size: 1.24rem;
    font-weight: 700;
}

.dc-article h2 {
    font-size: 1.72rem;
    margin: 34px 0 12px;
}

.dc-article p {
    font-size: 1.04rem;
    margin-bottom: 18px;
}

.dc-article blockquote {
    background: #f7f5fa;
    border-left: 6px solid #ff6600;
    border-radius: 0 8px 8px 0;
    margin: 34px 0;
    padding: 28px 32px;
}

.dc-article blockquote p {
    color: #3c2c4b;
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.5;
    margin: 0;
}

.dc-article-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.dc-article-sidebar {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 110px;
}

.dc-sidebar-panel {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 26px;
}

.dc-sidebar-panel ul {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.dc-sidebar-panel li {
    border-top: 1px solid #e1e1e1;
    padding: 11px 0;
}

.dc-sidebar-panel li:first-child {
    border-top: 0;
}

.dc-sidebar-accent {
    background: #3c2c4b;
    border-color: #3c2c4b;
}

.dc-sidebar-accent h3,
.dc-sidebar-accent p,
.dc-sidebar-accent a {
    color: #ffffff;
}

.dc-sidebar-accent a {
    font-weight: 800;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .dc-article-layout {
        grid-template-columns: 1fr;
    }

    .dc-article-sidebar {
        position: static;
    }
}

@media (max-width: 575px) {
    .dc-podcast-card,
    .dc-sidebar-panel,
    .dc-article blockquote {
        padding: 22px;
    }

    .dc-article-actions .btn {
        width: 100%;
    }
}
