.blog-related-posts{background-color:#f8fafc;padding:60px 0}.blog-related-posts h2{color:#2c3e50;font-size:2rem;font-weight:600;margin-bottom:40px;text-align:center}.blog-related-posts__list{display:flex;flex-wrap:wrap;overflow:hidden;position:relative}.blog-related-posts__post{background-color:#fff;border-radius:8px;box-shadow:0 2px 20px 0 rgba(0,0,0,.12);display:flex;flex-direction:column;margin:1rem;min-width:250px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.blog-related-posts__post:hover{box-shadow:0 4px 25px 0 rgba(0,0,0,.15);transform:translateY(-5px)}.blog-related-posts__image-wrapper{border-bottom:4px solid var(--primary-color,#64c5b1);height:200px;overflow:hidden;position:relative}.blog-related-posts__image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.blog-related-posts__post:hover .blog-related-posts__image{transform:scale(1.05)}.blog-related-posts__content{display:flex;flex-direction:column;flex-grow:1;padding:20px}.blog-related-posts__tags{margin-bottom:15px}.blog-related-posts__tag{background-color:var(--primary-color-light,#e8f6f3);border-radius:4px;color:var(--primary-color,#64c5b1);display:inline-block;font-size:.75rem;font-weight:500;margin-bottom:5px;margin-right:8px;padding:4px 8px;text-decoration:none}.blog-related-posts__tag:hover{background-color:var(--primary-color,#64c5b1);color:#fff}.blog-related-posts__title{color:#2c3e50;font-size:1.4rem;font-weight:600;line-height:1.3;margin:auto auto 15px}.blog-related-posts__title a{color:inherit;text-decoration:none}.blog-related-posts__title a:hover{color:var(--primary-color,#64c5b1)}.blog-related-posts__summary{color:#5a6c7d;flex-grow:1;font-size:.9rem;line-height:1.6;margin-bottom:20px}.blog-related-posts__read-more{align-self:flex-start;color:var(--primary-color,#64c5b1);font-size:.9rem;font-weight:600;text-decoration:none;transition:color .3s ease}.blog-related-posts__read-more:hover{color:var(--primary-color-dark,#4a9d8a);text-decoration:underline}@media screen and (max-width:480px){.blog-related-posts{padding:30px 0}.blog-related-posts h2{font-size:1.3rem;margin-bottom:25px;padding:0 15px}.blog-related-posts__post{flex:0 0 100%;margin:.5rem 10px;min-width:auto}.blog-related-posts__title{font-size:1.1rem;line-height:1.3;margin-bottom:12px}.blog-related-posts__content{padding:15px}.blog-related-posts__image-wrapper{height:160px}.blog-related-posts__summary{font-size:.85rem;margin-bottom:15px}}@media screen and (min-width:481px) and (max-width:767px){.blog-related-posts{padding:40px 0}.blog-related-posts h2{font-size:1.5rem;margin-bottom:30px}.blog-related-posts__post{flex:0 0 100%;margin:.5rem}.blog-related-posts__title{font-size:1.25rem;line-height:1.3}.blog-related-posts__image-wrapper{height:180px}}@media screen and (min-width:768px) and (max-width:999px){.blog-related-posts__post{flex:0 0 calc(50% - 2rem)}.blog-related-posts__title{font-size:1.3rem;line-height:1.3}.blog-related-posts__image-wrapper{height:200px}}@media screen and (min-width:1000px){.blog-related-posts__post{flex:0 0 calc(25% - 2rem)}.blog-related-posts__title{font-size:1.4rem;line-height:1.3}}@media screen and (min-width:1200px){.blog-related-posts__title{font-size:1.5rem}.blog-related-posts__summary{font-size:.95rem}}.blog-related-posts .tns-nav{margin:30px 0 0;text-align:center}.blog-related-posts .tns-nav>[aria-controls]{background-color:#ddd;border:0;border-radius:50%;height:12px;margin:0 5px;padding:0;transition:background-color .3s ease;width:12px}.blog-related-posts .tns-nav .tns-nav-active{background-color:var(--primary-color,#64c5b1)}.blog-post__separator{background:var(--primary-color,#64c5b1);background:linear-gradient(90deg,var(--primary-color,#64c5b1) 0,var(--primary-color-light,#7dd3c0) 100%);border-radius:2px;height:3px;margin:60px auto 50px;max-width:200px}.blog-post__cta-contextual{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08);margin:30px 0 60px;padding:40px;text-align:center}.cta-contextual__content{margin:0 auto;max-width:700px}.cta-contextual__title{color:#2c3e50;font-size:28px;font-weight:600;line-height:1.3;margin-bottom:15px}.cta-contextual__text{color:#5a6c7d;font-size:18px;line-height:1.6;margin-bottom:25px}.cta-contextual__button{display:flex;justify-content:center}@media (max-width:767px){.blog-post__separator{margin:40px auto 30px;max-width:150px}.blog-post__cta-contextual{margin:20px 0 40px;padding:30px 20px}.cta-contextual__title{font-size:24px}.cta-contextual__text{font-size:16px}}@media (min-width:768px){.blog-post__cta-contextual{padding:50px}}.blog-post__cta,.blog-post__cta_hide-mobile{display:flex;justify-content:flex-end;margin-bottom:10px;margin-top:10px}@media (min-width:768px){.blog-post__header{align-items:center;flex-direction:row;gap:30px}.blog-post__cta,.blog-post__cta_hide-mobile{flex-shrink:0;margin-top:0}}@media (max-width:767px){.blog-post__cta_hide-mobile{display:none}.blog-post__cta,.blog-post__cta_hide-mobile{margin-top:15px;padding-right:20px}}.blog-related-posts__post-image-wrapper{border-bottom:4px solid var(--primary-color,#64c5b1);display:block;height:400px;overflow:hidden;position:relative}@media screen and (max-width:480px){.blog-related-posts__post-image-wrapper{height:160px}}@media screen and (min-width:481px) and (max-width:767px){.blog-related-posts__post-image-wrapper{height:180px}}.blog-post__tags svg{height:auto;margin-right:.35rem;width:15px}.blog-post__tag-link{font-size:1em}.hs-elevate-tag{display:none}.blog-comments{margin:0 auto;max-width:680px}.blog-comments .hs-submit{text-align:center}.blog-comments .comment-reply-to{border:0}.blog-comments .comment-reply-to:focus,.blog-comments .comment-reply-to:hover{background-color:transparent;text-decoration:underline}