/* Blog / News / Success Stories detail + author pages */
.article-detail-page{background:#f6f7f9;}
.article-detail-page .article_show,
.article-detail-page .article_show .box,
.article-detail-page .article_show .one{
    float:none!important;
    width:100%;
    max-width:100%;
    display:block;
    clear:both;
}
.article-detail-page .article_show{margin:0 0 64px;background:transparent;}
.article-detail-crumb{padding:18px 0 0;margin-top:90px;}
html.with-site-top-banner .article-detail-crumb{margin-top:calc(90px + var(--site-top-banner-offset, 0px));}
.article-detail-crumb .breadcrumb{background:transparent;padding:0;margin:0;font-size:13px;}
.article-detail-crumb .breadcrumb a{color:#5b6472;text-decoration:none;}
.article-detail-crumb .breadcrumb a:hover{color:#e94560;}
.article-detail-crumb .breadcrumb-item.active{color:#1a1a2e;max-width:min(52vw,420px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.article-detail-hero{
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);
    gap:40px;
    align-items:start;
    width:100%;
    max-width:100%;
    margin:0;
    padding:28px 0 12px;
}
.article-detail-hero__copy{min-width:0;}
.article-detail-page .one .title,
.article-detail-page .blog-article-show .one .title,
.article-detail-page .news-article-show .one .title,
.article-detail-page .success-story-show .one .title{
    margin:0 0 16px;
    max-width:none;
    text-align:left;
}
.article-detail-hero__title,
.article-detail-page .one .title h1,
.article-detail-page .blog-article-show .one .title h1,
.article-detail-page .news-article-show .one .title h1,
.article-detail-page .success-story-show .one .title h1{
    margin:0 0 16px;
    font-size:clamp(28px,3.4vw,44px);
    line-height:1.18;
    font-weight:800;
    color:#1a1a2e;
    letter-spacing:-.02em;
    text-align:left;
}
.article-detail-hero__lede{
    margin:0 0 22px;
    font-size:17px;
    line-height:1.65;
    color:#4b5563;
    max-width:36em;
}
.article-detail-hero__tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px;}
.article-detail-tag{
    display:inline-flex;
    align-items:center;
    padding:5px 12px;
    border-radius:999px;
    background:#e94560;
    color:#fff;
    font-size:12px;
    font-weight:700;
    letter-spacing:.02em;
}
.article-detail-meta{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:18px 28px;
    padding:14px 16px;
    border:1px solid rgba(15,23,42,.1);
    border-radius:14px;
    background:#fff;
    box-shadow:0 8px 24px rgba(16,24,40,.05);
    max-width:520px;
}
.article-detail-meta__author{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    color:#1a1a2e;
    min-width:0;
}
.article-detail-meta__author img{
    width:52px;height:52px;border-radius:50%;object-fit:cover;
    box-shadow:0 0 0 3px #fff,0 0 0 4px rgba(233,69,96,.35);
}
.article-detail-meta__author strong{display:block;font-size:15px;font-weight:800;}
.article-detail-meta__author em{display:block;font-style:normal;font-size:13px;color:#6b7280;margin-top:2px;}
.article-detail-meta__author:hover strong{color:#e94560;}
.article-detail-meta__dates{
    padding-left:22px;
    border-left:1px solid rgba(15,23,42,.12);
    font-size:13px;
    line-height:1.55;
    color:#1a1a2e;
}
.article-detail-meta__dates span{color:#6b7280;margin-right:4px;}
.article-detail-hero__media{
    margin:0;
    border-radius:18px;
    overflow:hidden;
    background:#eceff5;
    box-shadow:0 18px 40px rgba(16,24,40,.12);
    min-height:240px;
}
.article-detail-hero__media img{display:block;width:100%;height:100%;max-height:420px;object-fit:cover;}

.article-detail-grid{
    display:grid;
    grid-template-columns:56px minmax(160px,220px) minmax(0,1fr) minmax(260px,320px);
    grid-template-areas:"share toc article aside";
    gap:28px 24px;
    align-items:start;
    width:100%;
    margin-top:0;
    padding-bottom:16px;
}
.article-detail-page .article-detail-grid.blog-content,
.article-detail-page .success-story-show .blog-content{
    margin-top:0;
}
.article-detail-grid.is-toc-hidden{
    grid-template-columns:56px minmax(0,1fr) minmax(260px,320px);
    grid-template-areas:"share article aside";
}
.article-detail-share{grid-area:share;}
.article-detail-page .left-content{grid-area:toc;}
.article-detail-page .middle-content{grid-area:article;}
.article-detail-page .right-content{grid-area:aside;}
.article-detail-grid.is-toc-hidden .left-content{display:none;}
.article-detail-share{
    position:sticky;
    top:calc(120px + var(--site-top-banner-offset, 0px));
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    padding-top:8px;
}
.article-detail-share__label{font-size:12px;font-weight:700;color:#6b7280;letter-spacing:.04em;text-transform:uppercase;}
.article-detail-share a,
.article-detail-share__like{
    width:36px;height:36px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    background:#fff;border:1px solid rgba(15,23,42,.1);
    color:#1a1a2e;font-weight:800;font-size:13px;text-decoration:none;
    box-shadow:0 4px 12px rgba(16,24,40,.05);
}
.article-detail-share a:hover{color:#e94560;border-color:#e94560;}
.article-detail-share__like{flex-direction:column;height:auto;min-height:36px;border-radius:18px;padding:8px 0 6px;cursor:pointer;}
.article-detail-share__like img{width:20px;height:20px;}
.article-detail-share__like span{font-size:11px;color:#e94560;font-weight:700;}

.article-detail-page .left-content{
    position:sticky;
    top:calc(120px + var(--site-top-banner-offset, 0px));
    background:#fff;
    border:1px solid rgba(15,23,42,.08);
    border-radius:14px;
    padding:16px 16px 18px;
    max-height:calc(100vh - 150px - var(--site-top-banner-offset, 0px));
    overflow:auto;
    min-width:0;
    width:100%;
}
.article-detail-page .left-content .cate-title{font-size:15px;font-weight:800;margin:0 0 10px;color:#1a1a2e;}
.article-detail-page .left-content ul{margin:0;padding:0;list-style:none;}
.article-detail-page .left-content li{padding:8px 0 0;font-size:14px;line-height:1.4;}
.article-detail-page .left-content li a{color:#4b5563;text-decoration:none;}
.article-detail-page .left-content li a:hover,
.article-detail-page .left-content li a.active{color:#e94560;font-weight:700;}
.article-detail-page .left-content li a.toc-sub{padding-left:10px;font-size:13px;}

.article-detail-page .middle-content{
    background:#fff;
    border-radius:16px;
    padding:8px 8px 28px;
    min-width:0;
    width:100%;
}
.article-detail-page .right-content,
.article-detail-page .article_show .blog-content .right-content{
    min-width:0;
    width:100%;
    text-align:left;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    align-self:start;
    gap:32px;
    margin-top:0;
    padding-top:0;
    position:sticky;
    top:calc(120px + var(--site-top-banner-offset, 0px));
    max-height:calc(100vh - 150px - var(--site-top-banner-offset, 0px));
    overflow:auto;
    z-index:2;
}
.article-detail-page .middle-content .content{
    font-size:17px;
    line-height:1.8;
    color:#1f2937;
}
.article-detail-page .middle-content .content h2,
.article-detail-page .middle-content .content h3,
.article-detail-page .middle-content .content h4{
    color:#1a1a2e;
    font-weight:800;
    margin:1.6em 0 .6em;
}
.article-detail-page .middle-content .content a{color:#e94560;text-decoration:underline;}
.article-detail-page .middle-content .content img{
    display:block;
    max-width:100%;
    height:auto;
    margin:22px auto;
    border-radius:12px;
    background:#fff;
    box-shadow:0 10px 28px rgba(16,24,40,.1);
}
.article-detail-page .middle-content .social{display:none;}

.article-cta{
    position:static;
    top:auto;
    flex:0 0 auto;
    z-index:auto;
    background:#fff;
    border-radius:16px;
    padding:22px 20px 20px;
    box-shadow:0 14px 36px rgba(16,24,40,.1);
    border:1px solid rgba(15,23,42,.06);
}
.article-cta__brand{display:flex;flex-direction:column;gap:2px;margin-bottom:12px;}
.article-cta__brand strong{font-size:18px;letter-spacing:.02em;color:#1a1a2e;}
.article-cta__brand span{color:#e94560;font-size:13px;font-weight:700;}
.article-cta__title{margin:0 0 6px;font-size:22px;line-height:1.25;font-weight:800;color:#1a1a2e;}
.article-cta__lead{margin:0 0 16px;font-size:14px;line-height:1.5;color:#6b7280;}
.article-cta__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 16px;padding:0;list-style:none;}
.article-cta__stats li{text-align:center;}
.article-cta__stats strong{display:block;font-size:13px;color:#1a1a2e;line-height:1.25;}
.article-cta__stats span{display:block;font-size:11px;color:#6b7280;margin-top:4px;}
.article-cta__btn{
    display:flex;align-items:center;justify-content:center;
    width:100%;min-height:46px;border-radius:10px;
    background:#e94560;color:#fff!important;font-weight:800;text-decoration:none!important;
    box-shadow:0 8px 18px rgba(233,69,96,.28);
}
.article-cta__btn:after{content:" \2192";margin-left:6px;}
.article-cta__btn:hover{background:#d13b55;color:#fff!important;}
.article-cta__trust{margin-top:16px;text-align:center;}
.article-cta__trust p{margin:0 0 8px;font-size:12px;color:#6b7280;}
.article-cta__badges{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;}
.article-cta__badges span{
    display:inline-flex;align-items:center;gap:6px;
    font-size:12px;font-weight:700;color:#1a1a2e;
    background:#f3f4f6;border-radius:999px;padding:5px 10px;
}
.article-cta__badges span:before{content:"";width:7px;height:7px;border-radius:50%;background:#16a34a;}

.article-featuring{
    margin-top:0;
    flex:0 0 auto;
    background:#fff;
    border-radius:14px;
    padding:16px 14px 8px;
    border:1px solid rgba(15,23,42,.06);
    position:relative;
    z-index:0;
}
.article-featuring h3{font-size:14px;font-weight:800;text-align:center;margin:8px 0 10px;color:#1a1a2e;}
.article-featuring ul{list-style:none;margin:0 0 12px;padding:0;}
.article-featuring li{margin:0 0 12px;}
.article-featuring img{width:100%;height:110px;object-fit:cover;border-radius:10px;}
.article-featuring span{display:block;margin-top:6px;font-size:13px;font-weight:700;color:#1a1a2e;text-align:center;}
.article-featuring a{text-decoration:none;}
.article-featuring__empty{text-align:center;color:#9ca3af;font-size:13px;}

.article-author{
    display:flex;
    gap:20px;
    align-items:flex-start;
    width:100%;
    max-width:100%;
    box-sizing:border-box;
    margin:36px 0 8px;
    padding:22px 22px 20px;
    background:#fff8f6;
    border-radius:16px;
    box-shadow:0 10px 28px rgba(16,24,40,.07);
    border:1px solid rgba(233,69,96,.08);
}
.article-author__body{min-width:0;flex:1;}
.article-author__avatar{
    width:88px;height:88px;border-radius:50%;object-fit:cover;flex-shrink:0;
    box-shadow:0 0 0 4px #fff,0 8px 18px rgba(16,24,40,.12);
}
.article-author__label{margin:0 0 4px;font-size:14px;color:#6b7280;}
.article-author__name{margin:0 0 4px;font-size:22px;font-weight:800;}
.article-author__name a{color:#1a1a2e;text-decoration:none;}
.article-author__name a:hover{color:#e94560;}
.article-author__role{margin:0 0 10px;font-size:13px;font-weight:700;color:#e94560;}
.article-author__bio{margin:0 0 12px;font-size:14px;line-height:1.65;color:#374151;overflow-wrap:anywhere;}
.article-author__home{
    display:inline-flex;align-items:center;justify-content:center;
    width:36px;height:36px;border-radius:10px;background:#fff;
    color:#e94560;text-decoration:none;box-shadow:0 4px 12px rgba(16,24,40,.08);
    font-size:18px;
}

.article-detail-page .two{margin-top:48px;}
.article-detail-page .three{margin-top:36px;display:block;}
.article-detail-page .blog-comment-row.align-with-content,
.article-detail-page .news-comment-row.align-with-content{margin-left:0;}
.article-detail-page .blog-comment-panel,
.article-detail-page .news-comment-panel,
.article-detail-page .blog-comments-block{
    max-width:none;
    width:100%;
}

.author-profile{padding:28px 0 72px;}
.author-profile__hero{
    display:grid;
    grid-template-columns:minmax(0,1.2fr) minmax(260px,340px);
    gap:28px;
    align-items:stretch;
    background:#fff;border-radius:18px;padding:28px;
    box-shadow:0 12px 32px rgba(16,24,40,.07);
    margin-bottom:28px;
}
.author-profile__intro{display:flex;gap:24px;align-items:flex-start;min-width:0;}
.author-profile__hero img{width:120px;height:120px;border-radius:50%;object-fit:cover;flex-shrink:0;}
.author-profile__copy{min-width:0;}
.author-profile__hero h1{margin:0 0 6px;font-size:34px;font-weight:800;color:#1a1a2e;}
.author-profile__role{margin:0 0 8px;color:#e94560;font-weight:700;}
.author-profile__hero .author-profile__copy > p{margin:0;font-size:16px;line-height:1.7;color:#374151;max-width:none;}
.author-profile__cta{
    background:#fff8f6;
    border:1px solid rgba(233,69,96,.1);
    border-radius:16px;
    padding:20px 18px 18px;
    box-shadow:0 8px 20px rgba(16,24,40,.05);
}
.author-profile__cta-brand{display:flex;flex-direction:column;gap:2px;margin-bottom:10px;}
.author-profile__cta-brand strong{font-size:16px;letter-spacing:.02em;color:#1a1a2e;}
.author-profile__cta-brand span{color:#e94560;font-size:12px;font-weight:700;}
.author-profile__cta-title{margin:0 0 6px;font-size:20px;line-height:1.25;font-weight:800;color:#1a1a2e;}
.author-profile__cta-lead{margin:0 0 14px;font-size:13px;line-height:1.5;color:#6b7280;}
.author-profile__cta-btn{
    display:flex;align-items:center;justify-content:center;
    width:100%;min-height:42px;border-radius:10px;margin-bottom:8px;
    background:#e94560;color:#fff!important;font-weight:800;text-decoration:none!important;
    box-shadow:0 8px 18px rgba(233,69,96,.28);
}
.author-profile__cta-btn:hover{background:#d13b55;color:#fff!important;}
.author-profile__cta-btn--ghost{
    background:#fff;color:#1a1a2e!important;
    border:1px solid rgba(15,23,42,.12);
    box-shadow:none;margin-bottom:0;
}
.author-profile__cta-btn--ghost:hover{border-color:#e94560;color:#e94560!important;background:#fff;}
.author-profile__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:0;padding:0;list-style:none;}
.author-profile__grid li{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 20px rgba(16,24,40,.06);}
.author-profile__grid img{width:100%;height:160px;object-fit:cover;}
.author-profile__grid .meta{padding:14px 16px 16px;}
.author-profile__grid .kicker{font-size:12px;font-weight:700;color:#e94560;text-transform:uppercase;}
.author-profile__grid h3{margin:6px 0 8px;font-size:16px;line-height:1.35;}
.author-profile__grid h3 a{color:#1a1a2e;text-decoration:none;}
.author-profile__grid h3 a:hover{color:#e94560;}
.author-profile__grid .date{font-size:13px;color:#6b7280;}
.author-index-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.author-index-card{background:#fff;border-radius:16px;padding:22px;box-shadow:0 10px 24px rgba(16,24,40,.06);}
.author-index-card img{width:84px;height:84px;border-radius:50%;object-fit:cover;}
.author-index-card h2{margin:12px 0 4px;font-size:22px;}
.author-index-card h2 a{color:#1a1a2e;text-decoration:none;}
.author-index-card h2 a:hover{color:#e94560;}
.author-index-card .role{color:#e94560;font-weight:700;font-size:13px;margin-bottom:10px;}
.author-index-card p{font-size:14px;line-height:1.6;color:#4b5563;min-height:4.8em;}
.author-index-card .more{display:inline-flex;margin-top:8px;font-weight:700;color:#e94560;text-decoration:none;}

@media (max-width:1199px){
    .article-detail-grid,
    .article-detail-grid.is-toc-hidden{
        grid-template-columns:minmax(0,1fr) minmax(240px,280px);
        grid-template-areas:
            "share share"
            "article aside"
            "toc aside";
        gap:20px 18px;
    }
    .article-detail-grid.is-toc-hidden{
        grid-template-areas:
            "share share"
            "article aside";
    }
    .article-detail-share{
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        justify-content:flex-start;
        align-items:center;
        position:static;
        padding-top:0;
        gap:8px;
    }
}
@media (max-width:991px){
    .article-detail-hero{grid-template-columns:1fr;gap:22px;padding:16px 0 24px;}
    .article-detail-hero__media img{max-height:280px;}
    .article-detail-grid,
    .article-detail-grid.is-toc-hidden{
        grid-template-columns:1fr;
        grid-template-areas:
            "share"
            "toc"
            "article"
            "aside";
        gap:16px;
    }
    .article-detail-page .left-content,
    .article-detail-page .right-content,
    .article-detail-page .article_show .blog-content .right-content,
    .article-cta{position:static;max-height:none;overflow:visible;}
    .author-profile__grid,
    .author-index-list{grid-template-columns:1fr;}
    .author-profile__hero{grid-template-columns:1fr;padding:22px;}
    .author-profile__intro{flex-direction:column;}
    .article-author{flex-direction:column;align-items:center;text-align:center;}
    .article-detail-page .two ul.related-articles-list{flex-wrap:wrap;}
    .article-detail-page .two ul.related-articles-list li{width:calc(50% - 15px);min-width:0;}
}
@media (max-width:767px){
    .article-detail-crumb{padding:12px 0 0;margin-top:72px;}
    .article-detail-crumb .breadcrumb-item.active{max-width:min(70vw,240px);}
    .article-detail-meta{max-width:none;}
    .article-detail-meta__dates{padding-left:0;border-left:0;width:100%;}
    .article-cta__stats{grid-template-columns:1fr;}
    .article-detail-page .two ul.related-articles-list li{width:100%;}
    .article-detail-page .middle-content{padding:4px 4px 20px;}
    .article-author{margin-top:24px;padding:18px 16px;}
}
