

:root{--dw-primary:#5349B6;--dw-primary-hover:#44399D;--dw-heading:#151515;--dw-text:#333333;--dw-muted:#5C5C5C;--dw-surface:#FFFFFF;--dw-card:#FFFFFF;--dw-border:#E3E3E3;--dw-footer:#171717;--dw-footer-text:#D6D6D6;--dw-gutter:32px;--dw-card-gap:clamp(24px,2.3vw,32px);--dw-header-height:86px;--dw-card-radius:14px;--dw-card-shadow:0 12px 34px rgba(0,0,0,.065)}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--dw-header-height) + 24px)}
body{font-family:"Noto Sans SC","PingFang SC","Microsoft YaHei",Arial,sans-serif!important;font-size:clamp(1rem,.96rem + .18vw,1.125rem);font-weight:400;line-height:1.8;letter-spacing:normal;text-transform:none;color:var(--dw-text);background:#fff;overflow-wrap:anywhere}
h1,h2,h3,h4{color:var(--dw-heading);letter-spacing:-.015em;text-transform:none;text-wrap:balance}
h1{font-size:clamp(2.125rem,5vw,4rem);font-weight:700;line-height:1.12}
h2{font-size:clamp(1.75rem,3.6vw,2.875rem);font-weight:700;line-height:1.2}
h3{font-size:clamp(1.5rem,2.2vw,1.875rem);font-weight:600;line-height:1.3}
h4{font-size:clamp(1.125rem,1.5vw,1.375rem);font-weight:600;line-height:1.4}
p,li,dd,dt,figcaption,label,input,select,textarea{letter-spacing:normal;text-transform:none}
a:not(.wp-element-button){color:var(--dw-primary);text-decoration-thickness:.08em;text-underline-offset:.18em}
a:not(.wp-element-button):hover{color:var(--dw-primary-hover)}
:where(a,button,input,select,textarea,summary,.wp-block-navigation-item__content):focus-visible{outline:3px solid var(--dw-primary)!important;outline-offset:3px!important;box-shadow:none!important}
.wp-element-button,.wp-block-button__link,button[type=submit],input[type=submit],.ff-btn-submit{background:var(--dw-primary)!important;border-color:var(--dw-primary)!important;color:#fff!important;font-family:inherit;font-weight:600!important;line-height:1.2;border-radius:10px!important;min-height:46px;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}
.wp-element-button:hover,.wp-block-button__link:hover,button[type=submit]:hover,input[type=submit]:hover,.ff-btn-submit:hover{background:var(--dw-primary-hover)!important;border-color:var(--dw-primary-hover)!important;color:#fff!important}
.wp-block-button.is-style-outline .wp-block-button__link{background:transparent!important;border:2px solid var(--dw-primary)!important;color:var(--dw-primary)!important}
.wp-block-button.is-style-outline .wp-block-button__link:hover{background:var(--dw-primary)!important;color:#fff!important}
:where(input:not([type=checkbox],[type=radio]),select,textarea){max-width:100%;font:inherit;color:var(--dw-heading);background:#fff;border:1px solid #C9C9C9;border-radius:8px;padding:.75rem .875rem}
:where(input:not([type=checkbox],[type=radio]),select,textarea):focus{border-color:var(--dw-primary);outline:3px solid rgba(83,73,182,.2);outline-offset:1px}
img,svg,video,canvas,iframe{max-width:100%}
img,video{height:auto}
.wp-block-table{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
pre,.wp-block-code{max-width:100%;overflow-x:auto;white-space:pre}
.site-main{overflow:visible}
.wp-site-blocks>header.wp-block-template-part{position:sticky;top:0;z-index:9990}
.site-header{position:relative;top:auto;z-index:auto;background:rgba(255,255,255,.98);border-bottom:1px solid rgba(227,227,227,.78);box-shadow:0 4px 18px rgba(31,36,48,.025);backdrop-filter:saturate(130%) blur(14px);transition:border-color .22s ease-out,box-shadow .22s ease-out}
.is-page-scrolled .site-header{border-bottom-color:var(--dw-border);box-shadow:0 10px 30px rgba(0,0,0,.09)}
.admin-bar .wp-site-blocks>header.wp-block-template-part{top:32px}
.site-header-inner{min-height:var(--dw-header-height);padding-inline:var(--dw-gutter);gap:clamp(28px,3vw,48px)}
.site-identity{gap:12px;flex:0 0 auto}
.header-logo img{width:48px!important;height:48px!important;object-fit:contain;border-radius:10px}
.site-brand{margin:0;font-size:1.25rem;font-weight:750;line-height:1.2;letter-spacing:-.01em;white-space:nowrap}
.site-brand a{color:var(--dw-heading)!important;text-decoration:none!important}
.primary-nav{font-size:1.03rem;font-weight:650;line-height:1.35}
.primary-nav .wp-block-navigation__container{gap:clamp(24px,2.3vw,36px)}
.primary-nav .wp-block-navigation-item__content{position:relative;color:var(--dw-heading);padding:.85rem .1rem;text-decoration:none;transition:color .18s ease-out}
.primary-nav .wp-block-navigation-item__content::after{content:"";position:absolute;left:.1rem;right:.1rem;bottom:.42rem;height:2px;border-radius:2px;background:var(--dw-primary);transform:scaleX(0);transform-origin:center;transition:transform .18s ease-out}
.primary-nav .wp-block-navigation-item__content:hover,.primary-nav .current-menu-item>.wp-block-navigation-item__content{color:var(--dw-primary)}
.primary-nav .wp-block-navigation-item__content:hover::after,.primary-nav .current-menu-item>.wp-block-navigation-item__content::after{transform:scaleX(1)}
.mobile-nav-cta{display:none}
.header-cta{flex:0 0 auto}
.header-cta .wp-block-button__link{min-height:52px;padding:0 1.3rem;border-radius:10px!important;font-size:1.03rem;font-weight:700!important;white-space:nowrap;box-shadow:0 8px 20px rgba(83,73,182,.18)}
.wp-block-navigation__responsive-container.is-menu-open{z-index:9998;background:#fff;color:var(--dw-heading);padding:calc(var(--dw-header-height) + 1.5rem) 24px 2rem}
.wp-block-navigation__responsive-container-close{top:24px;right:24px}
.home-section,.inner-page{padding-left:var(--dw-gutter);padding-right:var(--dw-gutter)}
.home-section{padding-top:clamp(64px,7vw,96px);padding-bottom:clamp(64px,7vw,96px)}
.section-inner,.inner-page>.wp-block-group,.wp-block-post-content>.alignwide{width:min(100%,1320px);margin-left:auto;margin-right:auto}
.section-inner>h2{max-width:900px;margin-bottom:18px}
.section-intro{max-width:820px;margin-bottom:clamp(28px,3vw,40px)}
.section-muted,.section-hero{background:var(--dw-surface)}
.section-dark,.section-contact{background:var(--dw-footer);color:#fff}
.section-dark .info-card{background:#242424;border-color:#3E3E3E}
.section-dark .callout{color:var(--dw-heading)}
.section-inner>h2,.hero-grid h1,.info-card h3,.diagram-node h3,.wp-block-details summary,.diagnosis-form label{color:var(--dw-heading)}
.section-dark h2,.section-dark h3,.section-contact h2,.section-contact h3,.diagram-node-accent h3{color:#fff}
.section-intro,.lead,.fine-print,.info-card p,.info-card li,.wp-block-details p{color:var(--dw-muted)}
.eyebrow,.trust-list li:before,.diagram-arrow{color:var(--dw-primary)}
.eyebrow{border-color:#C8C8C8}
.growth-diagram{background:var(--dw-footer);box-shadow:0 18px 45px rgba(0,0,0,.14)}
.diagram-node-accent{background:var(--dw-primary)}
.info-card,.diagnosis-form{background:var(--dw-card);border-color:var(--dw-border);border-radius:var(--dw-card-radius);box-shadow:var(--dw-card-shadow)}
.callout{border-left-color:var(--dw-primary)}
.fit-card,.not-fit-card{border-top-color:var(--dw-primary)}
.wp-block-details{border-bottom-color:var(--dw-border)}
.equal-card-grid,.four-cards,.five-cards{gap:var(--dw-card-gap)!important;align-items:stretch}
.equal-card-grid>.wp-block-column,.four-cards>.wp-block-column,.five-cards>.wp-block-column{height:100%}
.info-card{display:flex;flex-direction:column;height:100%;min-width:0;padding:clamp(22px,2.2vw,30px);overflow:hidden;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease-out,border-color .22s ease-out}
.info-card>.wp-block-buttons:last-child,.info-card>.wp-block-button:last-child{margin-top:auto}
.info-card h3{margin-top:0}
.info-card p:last-child,.info-card ul:last-child{margin-bottom:0}
.wp-block-image{overflow:hidden;border-radius:var(--dw-card-radius)}
.wp-block-image img:not(.custom-logo),.wp-block-post-featured-image img{border-radius:var(--dw-card-radius);transition:transform .22s ease-out}
.wp-block-post-featured-image{overflow:hidden;border-radius:var(--dw-card-radius)}
.wp-block-query .wp-block-post{height:100%;display:flex;flex-direction:column}
.wp-block-query .wp-block-post-excerpt{flex-grow:1}
.wp-block-table{border:1px solid var(--dw-border);border-radius:var(--dw-card-radius);background:#fff}
.wp-block-table table{width:100%;border-collapse:collapse}
.wp-block-table th{background:var(--dw-footer);color:#fff;font-weight:700;text-align:left}
.wp-block-table th,.wp-block-table td{padding:14px 16px;border:1px solid var(--dw-border);vertical-align:top}
.wp-block-details{background:#fff;border:1px solid var(--dw-border);border-radius:12px;padding:0 20px;margin-bottom:14px;overflow:hidden}
.wp-block-details summary{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;list-style:none;font-weight:650;line-height:1.45}
.wp-block-details summary::-webkit-details-marker{display:none}
.wp-block-details summary::after{content:"+";flex:0 0 auto;color:var(--dw-primary);font-size:1.45rem;font-weight:400;line-height:1;transform:rotate(0);transition:transform .28s cubic-bezier(.22,1,.36,1)}
.wp-block-details[open] summary::after{transform:rotate(45deg)}
.wp-block-details>*:not(summary){animation:dw-faq-open .3s cubic-bezier(.22,1,.36,1)}
@keyframes dw-faq-open{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}
.diagnosis-form :where(input:not([type=checkbox],[type=radio]),select){min-height:50px}
.diagnosis-form textarea{min-height:132px;resize:vertical}
.diagnosis-form :where(input,select,textarea){border-color:var(--dw-border);border-radius:10px}
.diagnosis-form .ff-el-is-error :where(input,select,textarea){border-color:#B42318}
.diagnosis-form .error,.diagnosis-form .ff-el-form-check-label.ff-el-is-error{color:#B42318}
.diagnosis-form .ff-message-success{color:#136C3D;background:#EEF8F1;border:1px solid #B9E2C8;border-radius:10px;padding:14px 16px}
.wp-block-query-pagination{gap:10px;align-items:center}
.wp-block-query-pagination-numbers{display:flex;flex-wrap:wrap;gap:8px}
.wp-block-query-pagination a,.wp-block-query-pagination .current{min-width:42px;min-height:42px;display:inline-grid;place-items:center;border:1px solid var(--dw-border);border-radius:9px;text-decoration:none}
.wp-block-query-pagination .current{background:var(--dw-primary);border-color:var(--dw-primary);color:#fff}
.wp-block-post-navigation-link a{font-weight:650}
.rank-math-breadcrumb,.wp-block-post-terms{font-size:.9rem;color:var(--dw-muted)}
.rank-math-breadcrumb p{margin:0}
.rank-math-breadcrumb a,.wp-block-post-terms a{color:var(--dw-muted);text-decoration:none}
.rank-math-breadcrumb a:hover,.wp-block-post-terms a:hover{color:var(--dw-primary)}
.wp-block-post-content blockquote{border-left:4px solid var(--dw-primary);background:var(--dw-surface);padding:18px 22px;margin-inline:0;border-radius:0 12px 12px 0}
.wp-block-post-content code{overflow-wrap:anywhere}
.site-footer{background:var(--dw-footer);color:var(--dw-footer-text);padding:72px var(--dw-gutter) 28px}
.footer-grid{display:grid!important;grid-template-columns:minmax(0,1.45fr) repeat(3,minmax(0,1fr));gap:var(--dw-card-gap)!important;align-items:start}
.footer-grid>.wp-block-column{min-width:0}
.site-footer h2,.site-footer h3{color:#fff}
.footer-brand-title{font-size:1.75rem;line-height:1.2}
.site-footer p,.site-footer li{color:var(--dw-footer-text)}
.site-footer a:not(.wp-element-button){color:var(--dw-footer-text);text-decoration:none}
.site-footer a:not(.wp-element-button):hover,.site-footer a:not(.wp-element-button):focus{color:#fff}
.footer-trust-list{padding-left:1.15rem}
.footer-nav{gap:.7rem!important;font-size:.96rem}
.footer-nav .wp-block-navigation__container{gap:.7rem!important;align-items:flex-start}
.footer-bottom{margin-top:48px;padding-top:22px;border-top:1px solid rgba(227,227,227,.2);gap:16px}
.footer-bottom p{margin:0}
.back-to-top{position:fixed;right:32px;bottom:32px;z-index:9000;width:48px;height:48px;display:grid;place-items:center;padding:0;border:0;border-radius:12px;background:var(--dw-primary);color:#fff;box-shadow:0 10px 28px rgba(0,0,0,.24);cursor:pointer;transition:opacity .2s ease-out,transform .2s ease-out,background-color .2s ease-out}
.back-to-top:hover{background:var(--dw-primary-hover)}
.back-to-top[hidden]{display:none!important}
.single .wp-block-post-content>*:not(.alignwide):not(.alignfull),.single .wp-block-post-content>.wp-block-group:not(.alignwide):not(.alignfull){max-width:800px;margin-left:auto;margin-right:auto}
.dw-motion-ready .dw-reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease-out,transform .5s cubic-bezier(.22,1,.36,1);transition-delay:var(--dw-reveal-delay,0ms)}
.dw-motion-ready .dw-reveal.is-visible{opacity:1;transform:none}
@media(hover:hover){
  .info-card:hover,.wp-block-query .wp-block-post:hover{transform:translateY(-4px);border-color:#CFCFCF;box-shadow:0 16px 38px rgba(0,0,0,.1)}
  .wp-block-image:hover img:not(.custom-logo),.wp-block-post-featured-image:hover img{transform:scale(1.02)}
  .wp-element-button:hover,.wp-block-button__link:hover,button[type=submit]:hover,input[type=submit]:hover,.ff-btn-submit:hover{transform:translateY(-2px)}
}
@media(max-width:1120px){
  :root{--dw-gutter:24px}
  .primary-nav .wp-block-navigation__responsive-container:not(.is-menu-open){display:none!important}
  .primary-nav .wp-block-navigation__responsive-container-open{display:flex!important}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:782px){.admin-bar .wp-site-blocks>header.wp-block-template-part{top:46px}}
@media(max-width:680px){
  :root{--dw-gutter:18px;--dw-header-height:72px}
  body{font-size:16px;line-height:1.8}
  h1{font-size:clamp(2.125rem,10vw,2.5rem)}
  h2{font-size:clamp(1.75rem,8vw,2.125rem)}
  .site-header-inner{gap:12px}
  .header-logo img{width:40px!important;height:40px!important}
  .site-brand{font-size:1.08rem}
  .header-cta{display:none!important}
  .wp-block-navigation__responsive-container.is-menu-open .mobile-nav-cta{display:block;margin-top:.75rem}
  .wp-block-navigation__responsive-container.is-menu-open .mobile-nav-cta>.wp-block-navigation-item__content{display:inline-flex;background:var(--dw-primary);color:#fff!important;border-radius:10px;padding:.8rem 1rem}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{align-items:flex-start!important;flex-direction:column}
  .back-to-top{right:18px;bottom:max(84px,calc(18px + env(safe-area-inset-bottom)))}
  .home-section{padding-top:60px;padding-bottom:60px}
  .diagnosis-form :where(.ff-btn-submit,button[type=submit],input[type=submit]){width:100%}
  .wp-block-table table{min-width:620px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
  .dw-motion-ready .dw-reveal{opacity:1!important;transform:none!important}
}
.growth-diagram .diagram-label{color:var(--dw-footer-text)}
.growth-diagram .diagram-node:not(.diagram-node-accent) h3{color:#fff}



/* DYINGWP_INSIGHTS_CSS_START */
/* DyingWP Insights Start */
.insights-page{overflow-x:clip;background:#fff}
.insights-page .insights-hero{padding:clamp(72px,9vw,124px) var(--dw-gutter);border-bottom:1px solid var(--dw-border)}
.insights-page .insights-hero>*{max-width:920px;margin-left:auto;margin-right:auto;text-align:left}
.insights-eyebrow{margin:0 0 14px;color:var(--dw-primary);font-size:.92rem;font-weight:700;letter-spacing:.04em}
.insights-title{max-width:860px;margin-top:0;margin-bottom:22px}
.insights-lead{max-width:820px;margin:0;color:var(--dw-text);font-size:clamp(1.05rem,1rem + .35vw,1.3rem);line-height:1.75}
.insights-section{padding:clamp(64px,7vw,96px) var(--dw-gutter)}
.insights-section>h2{margin-top:0;margin-bottom:28px}
.insights-section-intro{max-width:760px;margin-top:-12px;margin-bottom:24px;color:var(--dw-muted)}
.insights-featured-card{gap:0!important;align-items:stretch!important;border:1px solid var(--dw-border);border-radius:var(--dw-card-radius);background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.055);overflow:hidden}
.insights-featured-card>.wp-block-column{display:flex;min-width:0}
.insights-card-media{position:relative;width:100%;aspect-ratio:16/9;display:grid;place-items:center;margin:0;overflow:hidden;border-radius:0;background:var(--dw-surface)}
.insights-featured-media{min-height:100%;aspect-ratio:auto}
.insights-card-media .wp-block-post-featured-image{position:absolute;inset:0;width:100%;height:100%;margin:0;border-radius:0}
.insights-card-media .wp-block-post-featured-image a{display:block;width:100%;height:100%}
.insights-card-media .wp-block-post-featured-image img{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .22s ease-out}
.insights-image-placeholder{margin:0;padding:20px;color:var(--dw-muted);font-size:.9rem;text-align:center}
.insights-card-media:has(img) .insights-image-placeholder{display:none}
.insights-featured-copy{width:100%;min-width:0;height:100%;padding:clamp(28px,4vw,56px);gap:18px}
.insights-post-terms{margin:0;color:var(--dw-primary);font-size:.86rem;font-weight:650}
.insights-post-terms a{color:var(--dw-primary);text-decoration:none}
.insights-featured-title,.insights-card-title{margin:0;overflow-wrap:anywhere}
.insights-featured-title a,.insights-card-title a{color:var(--dw-heading);text-decoration:none}
.insights-card-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.insights-card-excerpt{margin:0;color:var(--dw-text)}
.insights-card-excerpt p{margin:0}
.insights-card-meta{gap:10px 16px;color:var(--dw-muted);font-size:.86rem}
.insights-meta-date{display:flex;flex-wrap:wrap;gap:10px 16px;margin:0}
.insights-reading-time{position:relative;padding-left:16px}
.insights-reading-time:before{content:"";position:absolute;left:0;top:50%;width:4px;height:4px;border-radius:50%;background:currentColor;transform:translateY(-50%)}
.insights-read-more{display:inline-flex;width:fit-content;margin-top:auto;color:var(--dw-primary);font-weight:650;text-decoration:none}
.insights-read-more:after{content:" →"}
.insights-empty-note{margin:0;padding:20px 22px;border:1px solid var(--dw-border);border-radius:12px;background:var(--dw-surface);color:var(--dw-muted)}
.insights-category-section{padding-top:0}
.insights-target-categories ul{display:flex;flex-wrap:wrap;gap:12px;margin:0;padding:0;list-style:none}
.insights-target-categories li{margin:0}
.insights-target-categories a,.insights-target-categories .is-pending{min-height:44px;display:inline-flex;align-items:center;padding:9px 16px;border:1px solid var(--dw-border);border-radius:999px;background:#fff;color:var(--dw-heading);font-size:.92rem;font-weight:600;text-decoration:none}
.insights-target-categories a:hover{border-color:var(--dw-primary);color:var(--dw-primary)}
.insights-target-categories .is-pending{color:var(--dw-muted);background:var(--dw-surface)}
.insights-category-note{margin:16px 0 0;color:var(--dw-muted);font-size:.88rem}
.insights-post-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--dw-card-gap)!important}
.insights-post-grid>li{min-width:0;height:100%;margin:0}
.insights-post-card{height:100%;min-width:0;gap:0;border:1px solid var(--dw-border);border-radius:var(--dw-card-radius);background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.045);overflow:hidden;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease-out,border-color .22s ease-out}
.insights-post-card-body{width:100%;min-width:0;flex:1;padding:24px;gap:14px}
.insights-post-card-body .insights-card-excerpt{flex-grow:1}
.insights-pagination{margin-top:42px;gap:10px}
.insights-pagination a,.insights-pagination .current{min-width:44px;min-height:44px;display:inline-grid;place-items:center;padding:8px 12px;border:1px solid var(--dw-border);border-radius:9px;background:#fff;color:var(--dw-heading);text-decoration:none}
.insights-pagination .current{background:var(--dw-primary);border-color:var(--dw-primary);color:#fff}
.insights-cta{padding:clamp(64px,7vw,92px) var(--dw-gutter);color:var(--dw-footer-text);text-align:center}
.insights-cta>*{max-width:900px;margin-left:auto;margin-right:auto}
.insights-cta h2{margin-top:0;color:#fff}
.insights-cta-copy{max-width:760px}
.insights-cta-buttons{justify-content:center;margin-top:26px}
.insights-cta .is-style-outline .wp-block-button__link{border-color:#fff!important;background:transparent!important;color:#fff!important}
.insights-archive-hero .wp-block-query-title{margin-top:0;margin-bottom:20px}
@media(hover:hover){
  .insights-post-card:hover{transform:translateY(-4px);border-color:#CFCFCF;box-shadow:0 14px 32px rgba(0,0,0,.085)}
  .insights-card-media:hover img{transform:scale(1.02)}
}
@media(max-width:1024px){
  .insights-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:781px){
  .insights-featured-card{display:flex;flex-direction:column}
  .insights-featured-card>.wp-block-column{width:100%!important;flex-basis:auto!important}
  .insights-featured-media{aspect-ratio:16/9;min-height:0}
}
@media(max-width:680px){
  .insights-page .insights-hero{padding-top:60px;padding-bottom:60px}
  .insights-section{padding-top:56px;padding-bottom:56px}
  .insights-post-grid{grid-template-columns:1fr!important}
  .insights-target-categories{overflow-x:auto;margin-inline:calc(var(--dw-gutter) * -1);padding-inline:var(--dw-gutter);scrollbar-width:none}
  .insights-target-categories::-webkit-scrollbar{display:none}
  .insights-target-categories ul{flex-wrap:nowrap;width:max-content;padding-bottom:4px}
  .insights-featured-copy{padding:24px}
  .insights-post-card-body{padding:22px}
  .insights-cta-buttons{align-items:stretch;flex-direction:column}
  .insights-cta-buttons .wp-block-button,.insights-cta-buttons .wp-block-button__link{width:100%}
}
@media(prefers-reduced-motion:reduce){
  .insights-post-card,.insights-card-media img{transition:none!important}
  .insights-post-card:hover,.insights-card-media:hover img{transform:none!important}
}
/* DyingWP Insights End */
/* DYINGWP_INSIGHTS_CSS_END */

/* DYINGWP_HERO_V2_START */
.hero-v2{padding-top:clamp(72px,7vw,112px);padding-bottom:clamp(72px,7vw,112px);background:var(--dw-surface);border-bottom:1px solid var(--dw-border);overflow:clip}
.hero-v2-shell{max-width:1320px}
.hero-v2-grid{gap:clamp(44px,5vw,80px)!important;align-items:center}
.hero-v2-copy{max-width:720px}
.hero-v2-eyebrow{margin:0 0 22px;padding-left:13px;border-left:4px solid var(--dw-primary);color:var(--dw-primary);font-size:.94rem;font-weight:700;letter-spacing:.04em;line-height:1.5}
.hero-v2-title{max-width:760px;margin:0;font-size:clamp(2.7rem,4.65vw,4.35rem);line-height:1.08;letter-spacing:-.035em;text-wrap:balance}
.hero-v2-lead{max-width:700px;margin:26px 0 0;color:var(--dw-muted);font-size:clamp(1.05rem,.98rem + .25vw,1.22rem);line-height:1.78}
.hero-v2-actions{gap:14px!important;margin-top:30px}
.hero-v2-actions .wp-block-button__link{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:14px 22px}
.hero-v2-assurance{gap:10px 22px!important;margin-top:30px;padding-top:22px;border-top:1px solid var(--dw-border)}
.hero-v2-assurance p{margin:0;color:var(--dw-text);font-size:.92rem;line-height:1.5;white-space:nowrap}
.hero-v2-assurance strong{color:var(--dw-primary);margin-right:5px}
.hero-v2-note{margin:18px 0 0;color:var(--dw-muted);font-size:.88rem;line-height:1.65}
.hero-v2-system{position:relative;background:var(--dw-footer);color:var(--dw-footer-text);border:1px solid rgba(227,227,227,.18);border-radius:16px;padding:clamp(26px,3vw,38px);box-shadow:0 22px 55px rgba(0,0,0,.18);overflow:hidden}
.hero-v2-system-head{padding-bottom:22px;border-bottom:1px solid rgba(227,227,227,.18)}
.hero-v2-kicker{margin:0 0 12px;color:#AFA8F0;font-size:.75rem;font-weight:700;letter-spacing:.12em;line-height:1.4}
.hero-v2-system h2{margin:0;color:#fff;font-size:clamp(1.7rem,2.25vw,2.25rem);line-height:1.23;letter-spacing:-.02em}
.hero-v2-system-head>p:last-child{margin:14px 0 0;color:var(--dw-footer-text);font-size:.94rem;line-height:1.65}
.hero-v2-flow{margin-top:4px}
.hero-v2-step{gap:18px!important;align-items:flex-start!important;padding:18px 0;border-bottom:1px solid rgba(227,227,227,.14)}
.hero-v2-step-number{flex:0 0 42px;margin:1px 0 0;color:#8E85E7;font-size:.76rem;font-weight:800;letter-spacing:.08em;line-height:1.6}
.hero-v2-step-copy{flex:1;min-width:0}
.hero-v2-step-copy h3{margin:0;color:#fff;font-size:1.06rem;line-height:1.4;letter-spacing:0}
.hero-v2-step-copy p{margin:5px 0 0;color:var(--dw-footer-text);font-size:.83rem;line-height:1.55}
.hero-v2-step-final{border-bottom:0}
.hero-v2-owned{gap:10px 18px!important;margin-top:8px;padding:14px 16px;border-radius:10px;background:var(--dw-primary)}
.hero-v2-owned p{margin:0;color:#fff;font-size:.82rem;line-height:1.45}
.home-section:not(.hero-v2) .section-inner>h2{margin-left:auto;margin-right:auto;text-align:center}
.home-section:not(.hero-v2) .section-inner>.section-intro{margin-left:auto;margin-right:auto;text-align:center}
.hero-v2-system{transition:border-color .22s ease-out,box-shadow .22s ease-out}
.hero-v2-step{margin-inline:-12px;padding-inline:12px;border-radius:10px;transition:background-color .2s ease-out,border-color .2s ease-out}
.hero-v2-step-number,.hero-v2-step-copy h3,.hero-v2-kicker,.hero-v2-assurance p{transition:color .2s ease-out}
.hero-v2-owned{transition:background-color .2s ease-out,box-shadow .2s ease-out}
@media(hover:hover) and (pointer:fine){
  .hero-v2-actions .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover{box-shadow:0 10px 24px rgba(83,73,182,.24)}
  .hero-v2-actions .wp-block-button.is-style-outline .wp-block-button__link:hover{box-shadow:0 8px 20px rgba(83,73,182,.16)}
  .hero-v2-assurance p:hover{color:var(--dw-primary)}
  .hero-v2-system:hover{border-color:rgba(175,168,240,.5);box-shadow:0 28px 66px rgba(0,0,0,.24)}
  .hero-v2-system:hover .hero-v2-kicker{color:#fff}
  .hero-v2-step:hover{background:rgba(83,73,182,.14);border-bottom-color:rgba(175,168,240,.32)}
  .hero-v2-step:hover .hero-v2-step-number{color:#fff}
  .hero-v2-step:hover .hero-v2-step-copy h3{color:#D8D4FF}
  .hero-v2-owned:hover{background:var(--dw-primary-hover);box-shadow:0 8px 22px rgba(0,0,0,.18)}
}
@keyframes dwHeroRiseV2{
  from{opacity:0;transform:translate3d(0,20px,0)}
  to{opacity:1;transform:translate3d(0,0,0)}
}
@keyframes dwHeroPanelV2{
  from{opacity:0;transform:translate3d(28px,0,0) scale(.985)}
  to{opacity:1;transform:translate3d(0,0,0) scale(1)}
}
@keyframes dwHeroAccentV2{
  from{opacity:0;transform:scaleX(.88)}
  to{opacity:1;transform:scaleX(1)}
}
@media(prefers-reduced-motion:no-preference){
  .dw-motion-ready .hero-v2 .dw-reveal{opacity:1;transform:none;transition:none}
  .hero-v2-eyebrow{animation:dwHeroRiseV2 .58s cubic-bezier(.22,1,.36,1) .04s both}
  .hero-v2-title{animation:dwHeroRiseV2 .68s cubic-bezier(.22,1,.36,1) .12s both}
  .hero-v2-lead{animation:dwHeroRiseV2 .66s cubic-bezier(.22,1,.36,1) .22s both}
  .hero-v2-actions{animation:dwHeroRiseV2 .62s cubic-bezier(.22,1,.36,1) .31s both}
  .hero-v2-assurance{animation:dwHeroRiseV2 .62s cubic-bezier(.22,1,.36,1) .40s both}
  .hero-v2-note{animation:dwHeroRiseV2 .58s cubic-bezier(.22,1,.36,1) .48s both}
  .hero-v2-system{animation:dwHeroPanelV2 .78s cubic-bezier(.22,1,.36,1) .14s both}
  .hero-v2-system-head{animation:dwHeroRiseV2 .58s cubic-bezier(.22,1,.36,1) .38s both}
  .hero-v2-step{animation:dwHeroRiseV2 .54s cubic-bezier(.22,1,.36,1) both}
  .hero-v2-step:nth-child(1){animation-delay:.50s}
  .hero-v2-step:nth-child(2){animation-delay:.60s}
  .hero-v2-step:nth-child(3){animation-delay:.70s}
  .hero-v2-step:nth-child(4){animation-delay:.80s}
  .hero-v2-owned{transform-origin:left center;animation:dwHeroAccentV2 .58s cubic-bezier(.22,1,.36,1) .90s both}
}
@media(prefers-reduced-motion:reduce){
  .hero-v2 :where(.hero-v2-eyebrow,.hero-v2-title,.hero-v2-lead,.hero-v2-actions,.hero-v2-assurance,.hero-v2-note,.hero-v2-system,.hero-v2-system-head,.hero-v2-step,.hero-v2-owned){animation:none!important;transform:none!important;opacity:1!important}
}
@media(max-width:1120px){
  .hero-v2-grid{gap:34px!important}
  .hero-v2-title{font-size:clamp(2.55rem,5.6vw,3.65rem)}
  .hero-v2-assurance p{white-space:normal}
}
@media(max-width:781px){
  .hero-v2{padding-top:64px;padding-bottom:70px}
  .hero-v2-grid{display:grid!important;grid-template-columns:1fr;gap:42px!important}
  .hero-v2-grid>.wp-block-column{width:100%!important;flex-basis:100%!important}
  .hero-v2-copy{max-width:none}
  .hero-v2-system{max-width:none}
}
@media(max-width:480px){
  .hero-v2{padding-top:54px;padding-bottom:60px}
  .hero-v2-title{font-size:clamp(2.25rem,10vw,2.5rem);line-height:1.1}
  .hero-v2-lead{margin-top:21px;font-size:1.02rem;line-height:1.76}
  .hero-v2-actions{margin-top:25px;display:grid!important;grid-template-columns:1fr}
  .hero-v2-actions>.wp-block-button,.hero-v2-actions .wp-block-button__link{width:100%}
  .hero-v2-assurance{display:grid!important;grid-template-columns:1fr;gap:10px!important;margin-top:25px;padding-top:19px}
  .hero-v2-system{padding:24px 20px;border-radius:14px}
  .hero-v2-step{gap:12px!important}
  .hero-v2-step-number{flex-basis:34px}
  .hero-v2-owned{align-items:flex-start!important;flex-direction:column}
}
/* DYINGWP_HERO_V2_END */
