/* DedicatedPHP editorial experience */
body.dphp-route-article { overflow-x: clip !important; overflow-y: visible !important; }
.dphp-blog-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(76px, 9vw, 124px);
  color: #dce6f6;
  background:
    radial-gradient(circle at 82% 16%, rgba(96, 93, 186, .34), transparent 29%),
    radial-gradient(circle at 12% 88%, rgba(63, 120, 224, .22), transparent 30%),
    #121b2a;
}
.dphp-blog-hero::before { position: absolute; inset: 0; content: ""; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg,transparent,#000 50%,transparent); }
.dphp-blog-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(380px,.75fr); align-items: center; gap: clamp(52px,8vw,106px); }
.dphp-blog-hero .dphp-eyebrow { color: #8fb8ff; }
.dphp-blog-hero-copy h1 { max-width: 760px; margin: 0 0 25px; color: #fff; font-size: clamp(3rem, 6vw, 5.6rem); font-weight: 790; letter-spacing: -.065em; line-height: .98; }
.dphp-blog-lead { max-width: 710px; margin: 0; color: #bdcbe0; font-size: clamp(1.08rem, 1.8vw, 1.28rem); line-height: 1.7; }
.dphp-blog-proof { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 36px; }
.dphp-blog-proof > span { display: flex; align-items: baseline; gap: 7px; color: #92a3bc; font-size: .8rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.dphp-blog-proof strong { color: #fff; font: 850 1.35rem/1 Consolas,monospace; letter-spacing: -.04em; }
.dphp-blog-editorial-card { overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(23,34,52,.82); box-shadow: 0 34px 80px rgba(2,8,18,.32); backdrop-filter: blur(16px); transform: rotate(1.5deg); }
.dphp-blog-codebar { display: flex; min-height: 50px; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(4,10,20,.28); }
.dphp-blog-codebar > span { width: 9px; height: 9px; border-radius: 50%; background: #5f718c; }
.dphp-blog-codebar > span:first-child { background: #ff7272; }
.dphp-blog-codebar > span:nth-child(2) { background: #f4bd5f; }
.dphp-blog-codebar > span:nth-child(3) { background: #6bd3ad; }
.dphp-blog-codebar code { margin-left: auto; color: #7f91ab; font-size: .67rem; }
.dphp-blog-editorial-body { padding: clamp(28px,4vw,44px); }
.dphp-blog-editorial-label { display: block; margin-bottom: 18px; color: #8fb8ff; font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.dphp-blog-editorial-body > strong { display: block; color: #fff; font-size: clamp(1.35rem,2.5vw,1.85rem); line-height: 1.3; }
.dphp-blog-editorial-body ul { display: grid; gap: 12px; margin: 29px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.11); list-style: none; }
.dphp-blog-editorial-body li { position: relative; padding-left: 26px; color: #aebed4; font-size: .91rem; }
.dphp-blog-editorial-body li::before { position: absolute; left: 0; content: "✓"; color: #72d7b3; font-weight: 900; }

.dphp-blog-featured,.dphp-blog-listing,.dphp-related-articles { padding-block: clamp(72px,8vw,112px); }
.dphp-blog-featured { background: #fff; }
.dphp-blog-listing { border-top: 1px solid var(--dphp-line); background: var(--dphp-surface); }
.dphp-blog-section-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 42px; }
.dphp-blog-section-head .dphp-eyebrow { margin-bottom: 12px; }
.dphp-blog-section-head h2 { margin: 0; color: var(--dphp-ink); font-size: clamp(2rem,3.5vw,3.2rem); letter-spacing: -.045em; line-height: 1.08; }
.dphp-blog-section-head > p { max-width: 490px; margin: 0 0 5px; color: var(--dphp-muted); }
.dphp-featured-article { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr); overflow: hidden; border: 1px solid var(--dphp-line); border-radius: 28px; background: #fff; box-shadow: 0 26px 70px rgba(18,32,58,.1); }
.dphp-featured-media { position: relative; display: block; min-height: 480px; overflow: hidden; background: linear-gradient(135deg,#20345d,#526fc3); }
.dphp-featured-media::after { position: absolute; inset: auto 0 0; height: 32%; content: ""; background: linear-gradient(transparent,rgba(5,12,24,.2)); pointer-events: none; }
.dphp-featured-media img { width: 100%; height: 100% !important; object-fit: cover; transition: transform .55s ease; }
.dphp-featured-article:hover .dphp-featured-media img { transform: scale(1.025); }
.dphp-featured-body { display: flex; justify-content: center; flex-direction: column; padding: clamp(34px,5vw,62px); }
.dphp-card-category { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--dphp-blue-dark); font-size: .72rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.dphp-card-category::before { width: 22px; height: 2px; content: ""; background: currentColor; }
.dphp-featured-body h2 { margin: 0 0 20px; font-size: clamp(2rem,3vw,3rem); letter-spacing: -.045em; line-height: 1.09; }
.dphp-featured-body h2 a,.dphp-card-body h3 a { color: var(--dphp-ink) !important; text-decoration: none !important; }
.dphp-featured-body p { margin: 0 0 24px; color: var(--dphp-muted); font-size: 1.05rem; }
.dphp-card-meta { display: flex; flex-wrap: wrap; gap: 12px 22px; color: #7a879b; font-size: .78rem; font-weight: 690; }
.dphp-card-meta span { display: inline-flex; align-items: center; gap: 6px; }
.dphp-card-meta i { color: var(--dphp-blue); font-size: .95rem; }
.dphp-blog-read-link { display: inline-flex; align-items: center; gap: 10px; align-self: flex-start; margin-top: 31px; color: var(--dphp-blue-dark) !important; font-weight: 800; text-decoration: none !important; }
.dphp-blog-read-link::after { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; content: "→"; color: #fff; background: var(--dphp-blue); transition: transform .2s ease,background .2s ease; }
.dphp-blog-read-link:hover::after { background: var(--dphp-blue-dark); transform: translateX(3px); }
.dphp-topic-strip { display: flex; flex-wrap: wrap; gap: 9px; margin: -10px 0 34px; }
.dphp-topic-strip > span { display: inline-flex; min-height: 37px; align-items: center; gap: 9px; padding: 7px 10px 7px 14px; border: 1px solid #d6e0ee; border-radius: 999px; color: #536078; background: #fff; font-size: .78rem; font-weight: 720; }
.dphp-topic-strip small { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--dphp-blue-dark); background: var(--dphp-surface-blue); font-size: .67rem; }
.dphp-article-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.dphp-article-card { display: grid; min-width: 0; grid-template-columns: minmax(190px,.76fr) minmax(0,1.24fr); overflow: hidden; border: 1px solid var(--dphp-line); border-radius: 21px; background: #fff; box-shadow: 0 12px 34px rgba(18,32,58,.055); transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.dphp-article-card:hover { border-color: #b7c9e6; transform: translateY(-4px); box-shadow: 0 20px 48px rgba(18,32,58,.11); }
.dphp-card-media { display: block; min-height: 100%; overflow: hidden; background: linear-gradient(135deg,#20345d,#5d64b6); }
.dphp-card-media img { width: 100%; height: 100% !important; object-fit: cover; transition: transform .45s ease; }
.dphp-article-card:hover .dphp-card-media img { transform: scale(1.045); }
.dphp-card-placeholder { display: grid; width: 100%; min-height: 260px; height: 100%; place-items: center; align-content: center; gap: 4px; color: rgba(255,255,255,.94); font: 850 2.2rem/1 Consolas,monospace; }
.dphp-card-placeholder small { color: #8fb8ff; font-size: .72rem; }
.dphp-card-body { display: flex; min-width: 0; flex-direction: column; padding: 27px; }
.dphp-card-body .dphp-card-category { margin-bottom: 12px; font-size: .64rem; }
.dphp-card-body h3 { margin: 0 0 12px; font-size: clamp(1.2rem,1.8vw,1.48rem); letter-spacing: -.025em; line-height: 1.22; }
.dphp-card-body > p { display: -webkit-box; margin: 0 0 23px; overflow: hidden; color: var(--dphp-muted); font-size: .88rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.dphp-card-footer { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 18px; border-top: 1px solid #e6ebf2; }
.dphp-card-footer .dphp-card-meta { gap: 9px 14px; font-size: .69rem; }
.dphp-card-arrow { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border-radius: 10px; color: var(--dphp-blue-dark); background: var(--dphp-surface-blue); font-family: Arial,sans-serif; transition: color .2s ease,background .2s ease; }
.dphp-article-card:hover .dphp-card-arrow { color: #fff; background: var(--dphp-blue); }

.dphp-blog-method { padding-block: clamp(68px,8vw,102px); color: #cbd7e8; background: var(--dphp-ink); }
.dphp-blog-method-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px,8vw,104px); }
.dphp-blog-method .dphp-eyebrow { color: #8fb8ff; }
.dphp-blog-method h2 { margin: 0; color: #fff; font-size: clamp(2rem,3.5vw,3.1rem); letter-spacing: -.045em; line-height: 1.08; }
.dphp-blog-method-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.dphp-blog-method-steps article { padding: 24px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(255,255,255,.04); }
.dphp-blog-method-steps article > span { display: block; margin-bottom: 35px; color: #8fb8ff; font: 800 .76rem Consolas,monospace; }
.dphp-blog-method-steps strong { display: block; color: #fff; }
.dphp-blog-method-steps p { margin: 8px 0 0; color: #9dacc2; font-size: .82rem; line-height: 1.55; }

/* Article */
.dphp-article-header { position: relative; overflow: hidden; padding-block: clamp(58px,7vw,94px) clamp(74px,10vw,140px); color: #c7d4e7; background: radial-gradient(circle at 85% 16%,rgba(96,93,186,.32),transparent 28%),radial-gradient(circle at 8% 88%,rgba(63,120,224,.22),transparent 32%),#121b2a; }
.dphp-article-header::before { position: absolute; inset: 0; content: ""; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); background-size: 66px 66px; }
.dphp-article-header .dphp-shell { position: relative; }
.dphp-article-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 45px; color: #8293ad; font-size: .78rem; font-weight: 700; }
.dphp-article-breadcrumb a { color: #b9c9df !important; text-decoration: none !important; }
.dphp-article-heading-grid { display: grid; grid-template-columns: minmax(0,1fr) 280px; align-items: end; gap: clamp(45px,8vw,105px); }
.dphp-article-category { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #8fb8ff; font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.dphp-article-category::before { width: 28px; height: 2px; content: ""; background: currentColor; }
.dphp-article-heading h1 { max-width: 900px; margin: 0 0 24px; color: #fff; font-size: clamp(2.65rem,5.5vw,5.15rem); font-weight: 790; letter-spacing: -.06em; line-height: 1.01; }
.dphp-article-heading > p { max-width: 800px; margin: 0; color: #b8c6da; font-size: clamp(1.04rem,1.7vw,1.22rem); line-height: 1.68; }
.dphp-article-author-card { padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.dphp-article-author-label { display: block; margin-bottom: 15px; color: #8596b0; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dphp-article-author { display: flex; align-items: center; gap: 12px; }
.dphp-article-author img,.dphp-author-monogram { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 14px; object-fit: cover; }
.dphp-author-monogram { display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,var(--dphp-blue),var(--dphp-violet)); font: 850 .78rem Consolas,monospace; }
.dphp-article-author strong,.dphp-article-author small { display: block; }
.dphp-article-author strong { color: #fff; font-size: .89rem; line-height: 1.3; }
.dphp-article-author small { margin-top: 3px; color: #8091aa; font-size: .65rem; }
.dphp-article-author-card .dphp-article-meta { margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); }
.dphp-article-meta { display: flex; flex-wrap: wrap; gap: 12px 18px; color: #93a4bc; font-size: .72rem; font-weight: 680; }
.dphp-article-meta span { display: inline-flex; align-items: center; gap: 6px; }
.dphp-article-meta i { color: #8fb8ff; font-size: .9rem; }
.dphp-article-cover-wrap { position: relative; z-index: 2; margin-top: clamp(-76px,-6vw,-48px); }
.dphp-article-cover { display: block; width: 100%; max-height: 680px; object-fit: cover; border: 7px solid #fff; border-radius: 27px; background: #e7edf6; box-shadow: 0 28px 75px rgba(18,32,58,.18); }
.dphp-article-body { padding-block: clamp(62px,8vw,108px); background: #fff; }
.dphp-article-layout { display: grid; grid-template-columns: 246px minmax(0,780px); justify-content: center; align-items: start; gap: clamp(50px,8vw,100px); }
.dphp-article-aside { height: 100%; align-self: stretch; }
.dphp-article-aside-inner { position: sticky; top: 24px; max-height: calc(100vh - 48px); overflow-y: auto; padding-right: 8px; scrollbar-width: thin; scrollbar-color: #c8d4e4 transparent; }
.dphp-aside-label { display: block; margin-bottom: 16px; color: var(--dphp-blue-dark); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.dphp-article-toc { display: grid; gap: 2px; padding-bottom: 23px; border-bottom: 1px solid var(--dphp-line); }
.dphp-article-toc a { display: grid; grid-template-columns: 27px 1fr; gap: 9px; padding: 7px 8px; border-radius: 8px; color: #5e6c82 !important; font-size: .76rem; line-height: 1.4; text-decoration: none !important; }
.dphp-article-toc a:hover { color: var(--dphp-blue-dark) !important; background: var(--dphp-surface-blue); }
.dphp-article-toc a span { color: #97a5b8; font: 750 .62rem/1.7 Consolas,monospace; }
.dphp-article-trust { display: flex; align-items: center; gap: 11px; margin-top: 22px; padding: 14px; border-radius: 13px; color: #526076; background: #eef8f4; }
.dphp-article-trust i { color: var(--dphp-green); font-size: 1.45rem; }
.dphp-article-trust strong,.dphp-article-trust span { display: block; }
.dphp-article-trust strong { color: #235b48; font-size: .75rem; }
.dphp-article-trust span { font-size: .66rem; line-height: 1.35; }
.dphp-back-blog { display: inline-flex; margin-top: 21px; color: #66758b !important; font-size: .76rem; font-weight: 750; text-decoration: none !important; }
.dphp-article-main { min-width: 0; }
.dphp-article-content { color: #3f4b60; font-size: 1.08rem; line-height: 1.86; }
.dphp-article-content > p:first-child { color: #2e3a4f; font-size: 1.17rem; line-height: 1.78; }
.dphp-article-content h2 { margin: 3.4rem 0 1.15rem; color: var(--dphp-ink); font-size: clamp(1.75rem,3vw,2.45rem); letter-spacing: -.04em; line-height: 1.16; scroll-margin-top: 110px; }
.dphp-article-content h3 { margin: 2.35rem 0 .85rem; color: var(--dphp-ink); font-size: clamp(1.3rem,2vw,1.65rem); letter-spacing: -.025em; scroll-margin-top: 110px; }
.dphp-article-content h4 { margin-top: 2rem; color: var(--dphp-ink-soft); }
.dphp-article-content p,.dphp-article-content ul,.dphp-article-content ol { margin-bottom: 1.45rem; }
.dphp-article-content ul,.dphp-article-content ol { padding-left: 1.4rem; }
.dphp-article-content li { margin-bottom: .6rem; padding-left: .25rem; }
.dphp-article-content li::marker { color: var(--dphp-blue); font-weight: 800; }
.dphp-article-content a { font-weight: 680; }
.dphp-article-content blockquote { position: relative; margin: 2.3rem 0; padding: 26px 28px 26px 62px; border: 1px solid #cedcf4; border-radius: 17px; color: #31405a; background: var(--dphp-surface-blue); font-size: 1.08rem; font-weight: 600; }
.dphp-article-content blockquote::before { position: absolute; left: 24px; top: 14px; content: "“"; color: var(--dphp-blue); font: 800 3rem/1 Georgia,serif; }
.dphp-article-content blockquote p:last-child { margin-bottom: 0; }
.dphp-article-content hr { margin: 3rem 0; border: 0; border-top: 1px solid var(--dphp-line); }
.dphp-article-content table { display: block; width: 100%; max-width: 100%; margin: 2.2rem 0; overflow-x: auto; border-collapse: collapse; border-radius: 13px; box-shadow: 0 0 0 1px var(--dphp-line); }
.dphp-article-content th,.dphp-article-content td { min-width: 150px; padding: 13px 15px; border-right: 1px solid var(--dphp-line); border-bottom: 1px solid var(--dphp-line); text-align: left; }
.dphp-article-content th { color: var(--dphp-ink); background: var(--dphp-surface); font-size: .82rem; }
.dphp-article-content pre { max-width: 100%; overflow-x: auto; margin: 2rem 0; padding: 22px; border-radius: 15px; color: #dce6f6; background: #182132; font-size: .83rem; line-height: 1.65; }
.dphp-article-content :not(pre) > code { padding: .14em .38em; border-radius: 5px; color: #315ea9; background: #edf3ff; font-size: .86em; }
.blog-article-section-media { margin: 2.5rem 0 !important; }
.blog-article-section-media img,.dphp-article-content > p > img { display: block; width: 100%; height: auto; border: 1px solid var(--dphp-line); border-radius: 18px !important; box-shadow: 0 18px 45px rgba(18,32,58,.1) !important; }
.dphp-article-sources { margin-top: 3.5rem; padding: 28px; border: 1px solid var(--dphp-line); border-radius: 18px; background: var(--dphp-surface); }
.dphp-article-sources h2 { margin: 0 0 19px; color: var(--dphp-ink); font-size: 1.35rem; }
.dphp-article-sources ol { display: grid; gap: 9px; margin: 0; padding: 0; counter-reset: sources; list-style: none; }
.dphp-article-sources li { position: relative; padding: 12px 14px 12px 48px; border: 1px solid #dde5ef; border-radius: 11px; background: #fff; counter-increment: sources; }
.dphp-article-sources li::before { position: absolute; left: 14px; top: 12px; content: counter(sources,decimal-leading-zero); color: var(--dphp-blue); font: 800 .7rem/1.8 Consolas,monospace; }
.dphp-article-sources li a { display: block; font-size: .86rem; font-weight: 760; text-decoration: none; }
.dphp-article-sources li span { display: block; color: #8794a7; font-size: .7rem; }
.dphp-article-cta { position: relative; display: flex; overflow: hidden; align-items: center; justify-content: space-between; gap: 25px; margin-top: 3.5rem; padding: 28px 30px; border-radius: 19px; color: #fff; background: linear-gradient(120deg,#243b69,#4d5bab); }
.dphp-article-cta::before { position: absolute; right: -55px; top: -80px; width: 190px; height: 190px; border-radius: 50%; content: ""; background: rgba(255,255,255,.07); }
.dphp-article-cta > * { position: relative; }
.dphp-article-cta span,.dphp-article-cta strong { display: block; }
.dphp-article-cta span { color: #b8c8df; font-size: .78rem; }
.dphp-article-cta strong { margin-top: 3px; color: #fff; font-size: 1.12rem; }
.dphp-article-cta .dphp-button { flex: 0 0 auto; border-color: #fff; color: var(--dphp-ink) !important; background: #fff; box-shadow: none; }
.dphp-article-cta .dphp-button::after { color: var(--dphp-blue); }

.dphp-related-articles { border-top: 1px solid var(--dphp-line); background: var(--dphp-surface); }
.dphp-related-article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.dphp-related-article { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--dphp-line); border-radius: 18px; color: var(--dphp-ink) !important; background: #fff; box-shadow: 0 10px 28px rgba(18,32,58,.05); text-decoration: none !important; transition: transform .2s ease,box-shadow .2s ease; }
.dphp-related-article:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(18,32,58,.1); }
.dphp-related-article-media { display: block; height: 170px; overflow: hidden; color: #fff; background: linear-gradient(135deg,#20345d,#5d64b6); }
.dphp-related-article-media img { width: 100%; height: 100% !important; object-fit: cover; transition: transform .4s ease; }
.dphp-related-article:hover .dphp-related-article-media img { transform: scale(1.04); }
.dphp-related-article-media > span { display: grid; height: 100%; place-items: center; font: 850 1.8rem Consolas,monospace; }
.dphp-related-article-copy { display: flex; min-height: 190px; flex-direction: column; padding: 22px; }
.dphp-related-article-copy small { color: var(--dphp-blue-dark); font-size: .64rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.dphp-related-article-copy strong { margin: 10px 0 20px; color: var(--dphp-ink); font-size: 1.02rem; line-height: 1.35; }
.dphp-related-article-copy em { margin-top: auto; color: var(--dphp-blue-dark); font-size: .73rem; font-style: normal; font-weight: 800; }

@media (max-width: 1100px) {
  .dphp-blog-hero-grid { grid-template-columns: 1fr minmax(330px,.72fr); gap: 48px; }
  .dphp-article-grid { grid-template-columns: 1fr; }
  .dphp-article-card { grid-template-columns: 260px minmax(0,1fr); }
  .dphp-article-layout { grid-template-columns: 220px minmax(0,720px); gap: 48px; }
}

@media (max-width: 900px) {
  .dphp-blog-hero-grid,.dphp-featured-article,.dphp-blog-method-grid,.dphp-article-heading-grid { grid-template-columns: 1fr; }
  .dphp-blog-editorial-card { max-width: 620px; transform: none; }
  .dphp-featured-media { min-height: 380px; }
  .dphp-blog-method-steps { grid-template-columns: repeat(3,1fr); }
  .dphp-article-heading-grid { gap: 38px; }
  .dphp-article-author-card { max-width: 380px; }
  .dphp-article-layout { grid-template-columns: 1fr; }
  .dphp-article-aside { height: auto; order: 2; }
  .dphp-article-aside-inner { position: static; display: grid; max-height: none; grid-template-columns: 1fr 1fr; gap: 18px; overflow: visible; padding-top: 36px; padding-right: 0; border-top: 1px solid var(--dphp-line); }
  .dphp-article-aside-inner > .dphp-aside-label,.dphp-article-toc { display: none; }
  .dphp-article-trust,.dphp-back-blog { margin-top: 0; }
  .dphp-back-blog { align-self: center; justify-self: end; }
}

@media (max-width: 720px) {
  .dphp-blog-hero { padding-block: 62px 74px; }
  .dphp-blog-hero-copy h1 { font-size: clamp(2.7rem,13vw,4.4rem); }
  .dphp-blog-proof { gap: 12px 18px; }
  .dphp-blog-proof > span { font-size: .69rem; }
  .dphp-blog-editorial-body { padding: 27px; }
  .dphp-blog-section-head { align-items: start; flex-direction: column; gap: 15px; margin-bottom: 31px; }
  .dphp-featured-article { border-radius: 20px; }
  .dphp-featured-media { min-height: 270px; }
  .dphp-featured-body { padding: 28px; }
  .dphp-article-card { grid-template-columns: 1fr; }
  .dphp-card-media { min-height: 230px; aspect-ratio: 16/10; }
  .dphp-card-body { padding: 24px; }
  .dphp-topic-strip { flex-wrap: nowrap; margin-right: -14px; overflow-x: auto; padding: 0 14px 8px 0; scrollbar-width: thin; }
  .dphp-topic-strip > span { flex: 0 0 auto; }
  .dphp-blog-method-steps { grid-template-columns: 1fr; }
  .dphp-blog-method-steps article { display: grid; grid-template-columns: 38px 1fr; }
  .dphp-blog-method-steps article > span { grid-row: 1 / 3; margin: 2px 0 0; }
  .dphp-blog-method-steps p { grid-column: 2; }
  .dphp-article-header { padding-block: 45px 92px; }
  .dphp-article-breadcrumb { margin-bottom: 32px; }
  .dphp-article-heading h1 { font-size: clamp(2.45rem,12vw,3.65rem); }
  .dphp-article-author-card { max-width: none; }
  .dphp-article-cover-wrap { margin-top: -50px; }
  .dphp-article-cover { min-height: 230px; border-width: 4px; border-radius: 19px; }
  .dphp-article-content { font-size: 1rem; line-height: 1.8; }
  .dphp-article-content > p:first-child { font-size: 1.08rem; }
  .dphp-article-content blockquote { padding: 24px 22px 24px 51px; }
  .dphp-article-content blockquote::before { left: 18px; }
  .dphp-article-cta { align-items: stretch; flex-direction: column; padding: 25px; }
  .dphp-article-cta .dphp-button { width: 100%; }
  .dphp-related-article-grid { grid-template-columns: 1fr; }
  .dphp-related-article { display: grid; grid-template-columns: 120px 1fr; }
  .dphp-related-article-media { height: 100%; min-height: 170px; }
  .dphp-related-article-copy { min-height: 170px; padding: 19px; }
}

@media (max-width: 440px) {
  .dphp-blog-proof > span { width: calc(50% - 10px); }
  .dphp-blog-proof > span:last-child { width: 100%; }
  .dphp-card-footer { align-items: center; }
  .dphp-card-footer .dphp-card-meta { flex-direction: column; gap: 4px; }
  .dphp-article-aside-inner { grid-template-columns: 1fr; }
  .dphp-back-blog { justify-self: start; }
  .dphp-related-article { grid-template-columns: 100px 1fr; }
}

@media print {
  .dphp-article-header { padding: 30px 0; color: #111; background: #fff; }
  .dphp-article-header::before,.dphp-article-author-card,.dphp-article-aside,.dphp-article-cta,.dphp-related-articles { display: none !important; }
  .dphp-article-heading h1,.dphp-article-category { color: #111; }
  .dphp-article-heading > p { color: #333; }
  .dphp-article-cover-wrap { margin-top: 0; }
  .dphp-article-cover { max-height: 420px; border: 0; box-shadow: none; }
  .dphp-article-layout { display: block; }
}
