:root{--green-500:#008b6f;--green-600:#007e65;--green-700:#006a56;--dark-900:#1f1d1e;--dark-700:#333;--dark-500:#666;--dark-300:#999;--bg-card:#f5f5fa;--border-color:rgba(31,29,30,.2);--border-light:rgba(31,29,30,.08);--font:"Roboto",sans-serif;--max-w:1280px;--radius:16px;--radius-sm:8px;--radius-round:99999px;--site-margin:80px;--transition:all 0.25s ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background:#fff;color:var(--dark-900);font-family:var(--font);line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none;transition:var(--transition)}ul{list-style:none}img{display:block}p{margin:0}button{cursor:pointer;font-family:var(--font)}.container{margin:0 auto;max-width:var(--max-w);padding:0 var(--site-margin)}.btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-family:var(--font);font-size:16px;font-weight:700;justify-content:center;padding:14px 28px;transition:var(--transition);white-space:nowrap}.btn-primary{background:var(--green-500);color:#fff}.btn-primary:hover{background:var(--green-700)}.btn-text-green{background:transparent;border:none;color:var(--green-600)}.btn-text-green:hover{color:var(--green-700)}.btn-outline-white{background:transparent;border:1.5px solid hsla(0,0%,100%,.6);border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:inline-block;font-size:15px;font-weight:600;padding:14px 0;text-align:center;transition:var(--transition);width:100%}.btn-outline-white:hover{background:#fff;border-color:#fff;color:var(--green-500)}.meta-tag{color:var(--dark-500);font-size:13px;font-weight:400;letter-spacing:.02em}.author-info{align-items:center;display:flex;gap:12px}.author-avatar{height:48px;width:48px}.author-avatar,.author-avatar-sm{border-radius:50%;flex-shrink:0;object-fit:cover}.author-avatar-sm{height:40px;width:40px}.author-details{display:flex;flex-direction:column;gap:2px}.author-name{color:var(--dark-900);font-size:15px;font-weight:500;line-height:1.3}.author-role{color:var(--dark-500);font-size:13px;line-height:1.4}.card-footer{justify-content:space-between}.card-footer,.read-more-circle{align-items:center;display:flex}.read-more-circle{border:1.5px solid var(--green-600);border-radius:var(--radius-round);color:var(--green-600);flex-shrink:0;height:48px;justify-content:center;transition:var(--transition);width:48px}.read-more-circle .material-icons-outlined{font-size:20px}.read-more-circle:hover{background:var(--green-500);border-color:var(--green-500);color:#fff}.card-divider{background:var(--border-light);height:1px;margin:20px 0 16px;width:100%}.hero-section{border-bottom:1px solid var(--border-color);padding:56px 0}.page-title{color:var(--dark-700);font-size:60px;font-weight:500;letter-spacing:-2px;line-height:1.1;margin-bottom:48px}.hero-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius);display:flex;overflow:hidden}.hero-image-side{flex-shrink:0;padding:16px;width:55%}.hero-image{aspect-ratio:16/9;border-radius:var(--radius-sm);height:100%;object-fit:cover;width:100%}.hero-content{border-left:1px solid var(--border-light);display:flex;flex:1}.hero-content-inner{display:flex;flex-direction:column;gap:32px;justify-content:space-between;padding:32px 40px;width:100%}.hero-text-block{display:flex;flex-direction:column;gap:16px}.hero-title{color:var(--dark-900);font-size:36px;font-weight:500;letter-spacing:-1px;line-height:1.15}.hero-title a:hover{color:var(--green-500)}.hero-excerpt{color:var(--dark-500);font-size:15px;font-weight:400;line-height:1.5}.carousel-controls,.hero-footer{align-items:center;display:flex;justify-content:space-between}.carousel-controls{margin-top:16px}.carousel-dots{align-items:center;display:flex;gap:8px}.dot{background:var(--border-color);border-radius:50%;cursor:pointer;height:10px;transition:var(--transition);width:10px}.dot.active{background:var(--green-500);border-radius:5px;width:28px}.carousel-arrows{display:flex;gap:8px}.arrow-btn{align-items:center;background:none;border:1px solid var(--border-light);border-radius:var(--radius-round);color:var(--dark-700);display:flex;height:44px;justify-content:center;transition:var(--transition);width:44px}.arrow-btn:hover{background:var(--bg-card);border-color:var(--border-color)}.arrow-btn .material-icons-outlined{font-size:20px}.articles-section{padding-bottom:112px;padding-top:80px}.filter-bar{align-items:center;display:flex;gap:32px;margin-bottom:48px}.section-title-lg{flex-shrink:0;font-size:52px;letter-spacing:-1.5px;line-height:1.1}.section-title-lg,.section-title-md{color:var(--dark-700);font-weight:500}.section-title-md{font-size:28px;line-height:1.3;margin-bottom:20px}.filter-controls{align-items:center;display:flex;flex:1;gap:12px;justify-content:flex-end}.filter-dropdown,.filter-search{align-items:center;background:#fff;border:1px solid var(--border-color);border-radius:10px;cursor:pointer;display:flex;gap:8px;height:48px;padding:0 16px;position:relative;transition:var(--transition);white-space:nowrap}.filter-dropdown:hover,.filter-search:hover{border-color:var(--dark-500)}.filter-dropdown span{color:var(--dark-500);font-size:15px;white-space:nowrap}.filter-dropdown .material-icons-outlined,.filter-search .material-icons-outlined{color:var(--dark-500);flex-shrink:0;font-size:20px}.filter-search-input{background:transparent;border:none;color:var(--dark-900);flex:1;font-family:var(--font);font-size:15px;outline:none;width:100%}.filter-search-input::placeholder{color:var(--dark-500)}.dropdown-menu{background:#fff;border:1px solid var(--border-color);border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.1);display:none;left:0;max-height:300px;min-width:200px;overflow-y:auto;padding:6px 0;position:absolute;top:calc(100% + 4px);z-index:50}.dropdown-menu.open{display:block}.dropdown-item{color:var(--dark-700);display:block;font-size:14px;padding:10px 16px;transition:var(--transition)}.dropdown-item:hover{background:var(--bg-card);color:var(--green-500)}.blog-grid{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.blog-card{background:var(--bg-card);border-radius:20px;display:flex;flex-direction:column;overflow:hidden;transition:var(--transition)}.blog-card:hover{box-shadow:0 8px 30px rgba(0,0,0,.08)}.card-image-wrapper{aspect-ratio:16/9;overflow:hidden;width:100%}.card-image{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.blog-card:hover .card-image{transform:scale(1.03)}.card-content{display:flex;flex:1;flex-direction:column;padding:20px}.card-title{color:#131313;font-size:20px;font-weight:500;line-height:1.3;margin-top:8px}.card-title a{color:inherit}.card-title a:hover{color:var(--green-500)}.card-excerpt{color:var(--dark-500);display:-webkit-box;font-size:15px;font-weight:400;-webkit-line-clamp:2;line-height:1.5;margin-top:16px;-webkit-box-orient:vertical;flex:1;overflow:hidden}.card-featured{align-items:center;background:linear-gradient(145deg,var(--green-500) 0,var(--green-700) 100%);color:#fff;justify-content:center;padding:32px 28px;text-align:center}.card-featured:hover{box-shadow:0 8px 30px rgba(0,139,111,.3)}.card-content-featured{align-items:center;display:flex;flex-direction:column;gap:16px;height:100%;justify-content:center;width:100%}.featured-dash-image{border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.15);max-width:260px;overflow:hidden;width:100%}.dash-img{height:auto;width:100%}.featured-title{color:#fff;font-size:22px;font-weight:500;line-height:1.3}.featured-text{color:hsla(0,0%,100%,.8);font-size:14px;line-height:1.5}.newsletter-section{padding:0 0 80px}.newsletter-banner{background:linear-gradient(145deg,var(--green-500) 0,var(--green-700) 100%);border-radius:var(--radius);color:#fff;overflow:hidden;padding:72px 40px;position:relative;text-align:center}.newsletter-banner:before{background:hsla(0,0%,100%,.04);border-radius:50%;content:"";height:500px;position:absolute;right:-20%;top:-50%;width:500px}.newsletter-banner:after{background:hsla(0,0%,100%,.03);border-radius:50%;bottom:-30%;content:"";height:350px;left:-10%;position:absolute;width:350px}.newsletter-content{margin:0 auto;max-width:560px;position:relative;z-index:1}.newsletter-title{font-size:36px;font-weight:500;letter-spacing:-.5px;line-height:1.15;margin-bottom:16px}.newsletter-text{font-size:15px;line-height:1.5;margin-bottom:32px;opacity:.85}.newsletter-form{background:#fff;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1);display:flex;gap:0;margin:0 auto;max-width:440px;overflow:hidden}.newsletter-input{border:none;color:var(--dark-900);flex:1;font-family:var(--font);font-size:15px;outline:none;padding:16px 20px}.newsletter-input::placeholder{color:var(--dark-300)}.btn-subscribe{background:var(--dark-900);border:none;color:#fff;cursor:pointer;font-family:var(--font);font-size:15px;font-weight:700;padding:16px 28px;transition:var(--transition);white-space:nowrap}.btn-subscribe:hover{background:#444}.browse-section{padding-bottom:80px}.browse-layout{display:flex;gap:48px}.browse-left{flex:1}.browse-right{flex-shrink:0;width:480px}.article-list{display:flex;flex-direction:column;gap:20px;margin-top:20px}.article-list-item{align-items:center;border-radius:12px;display:flex;gap:16px;padding:8px;transition:var(--transition)}.article-list-item:hover{background:var(--bg-card)}.list-image-wrapper{aspect-ratio:16/9;border-radius:var(--radius-sm);flex-shrink:0;overflow:hidden;width:140px}.list-image{height:100%;object-fit:cover;width:100%}.list-content{display:flex;flex-direction:column;gap:4px}.list-title{font-size:18px;font-weight:500;line-height:1.35}.list-title a:hover{color:var(--green-500)}.popular-card{background:var(--bg-card);border-radius:20px;display:flex;flex-direction:column;overflow:hidden;transition:var(--transition)}.popular-card:hover{box-shadow:0 8px 30px rgba(0,0,0,.08)}.popular-image-wrapper{aspect-ratio:16/9;overflow:hidden;width:100%}.popular-image{height:100%;object-fit:cover;width:100%}.popular-content{display:flex;flex-direction:column;padding:24px 20px 20px}.popular-title{color:#131313;font-size:26px;font-weight:500;line-height:1.3;margin-top:8px}.popular-title a:hover{color:var(--green-500)}.popular-excerpt{color:var(--dark-500);font-size:16px;line-height:1.5;margin-top:16px}.logos-section{background:#fff;overflow:hidden;padding:80px 0 64px}.logos-row{align-items:center;display:flex;gap:56px;justify-content:center}.logo-item{filter:grayscale(100%);height:22px;max-width:140px;object-fit:contain;opacity:.4;transition:var(--transition);width:auto}.logo-item:hover{opacity:.8}.bottom-cta-section{background:#fff;padding:0 0 112px}.bottom-cta-layout{align-items:flex-end;display:flex;gap:64px;justify-content:space-between}.bottom-cta-left{max-width:640px}.bottom-cta-title{color:var(--dark-900);font-size:48px;font-weight:500;letter-spacing:-1.5px;line-height:1.1;margin-bottom:40px}.bottom-cta-buttons{align-items:center;display:flex;gap:8px}.bottom-cta-text{color:var(--dark-500);font-size:18px;font-weight:400;line-height:1.5;max-width:440px}.site-header{background:#fff;border-bottom:1px solid var(--border-light);padding:18px 0;position:sticky;top:0;z-index:100}.header-container{gap:16px}.header-container,.header-logo{align-items:center;display:flex}.header-logo{flex-shrink:0}.logo-text{color:var(--dark-900);font-size:32px;font-weight:700;letter-spacing:-1px;line-height:1}.header-nav{display:flex;flex:1;justify-content:center}.nav-list{align-items:center;display:flex;gap:0;white-space:nowrap}.nav-link{color:#000;font-size:16px;font-weight:700;padding:10px 20px;white-space:nowrap}.nav-link:hover{color:var(--green-500)}.header-cta{align-items:center;display:flex;flex-shrink:0;gap:8px}.nav-link-signin{border-radius:12px;color:var(--green-500);font-size:15px;font-weight:700;padding:14px 20px}.nav-link-signin:hover{background:rgba(0,139,111,.06)}.site-footer{background:#fff;padding:48px 0 32px}.footer-inner{margin:0 auto;max-width:1080px;padding:0 24px}.footer-top{display:flex;gap:32px}.footer-brand{display:flex;flex:1;flex-direction:column;justify-content:space-between;max-width:400px;padding-right:40px}.footer-logo-text{color:var(--dark-900);font-size:48px;font-weight:700;letter-spacing:-1.5px;line-height:1}.footer-socials{display:flex;gap:8px}.social-icon{align-items:center;border-radius:4px;display:flex;height:32px;justify-content:center;overflow:hidden;transition:var(--transition);width:32px}.social-icon:hover{opacity:.8}.social-icon img{height:100%;object-fit:cover;width:100%}.social-linkedin{background:#007bb6}.social-facebook{background:#3b5998}.social-youtube{background:#a82400}.footer-column{display:flex;flex-direction:column;gap:8px;min-width:140px}.footer-link{color:var(--dark-900);cursor:pointer;font-size:15px;font-weight:500;line-height:1.6;padding:4px 0;transition:var(--transition)}.footer-link:hover{color:var(--green-500)}.footer-address{min-width:160px}.footer-address p{color:var(--dark-900);font-size:15px;font-weight:500;line-height:1.7}.footer-divider{border:none;border-top:1px solid var(--border-light);margin:32px 0 24px}.footer-bottom{align-items:center;display:flex;justify-content:space-between}.copyright{color:var(--dark-500);font-size:12px;font-weight:500}.footer-legal{align-items:center;display:flex;gap:0}.footer-legal a{color:var(--dark-900);font-size:13px;font-weight:500}.footer-legal a:hover{color:var(--green-500)}.legal-sep{background:var(--border-color);height:14px;margin:0 12px;width:1px}.pagination{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:48px}.pagination a,.pagination span{align-items:center;border:1px solid var(--border-light);border-radius:var(--radius-round);color:var(--dark-700);display:inline-flex;font-size:15px;font-weight:500;height:44px;justify-content:center;transition:var(--transition);width:44px}.pagination a:hover{background:var(--bg-card);border-color:var(--border-color)}.pagination .active{background:var(--green-500);border-color:var(--green-500);color:#fff}@media (max-width:1200px){:root{--site-margin:40px}.hero-card{flex-direction:column}.hero-image-side{width:100%}.hero-content{border-left:none;border-top:1px solid var(--border-light)}.blog-grid{grid-template-columns:repeat(2,1fr)}.browse-layout{flex-direction:column}.browse-right{width:100%}.filter-bar{align-items:flex-start;flex-direction:column;gap:20px}.filter-controls{justify-content:flex-start;width:100%}.bottom-cta-layout{align-items:flex-start;flex-direction:column}.footer-top{flex-wrap:wrap}}@media (max-width:768px){:root{--site-margin:20px}.page-title{font-size:36px}.section-title-lg{font-size:32px}.hero-title{font-size:26px}.bottom-cta-title{font-size:30px}.blog-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.btn-subscribe,.newsletter-form,.newsletter-input{border-radius:12px}.newsletter-banner{padding:48px 24px}.newsletter-title{font-size:26px}.logos-row{flex-wrap:wrap;gap:32px;justify-content:center}.header-nav{display:none}.footer-top{flex-direction:column;gap:32px}.footer-brand{gap:24px;max-width:none;padding-right:0;width:100%}.footer-bottom{gap:16px;text-align:center}.filter-controls,.footer-bottom{flex-direction:column}.filter-dropdown,.filter-search{width:100%}}.body-wrapper{overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important}.blog-post-page{--bp-brand:#008b6f;--bp-brand-dark:#006a56;--bp-brand-light:#e6f5f0;--bp-brand-lighter:#f0faf6;--bp-ink-900:#111819;--bp-ink-700:#273134;--bp-ink-600:#465257;--bp-ink-500:#68767c;--bp-surface-100:#f3f5f4;--bp-surface-200:#e5e9e7;--bp-radius-md:14px;--bp-font-sans:"Manrope",sans-serif;--bp-font-serif:"Source Serif 4",serif}.blog-post-page .hero-section{background:var(--bp-brand)!important;border-bottom:none;color:#fff;overflow:hidden;padding:80px 0 100px;position:relative}.blog-post-page .hero-section:before{background:var(--bp-brand);background-image:url(https://20710913.fs1.hubspotusercontent-na1.net/hubfs/20710913/8bc7d64f47bfdcb0f9ce35d2b89be127a4294978.png);background-position:50%;background-repeat:no-repeat;background-size:contain;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.blog-post-page .hero-section .container{background:transparent!important;max-width:1440px;padding:0 80px;position:relative;z-index:2}.blog-post-page .hero-section .hero-content{align-items:center;background:transparent!important;border:none!important;display:grid;gap:80px;grid-template-columns:1fr 1fr}.blog-post-page .hero-left{max-width:600px}.blog-post-page .hero-breadcrumbs{margin-bottom:20px}.blog-post-page .hero-breadcrumbs ol{align-items:center;display:flex;flex-wrap:wrap;gap:0;list-style:none;margin:0;padding:0}.blog-post-page .hero-breadcrumbs li{color:hsla(0,0%,100%,.7);font-size:14px;font-weight:400;white-space:nowrap}.blog-post-page .hero-breadcrumbs li:last-child{color:hsla(0,0%,100%,.95);white-space:normal}.blog-post-page .hero-breadcrumbs li:not(:last-child):after{color:hsla(0,0%,100%,.4);content:"›";font-size:16px;margin:0 10px}.blog-post-page .hero-breadcrumbs a{color:hsla(0,0%,100%,.7);text-decoration:none}.blog-post-page .hero-breadcrumbs a:hover{color:#fff;text-decoration:underline}.blog-post-page .case-study-label{color:hsla(0,0%,100%,.9);font-size:16px;font-weight:500;letter-spacing:.04em;margin-bottom:24px;text-transform:uppercase}.blog-post-page .hero-title{color:#fff!important;font-family:var(--bp-font-sans);font-size:96px;font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:0 0 48px!important}.blog-post-page .hero-right{align-items:center;display:flex;justify-content:flex-end;position:relative;z-index:2}.blog-post-page .hero-featured-image{aspect-ratio:16/9;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.2);max-width:43vw;overflow:hidden;width:100%}.blog-post-page .hero-featured-image .featured-img{border-radius:16px;display:block;height:100%;object-fit:cover;width:100%}.blog-post-page .hero-featured-image .featured-img-fallback{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border-radius:16px;height:100%;width:100%}.blog-post-page .post-shell{padding:26px 0 80px}.blog-post-page .post-grid{align-items:start;display:grid;gap:28px;grid-template-columns:260px minmax(0,1fr)}.blog-post-page .post-sidebar{align-self:start;display:flex;flex-direction:column;gap:12px;max-height:calc(100vh - 100px);overflow-y:auto;position:sticky;scrollbar-width:none;top:88px;-ms-overflow-style:none}.blog-post-page .post-sidebar::-webkit-scrollbar{display:none}.blog-post-page .sidebar-card{background:#fff;border:1px solid var(--bp-surface-200);border-radius:var(--bp-radius-md);padding:15px}.blog-post-page .sidebar-heading{color:var(--bp-ink-500);font-size:12px;font-weight:800;letter-spacing:.05em;margin:0 0 9px;text-transform:uppercase}.blog-post-page .author-card .author-head{align-items:center;display:flex;gap:11px;margin-bottom:12px}.blog-post-page .author-card .author-avatar{border-radius:50%;height:46px;object-fit:cover;width:46px}.blog-post-page .author-card .author-name{color:var(--bp-ink-900);font-size:14px;font-weight:700;margin:0}.blog-post-page .author-card .author-role{color:var(--bp-ink-500);font-size:12px;margin:3px 0 0}.blog-post-page .author-link{color:var(--bp-brand);display:inline-block;font-size:12px;font-weight:700;margin-top:10px;text-decoration:none}.blog-post-page .author-link:hover{text-decoration:underline}.blog-post-page .share-row{display:flex;gap:8px}.blog-post-page .share-btn{align-items:center;background:#f8fbfa;border:1px solid #cad4d1;border-radius:50%;color:var(--bp-ink-700);display:inline-flex;font-size:14px;font-weight:700;height:36px;justify-content:center;text-decoration:none;transition:var(--transition);width:36px}.blog-post-page .share-btn:hover{background:var(--bp-brand);border-color:var(--bp-brand);color:#fff}.blog-post-page .toc-list{display:flex;flex-direction:column;gap:4px;list-style:none;margin:0;padding:0}.blog-post-page .toc-list li a{border-left:2px solid transparent;color:var(--bp-ink-600);display:block;font-size:13px;line-height:1.35;padding:4px 0 4px 10px;text-decoration:none;transition:color .15s,border-color .15s}.blog-post-page .toc-list li a.active,.blog-post-page .toc-list li a:hover{border-left-color:var(--bp-brand);color:var(--bp-brand);font-weight:700}.blog-post-page .toc-list li.toc-subitem a{color:var(--bp-ink-500);font-size:12px;padding-left:22px}.blog-post-page .tag-list{display:flex;flex-wrap:wrap;gap:6px}.blog-post-page .tag-pill{background:var(--bp-brand-light);border-radius:999px;color:var(--bp-brand);display:inline-block;font-size:12px;font-weight:600;padding:4px 12px;text-decoration:none;transition:background .15s}.blog-post-page .tag-pill:hover{background:#ccebe0}.blog-post-page .sidebar-promo{background:linear-gradient(145deg,var(--bp-brand),var(--bp-brand-dark));border:none;border-radius:var(--bp-radius-md);color:#fff;padding:20px}.blog-post-page .promo-eyebrow{color:hsla(0,0%,100%,.75);font-size:11px;font-weight:700;letter-spacing:.05em;margin:0 0 10px;text-transform:uppercase}.blog-post-page .sidebar-promo h3{color:#fff;font-family:var(--bp-font-sans);font-size:20px;font-weight:800;line-height:1.2;margin:0 0 8px}.blog-post-page .sidebar-promo p{color:hsla(0,0%,100%,.8);font-size:13px;line-height:1.45;margin:0 0 16px}.blog-post-page .promo-btn{background:#fff;border-radius:999px;color:var(--bp-brand-dark);display:inline-block;font-size:13px;font-weight:800;padding:10px 16px;text-decoration:none;transition:background .15s}.blog-post-page .promo-btn:hover{background:#f0faf6}.blog-post-page .post-content{border-left:1px solid #dfe4e3;min-width:0}.blog-post-page .post-body{color:#233033;font-family:var(--bp-font-sans);font-size:17px;line-height:1.6;margin:0;max-width:760px;padding:2px 0 0 28px}.blog-post-page .post-body h2{color:var(--bp-ink-900);font-family:var(--bp-font-sans);font-size:clamp(26px,3vw,36px);font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:2em 0 .6em}.blog-post-page .post-body h3{color:var(--bp-ink-900);font-family:var(--bp-font-sans);font-size:clamp(20px,2.5vw,26px);font-weight:700;line-height:1.2;margin:1.6em 0 .5em}.blog-post-page .post-body p{font-weight:500;margin:0 0 1.15em}.blog-post-page .post-body a{color:var(--bp-brand);text-decoration:underline}.blog-post-page .post-body a:hover{color:var(--bp-brand-dark)}.blog-post-page .post-body ol,.blog-post-page .post-body ul{margin:0 0 1.2em;padding-left:1.2em}.blog-post-page .post-body li{font-weight:500;margin-bottom:.4em}.blog-post-page .post-body img{border-radius:13px;margin:1.5em 0;max-width:100%}.blog-post-page .post-body>blockquote{background:linear-gradient(120deg,#f4faf8,#f7f8f8);border-left:2px solid var(--bp-brand);border:2px solid var(--bp-brand);border-radius:13px;margin:1.5em 0;padding:24px;position:relative}.blog-post-page .post-body>blockquote:before{color:var(--bp-brand);content:"\201C";display:block;font-family:var(--bp-font-sans);font-size:48px;font-weight:800;line-height:1;margin-bottom:8px}.blog-post-page .post-body>blockquote p{color:#13332e;font-family:var(--bp-font-sans);font-size:clamp(20px,2.2vw,28px);font-weight:600;line-height:1.35;margin:0}.blog-post-page .inline-cta{align-items:center;background:var(--bp-brand);border-radius:12px;color:#fff;display:grid;gap:32px;grid-template-columns:1fr 1fr;margin:2em 0;padding:32px 36px}.blog-post-page .inline-cta-text h3{color:#fff;font-family:var(--bp-font-sans);font-size:24px;font-weight:800;line-height:1.3;margin:0}.blog-post-page .inline-cta-right{display:flex;flex-direction:column;gap:8px}.blog-post-page .inline-cta-right p{color:hsla(0,0%,100%,.85);font-size:13px;line-height:1.5;margin:0 0 4px}.blog-post-page .inline-cta-form{display:flex;gap:8px}.blog-post-page .inline-cta-form input{background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.3);border-radius:8px;color:#fff;flex:1;font-size:14px;min-width:0;padding:10px 14px}.blog-post-page .inline-cta-form input::placeholder{color:hsla(0,0%,100%,.6)}.blog-post-page .inline-cta-form button,.blog-post-page .inline-cta-link{align-items:center;background:#111827;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;padding:10px 18px;text-decoration:none;transition:background .15s;white-space:nowrap}.blog-post-page .inline-cta-form button:hover,.blog-post-page .inline-cta-link:hover{background:#1f2937}.blog-post-page .testimonial-card{background:var(--bp-brand-lighter);border:1px solid #d1ece3;border-radius:12px;margin:2em 0;padding:28px 32px}.blog-post-page .testimonial-source{color:var(--bp-brand);font-size:15px;font-weight:700;line-height:1;margin:0 0 14px}.blog-post-page .testimonial-card blockquote{background:none;border:none;color:var(--bp-ink-900);font-family:var(--bp-font-sans);font-size:18px;font-style:normal;font-weight:600;line-height:1.5;margin:0;padding:0}.blog-post-page .testimonial-card blockquote:before{display:none}.blog-post-page .post-pagination{border-top:1px solid #e5e7eb;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-left:28px;margin-top:56px;padding-top:32px}.blog-post-page .pagination-next{text-align:right}.blog-post-page .post-pagination a{display:flex;flex-direction:column;gap:4px;text-decoration:none}.blog-post-page .pagination-label{color:#9ca3af;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.blog-post-page .pagination-title{color:var(--bp-ink-900);font-size:15px;font-weight:600}.blog-post-page .post-pagination a:hover .pagination-title{color:var(--bp-brand)}.blog-post-page .newsletter-section{padding-bottom:10px;padding-top:54px}.blog-post-page .newsletter-banner{background:radial-gradient(circle at 8% 15%,#169b80 0,#0e8d73 40%,#0b7b63 100%);border-radius:8px;padding:38px 34px}.blog-post-page .newsletter-title{font-size:clamp(34px,3.1vw,48px);letter-spacing:-.02em;line-height:1.08;margin-bottom:10px}.blog-post-page .newsletter-text{font-size:14px;line-height:1.45;margin-left:auto;margin-right:auto;max-width:680px}.blog-post-page .newsletter-form{max-width:420px}.blog-post-page .newsletter-input{border-radius:6px;font-size:13px;padding:10px 12px}.blog-post-page .btn-subscribe{border-radius:6px;font-size:12px;padding:10px 14px}.blog-post-page .related-section{padding:62px 0 0}.blog-post-page .related-section h2{font-size:clamp(30px,3vw,44px);letter-spacing:-.03em;line-height:1.05;margin:0 0 18px}.blog-post-page .related-grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.blog-post-page .related-card{background:#fff;border:1px solid var(--bp-surface-200);border-radius:var(--bp-radius-md);overflow:hidden}.blog-post-page .related-image-fallback,.blog-post-page .related-image-link,.blog-post-page .related-image-link img{aspect-ratio:16/10;display:block;object-fit:cover;width:100%}.blog-post-page .related-image-fallback{background:linear-gradient(125deg,#d8e2de,#edf1ef)}.blog-post-page .related-card-body{padding:16px}.blog-post-page .related-card-body h3{font-size:20px;line-height:1.2;margin:0}.blog-post-page .related-card-body p{color:var(--bp-ink-600);font-size:14px;line-height:1.45;margin:8px 0 11px}.blog-post-page .related-footer{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.blog-post-page .related-author{color:var(--bp-ink-500);font-size:12px}.blog-post-page .related-arrow{align-items:center;border:1px solid #c9d3d1;border-radius:50%;color:var(--bp-brand);display:inline-flex;font-size:13px;height:28px;justify-content:center;width:28px}.blog-post-page .related-meta{color:var(--bp-ink-500);font-size:12px;letter-spacing:.04em;text-transform:uppercase}.blog-post-page+.site-footer,.blog-post-page~.site-footer{background:#f7f8f8}@media (max-width:1200px){.blog-post-page .hero-title{font-size:72px!important}.blog-post-page .hero-section .hero-content{gap:60px}.blog-post-page .hero-featured-image{max-width:36vw}}@media (max-width:1100px){.blog-post-page .hero-title{font-size:64px!important}.blog-post-page .hero-section .hero-content{gap:48px}.blog-post-page .hero-featured-image{max-width:34vw}}@media (max-width:1024px){.blog-post-page .hero-section .container{padding:0 40px}.blog-post-page .hero-section .hero-content{gap:48px;grid-template-columns:1fr}.blog-post-page .hero-right{justify-content:center}.blog-post-page .hero-featured-image{max-width:80vw}}@media (max-width:768px){.blog-post-page .hero-section .container{padding:0 24px}.blog-post-page .hero-section{padding:60px 0 80px!important}.blog-post-page .hero-section:before{background-size:cover!important}.blog-post-page .hero-title{font-size:48px!important}.blog-post-page .hero-featured-image{max-width:100%}}@media (max-width:480px){.blog-post-page .hero-title{font-size:36px!important}}@media (max-width:1120px){.blog-post-page .post-grid{grid-template-columns:1fr}.blog-post-page .post-sidebar{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;overflow-y:visible;position:static}.blog-post-page .sidebar-promo,.blog-post-page .toc-card{grid-column:span 2}.blog-post-page .post-content{border-left:none}.blog-post-page .post-body{padding-left:0}.blog-post-page .post-pagination{margin-left:0}}@media (max-width:860px){.blog-post-page .post-sidebar{grid-template-columns:1fr}.blog-post-page .sidebar-promo,.blog-post-page .toc-card{grid-column:auto}.blog-post-page .related-grid{grid-template-columns:1fr}.blog-post-page .inline-cta{grid-template-columns:1fr;padding:24px}.blog-post-page .inline-cta-form{flex-direction:column}}