.dh-blog-page {
    background: #f7f5f3;
}

.dh-blog-page .dh-blog-shell,
.dh-blog-page .dh-blog-shell h1,
.dh-blog-page .dh-blog-shell h2,
.dh-blog-page .dh-blog-shell h3,
.dh-blog-page .dh-blog-shell h4,
.dh-blog-page .dh-blog-shell h5,
.dh-blog-page .dh-blog-shell h6,
.dh-blog-page .dh-blog-shell p,
.dh-blog-page .dh-blog-shell a,
.dh-blog-page .dh-blog-shell span {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

.dh-blog-shell {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(255, 134, 134, 0.12), transparent 26%),
        radial-gradient(circle at left center, rgba(113, 193, 199, 0.08), transparent 20%),
        linear-gradient(180deg, #faf8f7 0%, #f4f1ee 100%);
}

.dh-blog-shell::before,
.dh-blog-shell::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    opacity: 0.55;
}

.dh-blog-shell::before {
    width: 280px;
    height: 280px;
    top: 120px;
    right: -120px;
    background: rgba(255, 134, 134, 0.07);
    filter: blur(10px);
}

.dh-blog-shell::after {
    width: 220px;
    height: 220px;
    left: -100px;
    top: 30%;
    background: rgba(113, 193, 199, 0.07);
    filter: blur(10px);
}

.dh-blog-hero {
    padding: 88px 0 44px;
}

.dh-blog-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
    gap: 28px;
    align-items: stretch;
}

.dh-blog-hero-copy {
    padding-top: 24px;
}

.dh-blog-hero .heading-1 {
    margin-bottom: 18px;
    color: #1f1f1f;
    letter-spacing: -0.03em;
    font-weight: 600;
}

.dh-blog-lead {
    max-width: 760px;
    margin-bottom: 26px;
    color: #5e5b57;
    font-size: 20px;
    line-height: 1.75;
}

.dh-blog-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 18px;
}

.dh-blog-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.dh-blog-chip {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(31, 31, 31, 0.08);
    background: rgba(255, 255, 255, 0.82);
    color: #4f4a45;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 10px 22px rgba(31, 31, 31, 0.04);
}

.dh-blog-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #8a837c;
    font-weight: 600;
}

.dh-blog-breadcrumbs a {
    color: #1f1f1f;
}

.dh-blog-hero-panel {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: 30px;
    border: 1px solid rgba(31, 31, 31, 0.06);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(252, 247, 244, 0.96) 100%);
    color: #1f1f1f;
    box-shadow: 0 28px 56px rgba(31, 31, 31, 0.06);
}

.dh-blog-hero-panel::before {
    content: "";
    position: absolute;
    inset: auto -60px -80px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 134, 134, 0.12);
}

.dh-blog-panel-label,
.dh-kicker {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.dh-kicker {
    color: #ff8686;
}

.dh-blog-panel-label {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 134, 134, 0.12);
    color: #c86f6f;
}

.dh-blog-hero-panel h2 {
    margin: 12px 0 12px;
    color: #1f1f1f;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 600;
}

.dh-blog-hero-panel p {
    margin-bottom: 0;
    color: #66605a;
    font-size: 16px;
    line-height: 1.75;
}

.dh-blog-panel-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 22px 0 18px;
}

.dh-blog-panel-stat {
    padding: 14px 12px;
    border-radius: 18px;
    border: 1px solid rgba(31, 31, 31, 0.05);
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
}

.dh-blog-panel-stat strong,
.dh-blog-panel-stat span {
    display: block;
}

.dh-blog-panel-stat strong {
    font-size: 15px;
    margin-bottom: 4px;
    color: #1f1f1f;
}

.dh-blog-panel-stat span,
.dh-blog-panel-item {
    font-size: 13px;
    color: #746d66;
}

.dh-blog-panel-list {
    display: grid;
    gap: 10px;
}

.dh-blog-panel-item {
    position: relative;
    padding-left: 20px;
}

.dh-blog-panel-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff8686;
    box-shadow: 0 0 0 4px rgba(255, 134, 134, 0.12);
}

.dh-blog-status,
.dh-blog-empty,
.dh-blog-loading,
.dh-blog-feature,
.dh-blog-article,
.dh-blog-card {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(31, 31, 31, 0.06);
}

.dh-blog-status,
.dh-blog-loading,
.dh-blog-empty {
    padding: 22px 28px;
}

.dh-blog-status {
    border: 1px solid rgba(188, 83, 75, 0.16);
    color: #9d463f;
    background: #fff8f7;
}

.dh-blog-loading {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.dh-blog-loading p {
    margin: 0;
}

.dh-blog-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 134, 134, 0.18);
    border-top-color: #ff8686;
    border-radius: 50%;
    animation: dhSpin .8s linear infinite;
}

@keyframes dhSpin {
    to { transform: rotate(360deg); }
}

.dh-blog-layout {
    padding: 12px 0 80px;
}

.dh-blog-section-title {
    margin: 10px 0 22px;
}

.dh-blog-section-title .heading-2 {
    margin-bottom: 0;
    color: #1f1f1f;
    max-width: 820px;
    font-weight: 600;
}

.dh-blog-feature {
    position: relative;
    overflow: hidden;
    padding: 36px;
    margin-bottom: 26px;
    border: 1px solid rgba(31, 31, 31, 0.06);
    background: linear-gradient(180deg, #fff 0%, #fdf8f5 100%);
}

.dh-blog-feature::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 134, 134, 0.10);
}

.dh-blog-feature * {
    color: inherit;
}

.dh-blog-feature .dh-kicker {
    color: #ff8686;
}

.dh-blog-feature .heading-2 {
    margin-bottom: 14px;
    font-size: 44px;
    line-height: 1.12;
    color: #1f1f1f;
    font-weight: 600;
}

.dh-blog-feature p {
    max-width: 900px;
    color: #615b56;
}

.dh-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 16px 0 22px;
    color: #8b837c;
    font-weight: 600;
    font-size: 14px;
}

.dh-blog-feature .dh-blog-meta {
    color: #8b837c;
}

.dh-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.dh-blog-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    height: 100%;
    border: 1px solid rgba(31, 31, 31, 0.06);
    background: linear-gradient(180deg, #fff 0%, #fbfaf9 100%);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.dh-blog-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ffb2a7 0%, #ff8686 100%);
}

.dh-blog-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 134, 134, 0.18);
    box-shadow: 0 22px 48px rgba(31, 31, 31, 0.08);
}

.dh-blog-card .heading-4 {
    margin-bottom: 12px;
    color: #1f1f1f;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 600;
}

.dh-blog-card p {
    color: #66605a;
}

.dh-blog-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ff8686;
    font-weight: 700;
}

.dh-blog-card-link::after {
    content: "→";
    transition: transform .2s ease;
}

.dh-blog-card-link:hover::after {
    transform: translateX(3px);
}

.dh-blog-article {
    padding: 40px;
    border: 1px solid rgba(31, 31, 31, 0.06);
}

.dh-blog-article .heading-1 {
    margin-bottom: 16px;
    font-size: 52px;
    line-height: 1.08;
    color: #1f1f1f;
    letter-spacing: -0.03em;
    font-weight: 600;
}

.dh-blog-intro,
.dh-blog-article-content {
    color: #57524d;
    font-size: 18px;
    line-height: 1.88;
}

.dh-blog-intro {
    margin-bottom: 24px;
}

.dh-blog-article-content h2,
.dh-blog-article-content h3,
.dh-blog-article-content h4 {
    margin-top: 30px;
    margin-bottom: 12px;
    color: #1f1f1f;
    font-weight: 600;
}

.dh-blog-article-content a {
    color: #ff8686;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

.dh-blog-article-content ul,
.dh-blog-article-content ol {
    padding-left: 20px;
}

.dh-blog-article-content li {
    margin-bottom: 10px;
}

.dh-blog-article-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 24px auto;
    border-radius: 18px;
}

.dh-blog-article-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
    align-items: stretch;
}

.dh-main-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 0 28px;
    min-width: 220px;
    border-radius: 999px;
    border: 1px solid rgba(31, 31, 31, 0.08);
    background: rgba(255, 255, 255, 0.92);
    color: #1f1f1f;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(31, 31, 31, 0.04);
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.dh-main-btn-secondary:hover {
    color: #1f1f1f;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(31, 31, 31, 0.07);
}

.dh-blog-page .main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    min-width: 180px;
    padding: 0 30px;
    border-radius: 999px;
    background: #ff8686;
    border-color: #ff8686;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 18px 28px rgba(255, 134, 134, 0.24);
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.dh-blog-page .main-btn:hover {
    background: #ff8686;
    border-color: #ff8686;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 20px 32px rgba(255, 134, 134, 0.28);
}

@media (max-width: 1199px) {
    .dh-blog-hero-grid {
        gap: 22px;
    }

    .dh-blog-hero-panel h2 {
        font-size: 26px;
    }

    .dh-blog-panel-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .dh-blog-hero {
        padding: 72px 0 34px;
    }

    .dh-blog-hero-grid {
        grid-template-columns: 1fr;
    }

    .dh-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dh-blog-feature .heading-2,
    .dh-blog-article .heading-1 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .dh-blog-hero {
        padding: 62px 0 28px;
    }

    .dh-blog-hero-copy {
        padding-top: 0;
    }

    .dh-blog-hero-panel,
    .dh-blog-feature,
    .dh-blog-article,
    .dh-blog-empty,
    .dh-blog-status {
        padding: 22px;
    }

    .dh-blog-grid {
        grid-template-columns: 1fr;
    }

    .dh-blog-feature .heading-2,
    .dh-blog-article .heading-1 {
        font-size: 30px;
    }

    .dh-blog-lead,
    .dh-blog-intro,
    .dh-blog-article-content {
        font-size: 16px;
    }

    .dh-blog-section-title .heading-2 {
        font-size: 28px;
        line-height: 1.25;
    }

    .dh-blog-meta {
        gap: 8px 14px;
    }

    .dh-blog-article-actions {
        flex-direction: column;
    }

    .dh-blog-article-actions .dh-main-btn-secondary,
    .dh-blog-article-actions .main-btn {
        width: 100%;
        min-width: 0;
    }
}
