:root{--ordio-blue:#4d8ef3;--ordio-blue-dark:#3b82f6;--ordio-blue-light:#eff6ff;--bg-page:#fbfbfb;--bg-card:#fff;--text-primary:#1f2937;--text-secondary:#6b7280;--text-muted:#9ca3af;--border-color:#e5e7eb;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--blog-content-width-mobile:100%;--blog-content-width-tablet:90%;--blog-content-width-desktop:80rem;--blog-reading-width:43.75rem;--blog-body-font-size:1.125rem;--blog-body-line-height:1.75;--blog-paragraph-spacing:1.75rem;--blog-h1-size:2.5rem;--blog-h2-size:2rem;--blog-h3-size:1.5rem;--blog-h4-size:1.25rem;--blog-h5-size:1.125rem;--blog-h6-size:1rem;--blog-spacing-xs:0.5rem;--blog-spacing-sm:0.75rem;--blog-spacing-md:1rem;--blog-spacing-lg:1.5rem;--blog-spacing-xl:2rem;--blog-spacing-2xl:2.5rem;--blog-spacing-3xl:3rem}body.blog-page{background-color:var(--bg-page)}[x-cloak]{display:none!important}.post-card{animation:none;background-color:#fff;border-radius:.75rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;height:100%;opacity:1;overflow:hidden;transform:none;transition:box-shadow .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.post-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}@media (prefers-reduced-motion:reduce){.post-card{transition:none}.post-card:hover{transform:none}}.post-card-link{display:block;display:flex;flex-direction:column;height:100%}.post-card-link,.post-card-link:hover{color:var(--text-primary);text-decoration:none}.post-card-image-wrapper{aspect-ratio:16/9;background-color:#f3f4f6;overflow:hidden;position:relative;width:100%}.post-card-image{height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.post-card-link:hover .post-card-image{transform:scale(1.05)}.post-card-content{display:flex;flex:1;flex-direction:column;padding:1.5rem}.post-card-category{align-self:flex-start;border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;padding:.25rem .75rem;text-transform:uppercase}.post-card-category,.post-card-category--lexikon{background-color:var(--ordio-blue-light);color:var(--ordio-blue)}.post-card-category--ratgeber{background-color:#d1fae5;color:#059669}.post-card-category--inside-ordio{background-color:#f3f4f6;color:#6b7280}.post-card-category--dienstplan,.post-card-category--zeiterfassung{background-color:#fee2e2;color:#dc2626;font-weight:700}.post-card-title{color:var(--text-primary);font-size:1.25rem;font-weight:700;line-height:1.4;margin-bottom:.75rem;min-height:3.5rem;-webkit-line-clamp:2;line-clamp:2}.post-card-excerpt,.post-card-title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.post-card-excerpt{color:var(--text-secondary);flex-grow:1;font-size:.875rem;line-height:1.6;margin-bottom:1rem;-webkit-line-clamp:3;line-clamp:3;min-height:4.2rem}.post-card-date{align-items:center;color:var(--text-muted);display:inline-flex;font-size:.75rem;gap:.375rem;margin-top:auto}.post-card-date-icon{flex-shrink:0;height:.875rem;opacity:.7;width:.875rem}.post-card-date-text{line-height:1}.post-card-dates{margin-top:auto}.post-card-updated-date{align-items:center;color:var(--text-secondary);display:inline-flex;font-size:.75rem;gap:.375rem}.post-card-updated-icon{flex-shrink:0;height:.875rem;opacity:.7;width:.875rem}.post-card-updated-text{color:var(--text-secondary);line-height:1}.post-card--compact{height:auto}.post-card--compact .post-card-content{padding:1rem}.post-card--compact .post-card-title{font-size:1.125rem;min-height:auto}.post-card--compact .post-card-excerpt{display:none}.featured-posts-hero{margin-bottom:3rem}@media (min-width:640px){.featured-posts-hero{margin-bottom:4rem}}.featured-post-card{background-color:#fff;border-radius:.75rem;box-shadow:var(--shadow-md);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.featured-post-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.featured-post-image-wrapper{aspect-ratio:16/9;background-color:#f3f4f6;overflow:hidden;position:relative;width:100%}.featured-post-image{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.featured-post-card:hover .featured-post-image{transform:scale(1.08)}.featured-post-content{padding:2rem}@media (min-width:640px){.featured-post-content{padding:2.5rem}}.featured-post-category{background-color:var(--ordio-blue-light);border-radius:9999px;color:var(--ordio-blue);display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;padding:.375rem 1rem;text-transform:uppercase}.featured-post-title{color:var(--text-primary);font-size:1.875rem;font-weight:700;line-height:1.2;margin-bottom:1rem}@media (min-width:640px){.featured-post-title{font-size:2.25rem}}.featured-post-excerpt{color:var(--text-secondary);font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem}.featured-post-meta{align-items:center;color:var(--text-muted);display:flex;font-size:.875rem;gap:1rem}.featured-post-cta{align-items:center;background-color:var(--ordio-blue);border-radius:.5rem;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s}.featured-post-cta:hover{background-color:var(--ordio-blue-dark)}.post-header{margin-bottom:1.5rem;margin-top:3rem;padding-left:0;padding-right:0;width:100%}@media (min-width:640px){.post-header{margin-bottom:2rem;margin-top:4rem}}@media (min-width:1024px){.post-header{margin-bottom:2rem;margin-top:5rem}}.post-header-image-wrapper{aspect-ratio:16/9;background-color:#f3f4f6;border-radius:.75rem;box-shadow:var(--shadow-lg);margin-bottom:0;margin-top:3rem;max-width:100%;overflow:hidden;position:relative;width:100%}@media (min-width:1024px){.post-header-image-wrapper{border-radius:1rem;margin-top:4rem}}.post-header-image{display:block;height:100%;object-fit:cover;width:100%}.post-header-content{display:flex;flex-direction:column;gap:1rem;max-width:100%;padding-left:0;padding-right:0;width:100%}@media (min-width:1024px){.post-header-content{margin-left:0;margin-right:0;max-width:100%;padding-left:0;padding-right:0}}.post-header-category{margin-bottom:1rem}.post-header-category-link{background-color:#f3f4f6;color:#374151}.post-header-category-link:hover{background-color:#e5e7eb}.post-header-category-link.post-header-category--lexikon{background-color:var(--ordio-blue-light);color:var(--ordio-blue)}.post-header-category-link.post-header-category--lexikon:hover{background-color:#dbeafe}.post-header-category-link.post-header-category--ratgeber{background-color:#d1fae5;color:#059669}.post-header-category-link.post-header-category--ratgeber:hover{background-color:#a7f3d0}.post-header-category-link.post-header-category--inside-ordio{background-color:#f3f4f6;color:#6b7280}.post-header-category-link.post-header-category--inside-ordio:hover{background-color:#e5e7eb}.post-header-category-link.post-header-category--dienstplan,.post-header-category-link.post-header-category--zeiterfassung{background-color:#fee2e2;color:#dc2626;font-weight:700}.post-header-category-link.post-header-category--dienstplan:hover,.post-header-category-link.post-header-category--zeiterfassung:hover{background-color:#fecaca}.post-header-title{color:var(--text-primary);font-family:Gilroy Bold,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;overflow-wrap:break-word;word-break:break-word}@media (min-width:640px){.post-header-title{font-size:3.5rem}}@media (min-width:1024px){.post-header-title{font-size:4rem}}.post-header-title .title-keyword{color:var(--ordio-blue);font-weight:inherit}.post-header-meta{flex-wrap:wrap;font-size:.9375rem;gap:1.5rem}.post-header-date,.post-header-meta{align-items:center;color:var(--text-secondary);display:flex}.post-header-date{gap:.5rem}.post-header-date svg{color:var(--text-muted);flex-shrink:0}.post-header-updated-date{align-items:center;color:var(--text-secondary);display:flex;gap:.5rem}.post-header-updated-date svg{color:var(--text-muted);flex-shrink:0}.post-header-author{align-items:center;color:var(--text-primary);display:flex;gap:.25rem}.post-header-author a{color:var(--text-primary);text-decoration:none;transition:color .2s}.post-header-author a:hover{color:var(--ordio-blue)}.post-header-reading-time{align-items:center;color:var(--text-muted);display:flex;gap:.5rem}.post-header-reading-time svg{color:var(--text-muted);flex-shrink:0}.blog-post-content-wrapper{background:none;border:none;box-shadow:none;margin-left:0;margin-right:0;max-width:100%;padding-left:0;padding-right:0;width:100%}@media (min-width:1024px){.blog-post-content-wrapper{margin-left:auto;margin-right:auto;max-width:var(--blog-reading-width);overflow-x:visible;padding-left:0;padding-right:0}}.post-content{background:none;border:none;box-shadow:none;margin-bottom:2rem;margin-top:1.5rem;overflow-x:visible;padding:0}@media (min-width:640px){.post-content{margin-bottom:3rem;margin-top:2rem}}.post-content-inner{color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--blog-body-font-size);line-height:var(--blog-body-line-height);max-width:100%;text-rendering:optimizeLegibility;width:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:none;border:none;box-shadow:none;margin:0;overflow-x:hidden;padding:0}@media (min-width:1024px){.post-content-inner{overflow-x:visible}}.post-content-inner h1,.post-content-inner h2,.post-content-inner h3,.post-content-inner h4,.post-content-inner h5,.post-content-inner h6{color:var(--text-primary);font-family:Gilroy Bold,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:1.2;margin-bottom:0;margin-top:0;overflow-wrap:break-word;page-break-after:avoid;word-break:break-word}.post-content-inner h1{font-size:var(--blog-h1-size);line-height:1.2;margin-bottom:var(--blog-spacing-lg);margin-top:var(--blog-spacing-3xl)}@media (min-width:640px){.post-content-inner h1{font-size:2.75rem;margin-bottom:1.75rem;margin-top:3.5rem}}.post-content-inner h2{font-size:var(--blog-h2-size);line-height:1.25;margin-bottom:var(--blog-spacing-lg);margin-top:var(--blog-spacing-3xl)}@media (min-width:640px){.post-content-inner h2{font-size:2.25rem;margin-bottom:1.75rem;margin-top:3.5rem}}.post-content-inner h3{font-size:var(--blog-h3-size);line-height:1.3;margin-bottom:var(--blog-spacing-md);margin-top:var(--blog-spacing-2xl)}@media (min-width:640px){.post-content-inner h3{font-size:1.75rem;margin-bottom:1.25rem;margin-top:2.75rem}}.post-content-inner h4{font-size:var(--blog-h4-size);font-weight:600;line-height:1.35;margin-bottom:var(--blog-spacing-md);margin-top:var(--blog-spacing-xl)}@media (min-width:640px){.post-content-inner h4{font-size:1.375rem;margin-bottom:1rem;margin-top:2.5rem}}.post-content-inner h5{color:var(--text-primary);font-size:var(--blog-h5-size);font-weight:600;line-height:1.4;margin-bottom:var(--blog-spacing-sm);margin-top:var(--blog-spacing-xl)}@media (min-width:640px){.post-content-inner h5{font-size:1.25rem;margin-bottom:.875rem;margin-top:2rem}}.post-content-inner h6{color:var(--text-secondary);font-size:var(--blog-h6-size);font-weight:600;letter-spacing:.05em;line-height:1.45;margin-bottom:var(--blog-spacing-sm);margin-top:var(--blog-spacing-lg);text-transform:uppercase}@media (min-width:640px){.post-content-inner h6{font-size:1.125rem;margin-bottom:.75rem;margin-top:1.75rem}}.post-content-inner>h1:first-child,.post-content-inner>h2:first-child,.post-content-inner>h3:first-child,.post-content-inner>h4:first-child,.post-content-inner>h5:first-child,.post-content-inner>h6:first-child{margin-top:0}.post-content-inner h1 a,.post-content-inner h2 a,.post-content-inner h3 a,.post-content-inner h4 a,.post-content-inner h5 a,.post-content-inner h6 a{color:inherit;transition:color .2s}.post-content-inner h1 a:hover,.post-content-inner h2 a:hover,.post-content-inner h3 a:hover,.post-content-inner h4 a:hover,.post-content-inner h5 a:hover,.post-content-inner h6 a:hover{color:var(--ordio-blue)}.post-content-inner h1 a:focus,.post-content-inner h2 a:focus,.post-content-inner h3 a:focus,.post-content-inner h4 a:focus,.post-content-inner h5 a:focus,.post-content-inner h6 a:focus{border-radius:.25rem;outline:2px solid var(--ordio-blue);outline-offset:2px}.post-content-inner p{color:var(--text-primary);line-height:var(--blog-body-line-height);margin-bottom:var(--blog-paragraph-spacing)}.post-content-inner h1+p,.post-content-inner h2+p,.post-content-inner h3+p,.post-content-inner h4+p,.post-content-inner h5+p,.post-content-inner h6+p{margin-top:0}.post-content-inner p:last-child{margin-bottom:0}.post-content-inner li>p{margin-bottom:var(--blog-spacing-sm)}.post-content-inner ol,.post-content-inner ul{line-height:var(--blog-body-line-height);margin-bottom:var(--blog-paragraph-spacing);margin-left:0;margin-top:var(--blog-spacing-lg);padding-left:1.75rem}.post-content-inner h1+ol,.post-content-inner h1+ul,.post-content-inner h2+ol,.post-content-inner h2+ul,.post-content-inner h3+ol,.post-content-inner h3+ul,.post-content-inner h4+ol,.post-content-inner h4+ul{margin-top:var(--blog-spacing-md)}.post-content-inner li{color:var(--text-primary);line-height:var(--blog-body-line-height);margin-bottom:var(--blog-spacing-md);padding-left:.5rem}.post-content-inner li:last-child{margin-bottom:0}.post-content-inner ol ol,.post-content-inner ol ul,.post-content-inner ul ol,.post-content-inner ul ul{margin-bottom:var(--blog-spacing-sm);margin-left:1.5rem;margin-top:var(--blog-spacing-sm);padding-left:1rem}.post-content-inner ul{list-style-position:outside;list-style-type:disc;list-style-color:var(--ordio-blue)}.post-content-inner ul li::marker{color:var(--ordio-blue);font-weight:700}.post-content-inner ul ul{list-style-type:circle;list-style-color:var(--ordio-blue)}.post-content-inner ul ul li::marker{color:var(--ordio-blue);font-weight:600}.post-content-inner ul ul ul{list-style-type:square;list-style-color:var(--ordio-blue)}.post-content-inner ul ul ul li::marker{color:var(--ordio-blue);font-weight:500}.post-content-inner ol{list-style-position:outside;list-style-type:decimal;list-style-color:var(--ordio-blue)}.post-content-inner ol li::marker{color:var(--ordio-blue);font-weight:700}.post-content-inner ol ol{list-style-type:lower-alpha;list-style-color:var(--ordio-blue)}.post-content-inner ol ol li::marker{color:var(--ordio-blue);font-weight:600}.post-content-inner ol ol ol{list-style-type:lower-roman;list-style-color:var(--ordio-blue)}.post-content-inner ol ol ol li::marker{color:var(--ordio-blue);font-weight:600}.post-content-inner li>p:first-child{margin-top:0}.post-content-inner li>p:last-child{margin-bottom:0}.post-content-inner li>ol,.post-content-inner li>ul{margin-bottom:var(--blog-spacing-sm);margin-top:var(--blog-spacing-sm)}.post-content-inner li>h1,.post-content-inner li>h2,.post-content-inner li>h3,.post-content-inner li>h4,.post-content-inner li>h5,.post-content-inner li>h6{margin-bottom:var(--blog-spacing-sm);margin-top:var(--blog-spacing-md)}.post-content-inner li>h1:first-child,.post-content-inner li>h2:first-child,.post-content-inner li>h3:first-child,.post-content-inner li>h4:first-child,.post-content-inner li>h5:first-child,.post-content-inner li>h6:first-child{margin-top:0}.post-content-inner a{color:var(--ordio-blue);text-decoration:underline;text-decoration-color:rgba(77,142,243,.3);text-decoration-thickness:1.5px;text-underline-offset:.2em;transition:color .2s ease,text-decoration-color .2s ease}.post-content-inner a.bg-ordio-blue{color:#fff!important;text-decoration:none!important;text-decoration-color:transparent!important;text-decoration-thickness:0!important;text-underline-offset:0!important}.post-content-inner a:hover{color:var(--ordio-blue-dark);text-decoration-color:var(--ordio-blue-dark)}.post-content-inner a.bg-ordio-blue:hover{color:#fff!important;text-decoration:none!important;text-decoration-color:transparent!important}.post-content-inner a:focus{border-radius:.25rem;outline:2px solid var(--ordio-blue);outline-offset:2px;text-decoration:none}.post-content-inner a:focus:hover{text-decoration:underline}.post-content-inner h1 a,.post-content-inner h2 a,.post-content-inner h3 a,.post-content-inner h4 a,.post-content-inner h5 a,.post-content-inner h6 a{text-decoration:none}.post-content-inner h1 a:hover,.post-content-inner h2 a:hover,.post-content-inner h3 a:hover,.post-content-inner h4 a:hover,.post-content-inner h5 a:hover,.post-content-inner h6 a:hover{text-decoration:underline}.post-content-inner img{display:block;height:auto;margin-bottom:var(--blog-spacing-2xl);margin-left:auto;margin-right:auto;margin-top:var(--blog-spacing-2xl);max-width:100%;width:auto}.post-content-inner h1+img,.post-content-inner h2+img,.post-content-inner h3+img,.post-content-inner h4+img{margin-top:var(--blog-spacing-lg)}.post-content-inner p img{margin-bottom:var(--blog-spacing-md);margin-top:var(--blog-spacing-md)}.post-content-inner figure{margin-bottom:var(--blog-spacing-2xl);margin-left:0;margin-right:0;margin-top:var(--blog-spacing-2xl)}.post-content-inner figure img{margin:0;width:100%}.post-content-inner figcaption{color:var(--text-secondary);font-size:.9375rem;font-style:italic;line-height:1.6;margin-top:var(--blog-spacing-sm);text-align:center}.post-content-inner img[srcset]{height:auto;width:100%}.post-content-inner li img{margin-bottom:var(--blog-spacing-sm);margin-top:var(--blog-spacing-sm)}.blog-image-lightbox-trigger{cursor:pointer;display:inline-block;max-width:100%;transition:transform .2s ease,opacity .2s ease;width:100%}.blog-image-lightbox-trigger:hover{opacity:.95}.blog-image-lightbox-trigger:focus{border-radius:0;outline:2px solid var(--ordio-blue);outline-offset:4px}.blog-image-lightbox-trigger img{border-radius:0;box-shadow:none;display:block;height:auto;margin:0;max-width:100%;transition:transform .2s ease;width:100%}.blog-image-lightbox-trigger:hover img{transform:scale(1.01)}.blog-image-lightbox-trigger:active img{transform:scale(.99)}.blog-image-lightbox-modal{z-index:9999}.blog-image-lightbox-modal[x-cloak]{display:none!important}.blog-image-lightbox-close{backdrop-filter:blur(4px);background-color:rgba(0,0,0,.5);z-index:10000}.blog-image-lightbox-close:hover{background-color:rgba(0,0,0,.7)}.blog-image-lightbox-close:focus{outline:2px solid #fff;outline-offset:2px}.blog-image-lightbox-container{z-index:9998}.blog-image-lightbox-image{border-radius:0;box-shadow:none;height:auto;max-height:90vh;max-width:100%;object-fit:contain;width:auto}@media (max-width:639px){.blog-image-lightbox-close{padding:.5rem;right:1rem;top:1rem}.blog-image-lightbox-close svg{height:1.5rem;width:1.5rem}.blog-image-lightbox-container{margin-left:1rem;margin-right:1rem}.blog-image-lightbox-image{max-height:85vh}}@media (min-width:640px) and (max-width:1023px){.blog-image-lightbox-container{margin-left:2rem;margin-right:2rem}}@media (max-width:639px){.post-content-inner figure,.post-content-inner img{margin-bottom:var(--blog-spacing-xl);margin-top:var(--blog-spacing-xl)}.post-content-inner figcaption{font-size:.875rem;padding:0 1rem}}.post-content-inner b,.post-content-inner strong{color:var(--text-primary);font-weight:700}.post-content-inner em,.post-content-inner i{color:var(--text-primary);font-style:italic}.post-content-inner b i,.post-content-inner em strong,.post-content-inner i b,.post-content-inner strong em{font-style:italic;font-weight:700}.post-content-inner mark{background-color:var(--ordio-blue-light);border-radius:.25rem;color:var(--text-primary);padding:.125rem .25rem}.post-content-inner small{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.post-content-inner sub,.post-content-inner sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}.post-content-inner sup{top:-.5em}.post-content-inner sub{bottom:-.25em}.post-content-inner .wp-block-embed,.post-content-inner figure.wp-block-embed{display:block;margin-bottom:2.5rem;margin-top:2.5rem;max-width:100%;overflow:hidden;position:relative;width:100%}.post-content-inner .wp-block-embed__wrapper{display:block;max-width:100%;overflow:hidden;position:relative;width:100%}.post-content-inner iframe{border:0;display:block;max-width:100%;overflow:hidden;width:100%}.post-content-inner .wp-block-embed iframe,.post-content-inner .wp-block-embed__wrapper iframe,.post-content-inner figure.wp-block-embed iframe{border:0;height:100%!important;left:0;position:absolute;top:0;width:100%!important}.post-content-inner div[style*=padding-bottom]:not(.embed-breakout-wrapper):not(.embed-breakout-wrapper>div){height:0;max-width:100%;overflow:hidden;position:relative;width:100%}@media (min-width:1024px){.blog-post-content-wrapper .post-content .post-content-inner div[style*=padding-bottom]:not(.embed-breakout-wrapper):not(.embed-breakout-wrapper>div),.post-content-inner #ordioTextContent div[style*=padding-bottom]:not(.embed-breakout-wrapper):not(.embed-breakout-wrapper>div),.post-content-inner [class*="xl:p-12"] div[style*=padding-bottom]:not(.embed-breakout-wrapper):not(.embed-breakout-wrapper>div),.post-content-inner [class*=px-10] div[style*=padding-bottom]:not(.embed-breakout-wrapper):not(.embed-breakout-wrapper>div),.post-content-inner [class*=px-6] div[style*=padding-bottom]:not(.embed-breakout-wrapper):not(.embed-breakout-wrapper>div),.post-content-inner [id*=ordioTextContent] div[style*=padding-bottom]:not(.embed-breakout-wrapper):not(.embed-breakout-wrapper>div),.post-content-inner div[style*=padding-bottom]:not(.embed-breakout-wrapper):not(.embed-breakout-wrapper>div){height:0!important;margin-left:-306px!important;margin-right:-306px!important;max-width:1216px!important;overflow:visible!important;position:relative!important;width:calc(100% + 612px)!important}.blog-post-content-wrapper .post-content .post-content-inner div[style*=padding-bottom]:not(.embed-breakout-wrapper):not(.embed-breakout-wrapper>div) iframe,.post-content-inner #ordioTextContent div[style*=padding-bottom]:not(.embed-breakout-wrapper):not(.embed-breakout-wrapper>div) iframe,.post-content-inner [id*=ordioTextContent] div[style*=padding-bottom]:not(.embed-breakout-wrapper):not(.embed-breakout-wrapper>div) iframe,.post-content-inner div[style*=padding-bottom]:not(.embed-breakout-wrapper):not(.embed-breakout-wrapper>div) iframe{height:100%!important;left:0!important;position:absolute!important;top:0!important;width:100%!important}.post-content-inner #ordioTextContent,.post-content-inner [class*="xl:p-12"],.post-content-inner [class*=px-10],.post-content-inner [class*=px-6],.post-content-inner [id*=ordioTextContent]{overflow-x:visible!important;padding-left:0!important;padding-right:0!important}}.post-content-inner div[style*=padding-bottom]:not(.embed-breakout-wrapper):not(.embed-breakout-wrapper>div) iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.post-content-inner .wp-block-embed.is-provider-youtube,.post-content-inner .wp-block-embed.wp-embed-aspect-16-9,.post-content-inner figure.wp-block-embed.is-provider-youtube,.post-content-inner figure.wp-block-embed.wp-embed-aspect-16-9{display:block;height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.post-content-inner .wp-block-embed.is-provider-youtube .wp-block-embed__wrapper,.post-content-inner .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.post-content-inner figure.wp-block-embed.is-provider-youtube .wp-block-embed__wrapper,.post-content-inner figure.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper{height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%}.post-content-inner .wp-block-embed.is-provider-youtube iframe,.post-content-inner .wp-block-embed.wp-embed-aspect-16-9 iframe,.post-content-inner figure.wp-block-embed.is-provider-youtube iframe,.post-content-inner figure.wp-block-embed.wp-embed-aspect-16-9 iframe{border:0;height:100%!important;left:0;max-height:100%;max-width:100%;position:absolute;top:0;width:100%!important}.post-content-inner .wp-block-embed.wp-embed-aspect-4-3,.post-content-inner figure.wp-block-embed.wp-embed-aspect-4-3{display:block;height:0;overflow:hidden;padding-bottom:75%;position:relative;width:100%}.post-content-inner .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.post-content-inner figure.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper{height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%}.post-content-inner .wp-block-embed.wp-embed-aspect-4-3 iframe,.post-content-inner figure.wp-block-embed.wp-embed-aspect-4-3 iframe{border:0;height:100%!important;left:0;max-height:100%;max-width:100%;position:absolute;top:0;width:100%!important}.post-content-inner script.podigee-podcast-player{display:block;margin-bottom:2.5rem;margin-top:2.5rem;width:100%}.post-content-inner video{height:auto}.post-content-inner video,.post-content-inner>iframe{border-radius:.5rem;box-shadow:var(--shadow-md);display:block;margin-bottom:2.5rem;margin-top:2.5rem;max-width:100%;width:100%}@media (max-width:639px){.post-content-inner .wp-block-embed,.post-content-inner .wp-block-embed__wrapper,.post-content-inner figure.wp-block-embed,.post-content-inner iframe,.post-content-inner video{margin-bottom:2rem;margin-top:2rem}.post-content-inner .wp-block-embed,.post-content-inner iframe,.post-content-inner video{max-width:100%;width:100%}.post-content-inner div[style*=padding-bottom]{margin-left:0;margin-right:0;max-width:100%;min-height:300px;width:100%}}@media (min-width:1024px){.post-content-inner .wp-block-embed,.post-content-inner iframe,.post-content-inner video{max-width:100%}}.post-content-inner .flex,.post-content-inner [class*=flex]{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.post-content-inner .flex img,.post-content-inner [class*=flex] img{flex-shrink:1;height:auto;max-width:100%;min-width:0;width:auto}.post-content-inner .grid,.post-content-inner [class*=grid]{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.post-content-inner .grid img,.post-content-inner [class*=grid] img{height:auto;max-width:100%;width:auto}@media (max-width:1023px){.post-content-inner .flex{flex-direction:column;gap:var(--blog-spacing-lg)}.post-content-inner .flex img{max-width:100%;width:100%}}.post-content-inner>:not(table):not(.embed-breakout-wrapper):not(div[style*=padding-bottom]){max-width:100%;overflow-x:auto}.post-content-inner :not(table):not(.embed-breakout-wrapper):not(div[style*=padding-bottom]){box-sizing:border-box;max-width:100%}.post-content-inner blockquote{background-color:var(--ordio-blue-light);border-left:4px solid var(--ordio-blue);border-radius:0 .5rem .5rem 0;color:var(--text-secondary);font-size:1.25rem;font-style:italic;line-height:1.7;margin-bottom:var(--blog-spacing-2xl);margin-left:0;margin-right:0;margin-top:var(--blog-spacing-2xl);padding:1.25rem 1.5rem 1.25rem 1.75rem;position:relative}.post-content-inner h1+blockquote,.post-content-inner h2+blockquote,.post-content-inner h3+blockquote{margin-top:var(--blog-spacing-lg)}.post-content-inner blockquote p{color:inherit;margin-bottom:var(--blog-spacing-md)}.post-content-inner blockquote p:last-child{margin-bottom:0}.post-content-inner blockquote cite,.post-content-inner blockquote footer{color:var(--text-muted);display:block;font-size:.9375rem;font-style:normal;margin-top:var(--blog-spacing-md)}.post-content-inner blockquote cite:before,.post-content-inner blockquote footer:before{content:"— "}.post-content-inner blockquote blockquote{background-color:rgba(239,246,255,.5);border-left-color:var(--ordio-blue-dark);margin-left:1rem;margin-right:1rem}.post-content-inner code{background-color:var(--ordio-blue-light);border:1px solid var(--ordio-blue);border-radius:.375rem;color:var(--text-primary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9375rem;font-weight:500;line-height:1.5;padding:.2rem .5rem}.post-content-inner pre{background-color:#1f2937;border:2px solid var(--ordio-blue);border-radius:.5rem;box-shadow:var(--shadow-md);color:#f9fafb;line-height:1.6;margin-bottom:var(--blog-spacing-2xl);margin-top:var(--blog-spacing-2xl);overflow-x:auto;padding:1.5rem;-webkit-overflow-scrolling:touch;scrollbar-color:var(--ordio-blue) #1f2937;scrollbar-width:thin}.post-content-inner pre::-webkit-scrollbar{height:8px}.post-content-inner pre::-webkit-scrollbar-track{background:#1f2937;border-radius:.5rem}.post-content-inner pre::-webkit-scrollbar-thumb{background:var(--ordio-blue);border-radius:.5rem}.post-content-inner pre::-webkit-scrollbar-thumb:hover{background:var(--ordio-blue-dark)}.post-content-inner pre code{background-color:transparent;border:none;color:#f9fafb;display:block;font-size:.9375rem;font-weight:400;overflow-wrap:normal;padding:0;white-space:pre;word-wrap:normal}.post-content-inner h1+pre,.post-content-inner h2+pre,.post-content-inner h3+pre{margin-top:var(--blog-spacing-lg)}.post-content-inner h1 code,.post-content-inner h2 code,.post-content-inner h3 code,.post-content-inner h4 code,.post-content-inner h5 code,.post-content-inner h6 code{background-color:rgba(243,244,246,.5);border-color:rgba(229,231,235,.5);font-size:.85em}.post-content-inner table:not(.table-breakout-wrapper table),.table-breakout-wrapper table{border-collapse:separate;border-radius:.75rem;border-spacing:0;box-shadow:var(--shadow-md);margin-bottom:2.5rem;margin-top:2.5rem;max-width:100%;overflow:hidden;width:fit-content}.post-content-inner thead,.table-breakout-wrapper thead{background-color:var(--ordio-blue)}.post-content-inner th,.table-breakout-wrapper th{border:1px solid var(--ordio-blue);color:#fff;font-weight:600;padding:1rem;text-align:left}.post-content-inner thead tr:first-child th:first-child,.table-breakout-wrapper thead tr:first-child th:first-child{border-top-left-radius:.75rem}.post-content-inner thead tr:first-child th:last-child,.table-breakout-wrapper thead tr:first-child th:last-child{border-top-right-radius:.75rem}.post-content-inner td,.table-breakout-wrapper td{border:1px solid var(--ordio-blue);color:var(--text-primary);padding:.875rem 1rem}.post-content-inner tbody tr:hover,.table-breakout-wrapper tbody tr:hover{background-color:#f9fafb}.post-content-inner tbody tr:last-child td:first-child,.table-breakout-wrapper tbody tr:last-child td:first-child{border-bottom-left-radius:.75rem}.post-content-inner tbody tr:last-child td:last-child,.table-breakout-wrapper tbody tr:last-child td:last-child{border-bottom-right-radius:.75rem}.post-content-inner tbody tr:last-child td,.table-breakout-wrapper tbody tr:last-child td{border-bottom:1px solid var(--ordio-blue)}@media (min-width:1024px){.embed-breakout-wrapper,.table-breakout-wrapper{display:block;left:50%;max-width:1216px!important;overflow:visible;position:relative;transform:translateX(-50%);width:100vw}.embed-breakout-wrapper{margin-bottom:var(--blog-spacing-2xl)!important;margin-top:var(--blog-spacing-2xl)!important}.embed-breakout-wrapper>div{height:0!important;margin:0!important;max-width:100%!important;overflow:hidden!important;position:relative!important;width:100%!important}.embed-breakout-wrapper iframe{border:none!important;border-radius:.75rem;box-shadow:var(--shadow-lg);height:100%!important;left:0!important;position:absolute!important;top:0!important;width:100%!important}.embed-breakout-wrapper>div[style*=padding-bottom],.table-breakout-wrapper table{margin-left:0!important;margin-right:0!important;max-width:100%!important;width:100%!important}.table-breakout-wrapper table{margin-bottom:2.5rem!important}#ordioTextContent,.blog-post-content-wrapper,.post-content,.post-content-inner,.post-content-inner #ordioTextContent,.post-content-inner>div,.post-content-inner>div>div{overflow-x:visible!important;overflow-y:visible!important}.max-w-7xl.mx-auto,div.max-w-7xl.mx-auto.px-4,div.max-w-7xl.mx-auto.px-6,div.max-w-7xl.mx-auto.px-8,main>div.max-w-7xl{overflow-x:visible!important}body,main{overflow-x:visible}}@media (max-width:1023px){.table-breakout-wrapper{margin-left:0;margin-right:0;max-width:100%;width:100%}.embed-breakout-wrapper{left:0!important;margin-bottom:var(--blog-spacing-xl)!important;margin-left:0!important;margin-right:0!important;margin-top:var(--blog-spacing-xl)!important;max-width:100%!important;transform:none!important;width:100%!important}.post-content-inner * table,.post-content-inner table,.table-breakout-wrapper table{display:block;margin-left:0;margin-right:0;max-width:100%;overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.post-content-inner table thead{display:table-header-group}.post-content-inner table tbody{display:table-row-group}.post-content-inner table tr{display:table-row}.post-content-inner table td,.post-content-inner table th{display:table-cell}}@media (max-width:639px){.post-content-inner table{font-size:.875rem;margin-bottom:2rem;margin-top:2rem}.post-content-inner td,.post-content-inner th{padding:.75rem .5rem;white-space:nowrap}.post-content-inner h1{font-size:2rem;margin-bottom:1.25rem;margin-top:2.5rem}.post-content-inner h2{font-size:1.75rem;margin-bottom:1.25rem;margin-top:2.5rem}.post-content-inner h3{font-size:1.375rem;margin-bottom:1rem;margin-top:2rem}.post-content-inner h4{font-size:1.125rem;margin-bottom:.875rem;margin-top:1.75rem}.post-content-inner h5{font-size:1rem;margin-bottom:.75rem;margin-top:1.5rem}.post-content-inner h6{font-size:.9375rem;margin-bottom:.625rem;margin-top:1.25rem}.post-content-inner p{margin-bottom:1.5rem}.post-content-inner ol,.post-content-inner ul{margin-bottom:1.5rem;margin-top:1.25rem;padding-left:1.5rem}.post-content-inner li{margin-bottom:.875rem;padding-left:.375rem}.post-content-inner blockquote{font-size:1.125rem;margin-bottom:2rem;margin-top:2rem;padding-left:1.25rem;padding-right:1rem}.post-content-inner pre{font-size:.875rem;margin-bottom:2rem;margin-top:2rem;padding:1.25rem}.post-content-inner pre code{font-size:.875rem}.post-content-inner code{font-size:.875rem;padding:.15rem .375rem}}@media (prefers-reduced-motion:reduce){.post-content-inner a,.post-content-inner h1 a,.post-content-inner h2 a,.post-content-inner h3 a,.post-content-inner h4 a,.post-content-inner h5 a,.post-content-inner h6 a{transition:none}}@media (prefers-contrast:high){.post-content-inner a{text-decoration-thickness:2px}.post-content-inner code{border-width:2px}.post-content-inner blockquote{border-left-width:6px}}@media print{.post-content-inner{font-size:12pt;line-height:1.6}.post-content-inner h1,.post-content-inner h2,.post-content-inner h3,.post-content-inner h4,.post-content-inner h5,.post-content-inner h6{page-break-after:avoid;page-break-inside:avoid}.post-content-inner blockquote,.post-content-inner pre{page-break-inside:avoid}.post-content-inner a{color:#000;text-decoration:underline}.post-content-inner a[href^=http]:after{color:#666;content:" (" attr(href) ")";font-size:.9em}}.category-nav{margin-bottom:2.5rem}@media (min-width:640px){.category-nav{margin-bottom:3rem}}.category-nav--tabs{border-bottom:1px solid var(--border-color)}.category-nav-tabs{display:flex;flex-wrap:wrap;gap:.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}@media (min-width:640px){.category-nav-tabs{gap:1rem}}.category-nav-tabs::-webkit-scrollbar{display:none}.category-nav-link{align-items:center;border-bottom:2px solid transparent;color:var(--text-secondary);display:inline-flex;font-size:.875rem;font-weight:500;min-height:44px;padding:.75rem 1rem;transition:all .2s;white-space:nowrap}.category-nav-link:hover{border-color:var(--border-color);color:var(--text-primary)}.category-nav-link[aria-current=page]{border-color:var(--ordio-blue);color:var(--ordio-blue);font-weight:600}.post-count{font-size:.75rem;font-weight:400;margin-left:.5rem;opacity:.75}.category-nav--links .category-nav-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.category-nav--links .category-nav-link{align-items:center;background-color:#f3f4f6;border:none;border-radius:.5rem;color:var(--text-primary);display:inline-flex;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:background-color .2s}.category-nav--links .category-nav-link:hover{background-color:#e5e7eb}.category-nav--links .category-nav-link[aria-current=page]{background-color:var(--ordio-blue);color:#fff}.category-nav--links .category-nav-link[aria-current=page]:hover{background-color:var(--ordio-blue-dark)}.pagination{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem;margin-top:3rem}@media (min-width:640px){.pagination{gap:.75rem;margin-top:4rem}}.pagination-link{align-items:center;background-color:#fff;border:1px solid var(--border-color);border-radius:.5rem;color:var(--text-primary);display:inline-flex;font-size:.875rem;font-weight:500;justify-content:center;min-height:40px;min-width:40px;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.pagination-link:hover:not([aria-disabled=true]){background-color:var(--ordio-blue-light);border-color:var(--ordio-blue);color:var(--ordio-blue);transform:translateY(-1px)}.pagination-link[aria-disabled=true]{background-color:#f9fafb;border-color:var(--border-color);color:var(--text-muted);cursor:not-allowed;opacity:.5}.pagination-numbers{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.pagination-current{background-color:var(--ordio-blue);border:1px solid var(--ordio-blue);border-radius:.5rem;color:#fff;font-size:.875rem;font-weight:600;justify-content:center;min-width:40px;padding:.5rem 1rem}.pagination-current,.pagination-ellipsis{align-items:center;display:inline-flex;min-height:40px}.pagination-ellipsis{color:#9ca3af;padding:0 .5rem}.pagination-text-desktop{display:none}@media (min-width:640px){.pagination-text-desktop{display:inline}.pagination-text-mobile{display:none}}.pagination-text-mobile{display:inline}@media (min-width:640px){.pagination-text-mobile{display:none}}@media (max-width:640px){.pagination{gap:.5rem;margin-bottom:1.5rem;margin-top:2rem}.pagination-numbers{gap:.25rem;max-width:100%;overflow:hidden}.pagination-current,.pagination-link{font-size:.875rem;margin:0 .125rem;min-height:44px;min-width:44px;padding:.625rem}.pagination-ellipsis{align-items:center;display:inline-flex;min-height:44px;padding:0 .5rem}@media (max-width:375px){.pagination{flex-wrap:wrap}.pagination-numbers{flex-wrap:wrap;justify-content:center}}}.breadcrumbs{margin-bottom:2rem}@media (min-width:640px){.breadcrumbs{margin-bottom:2.5rem}}.breadcrumbs-list{color:var(--text-secondary);flex-wrap:wrap;font-size:.875rem;gap:.5rem}.breadcrumbs-item,.breadcrumbs-list{align-items:center;display:flex}.breadcrumbs-link{color:var(--text-secondary);text-decoration:none;transition:color .2s}.breadcrumbs-link:hover{color:var(--ordio-blue)}.breadcrumbs-link[aria-current=page]{color:var(--text-primary);font-weight:500}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.related-posts{margin:4rem auto 3rem;max-width:80rem;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.related-posts{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.related-posts{padding-left:2rem;padding-right:2rem}}@media (min-width:640px){.related-posts{margin-top:5rem}}.related-posts-title{color:var(--text-primary);font-size:1.875rem;font-weight:700;margin-bottom:2.5rem}@media (min-width:640px){.related-posts-title{font-size:2.25rem}}.related-posts-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:640px){.related-posts-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.related-posts-grid{gap:2rem;grid-template-columns:repeat(3,1fr)}}.topic-hub-hero{margin-bottom:3rem}@media (min-width:640px){.topic-hub-hero{margin-bottom:4rem}}.topic-hub-hero-title{color:var(--text-primary);font-size:2.25rem;font-weight:700;margin-bottom:1rem}@media (min-width:640px){.topic-hub-hero-title{font-size:3rem}}@media (min-width:1024px){.topic-hub-hero-title{font-size:3.75rem}}.topic-hub-hero-description{color:var(--text-secondary);font-size:1.125rem;margin-bottom:1.5rem;max-width:48rem}@media (min-width:640px){.topic-hub-hero-description{font-size:1.25rem}}.topic-hub-hero-stats{color:var(--text-secondary);display:flex;flex-wrap:wrap;font-size:.875rem;gap:1.5rem}.topic-hub-hero-stat{align-items:center;display:flex;gap:.5rem}.blog-posts-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-bottom:3rem;opacity:1}.blog-posts-grid .post-card{animation:none!important;opacity:1!important;transform:none!important;visibility:visible!important}@media (min-width:768px){.blog-posts-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.blog-posts-grid{gap:2rem;grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.blog-posts-grid{gap:1.25rem}.post-card{min-height:auto}.pillar-hero-card{min-height:350px}.category-featured-content,.pillar-hero-content{padding:1.5rem}}.featured-posts-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-bottom:3rem}@media (min-width:1024px){.featured-posts-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}.pillar-hero-section{margin-bottom:4rem}.pillar-hero-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:1024px){.pillar-hero-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}.pillar-hero-card{background-color:var(--bg-card);border-radius:1rem;box-shadow:var(--shadow-md);height:100%;min-height:400px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.pillar-hero-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.pillar-hero-link{color:inherit;display:block;height:100%;outline:none;text-decoration:none}.pillar-hero-link:focus-visible{border-radius:1rem;outline:2px solid var(--ordio-blue);outline-offset:2px}.pillar-hero-image-wrapper{background:linear-gradient(135deg,var(--ordio-blue-light) 0,#e0e7ff 100%);height:250px;min-height:250px;overflow:hidden;position:relative;width:100%}@media (min-width:768px){.pillar-hero-image-wrapper{height:300px;min-height:300px}}.pillar-hero-image{height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.pillar-hero-card:hover .pillar-hero-image{transform:scale(1.05)}.pillar-hero-overlay{background:linear-gradient(0deg,rgba(0,0,0,.6) 0,transparent);bottom:0;height:60%;left:0;pointer-events:none;position:absolute;right:0}.pillar-hero-content{padding:2rem;position:relative;z-index:1}@media (min-width:768px){.pillar-hero-content{padding:2.5rem}}.pillar-hero-category{background-color:var(--ordio-blue-light);border-radius:.375rem;color:var(--ordio-blue);display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;padding:.375rem .75rem;text-transform:uppercase}.pillar-hero-title{color:var(--text-primary);font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:.75rem}@media (min-width:768px){.pillar-hero-title{font-size:1.75rem}}.pillar-hero-description{color:var(--text-secondary);font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.pillar-hero-cta{align-items:center;color:var(--ordio-blue);display:inline-flex;font-weight:600;gap:.5rem;transition:gap .3s ease}.pillar-hero-card:hover .pillar-hero-cta{gap:.75rem}.pillar-hero-cta-text{font-size:1rem}.pillar-hero-cta-icon{height:1.25rem;transition:transform .3s ease;width:1.25rem}.pillar-hero-card:hover .pillar-hero-cta-icon{transform:translateX(4px)}.pillar-hero-side-by-side-section{margin-bottom:4rem}.pillar-hero-side-by-side-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.pillar-hero-side-by-side-grid{gap:2rem;grid-template-columns:repeat(1,1fr)}}.pillar-hero-sidebyside{background-color:var(--bg-card);border-radius:1rem;box-shadow:var(--shadow-md);display:flex;flex-direction:column;margin-bottom:2rem;min-height:0;overflow:hidden;position:relative;transition:box-shadow .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.pillar-hero-sidebyside:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.pillar-hero-sidebyside-link{color:inherit;display:flex;flex-direction:column;height:100%;min-height:0;outline:none;text-decoration:none;width:100%}.pillar-hero-sidebyside-link:focus-visible{border-radius:1rem;outline:2px solid var(--ordio-blue);outline-offset:2px}.pillar-hero-sidebyside-content{display:flex;flex:1;flex-direction:column;gap:2rem;min-height:0;padding:2rem}@media (min-width:768px){.pillar-hero-sidebyside-content{align-items:stretch;flex-direction:row;gap:0;height:100%;padding:0}}.pillar-hero-sidebyside-text{display:flex;flex:1;flex-direction:column;min-width:0;padding:2rem}@media (min-width:768px){.pillar-hero-sidebyside-text{padding:3rem}}.pillar-hero-sidebyside-category{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;padding:.375rem .75rem;text-transform:uppercase;transition:background-color .2s ease;width:fit-content}.pillar-hero-sidebyside-category.post-header-category--dienstplan,.pillar-hero-sidebyside-category.post-header-category--zeiterfassung{background-color:#fee2e2;color:#dc2626;font-weight:700}.pillar-hero-sidebyside-category.post-header-category--dienstplan:hover,.pillar-hero-sidebyside-category.post-header-category--zeiterfassung:hover{background-color:#fecaca}.pillar-hero-sidebyside-title{color:var(--text-primary);font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.3;margin-bottom:1rem}@media (min-width:768px){.pillar-hero-sidebyside-title{font-size:2rem}}@media (min-width:1024px){.pillar-hero-sidebyside-title{font-size:2.25rem}}.pillar-hero-sidebyside-description{color:var(--text-secondary);flex-grow:1;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}@media (min-width:768px){.pillar-hero-sidebyside-description{font-size:1.125rem}}.pillar-hero-sidebyside-cta{align-items:center;color:var(--ordio-blue);display:inline-flex;font-weight:600;gap:.5rem;margin-top:auto;transition:gap .3s ease}.pillar-hero-sidebyside:hover .pillar-hero-sidebyside-cta{gap:.75rem}.pillar-hero-sidebyside-cta-text{font-size:1rem}.pillar-hero-sidebyside-cta-icon{height:1.25rem;transition:transform .3s ease;width:1.25rem}.pillar-hero-sidebyside:hover .pillar-hero-sidebyside-cta-icon{transform:translateX(4px)}.pillar-hero-sidebyside-visual{align-items:center;align-self:stretch;background:linear-gradient(135deg,var(--ordio-blue-light) 0,#e0e7ff 100%);border-radius:0;display:flex;flex:0 0 auto;height:250px;justify-content:center;margin:0;min-width:0;overflow:hidden;padding:0;position:relative;width:100%}@media (min-width:768px){.pillar-hero-sidebyside-visual{flex-shrink:0;height:100%;max-width:400px;min-height:300px;width:100%}}.pillar-hero-sidebyside--left .pillar-hero-sidebyside-text{order:1}.pillar-hero-sidebyside--left .pillar-hero-sidebyside-visual{border-bottom-right-radius:1rem;border-top-right-radius:1rem;order:2}.pillar-hero-sidebyside--right .pillar-hero-sidebyside-text{order:2}.pillar-hero-sidebyside--right .pillar-hero-sidebyside-visual{border-bottom-left-radius:1rem;border-top-left-radius:1rem;order:1}.pillar-visual-dienstplan{align-items:center;display:flex;height:100%;justify-content:center;margin:0 auto;transform:scale(.85);transform-origin:center;width:100%}@media (min-width:768px){.pillar-visual-dienstplan{transform:scale(.9)}}.pillar-visual-dienstplan>div{max-height:280px;max-width:100%;overflow:hidden;width:100%}@media (min-width:768px){.pillar-visual-dienstplan>div{max-height:320px}}.pillar-visual-zeiterfassung{align-items:center;display:flex;height:100%;justify-content:center;margin:0 auto;transform:scale(.85);transform-origin:center;width:100%}@media (min-width:768px){.pillar-visual-zeiterfassung{transform:scale(.9)}}.pillar-visual-zeiterfassung>div{max-width:100%;width:100%}.pillar-visual-time-display{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.5rem}.pillar-visual-time-text{color:var(--ordio-blue);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3rem;font-weight:700;letter-spacing:-.02em;line-height:1;margin-bottom:.5rem}@media (min-width:768px){.pillar-visual-time-text{font-size:3.5rem}}.pillar-visual-time-label{color:var(--text-secondary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}@media (min-width:768px){.pillar-visual-time-label{font-size:1rem}}.pillar-visual-status-indicator{align-items:center;background-color:#ebf2ff;border-radius:9999px;display:flex;gap:.5rem;padding:.5rem 1rem}.pillar-visual-status-dot{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background-color:var(--ordio-blue);border-radius:50%;height:.5rem;width:.5rem}.pillar-visual-status-text{color:var(--ordio-blue);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:500}@media (max-width:767px){.pillar-hero-sidebyside-content,.pillar-hero-sidebyside-text{padding:1.5rem}.pillar-hero-sidebyside-visual{border-radius:.5rem;max-width:100%}}.pillar-card-carousel{background-color:var(--bg-card);border-radius:.75rem;box-shadow:var(--shadow-md);display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.pillar-card-carousel:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.pillar-card-carousel-link{color:inherit;display:flex;flex-direction:column;height:100%;outline:none;text-decoration:none;width:100%}.pillar-card-carousel-link:focus-visible{border-radius:.75rem;outline:2px solid var(--ordio-blue);outline-offset:2px}.pillar-card-carousel-content{display:flex;flex:1;flex-direction:column;height:100%}.pillar-card-carousel-visual{align-items:center;background-color:#fbfbfb;display:flex;flex:0 0 auto;justify-content:center;min-height:200px;overflow:hidden;width:100%}.pillar-card-carousel-visual .pillar-visual-dienstplan,.pillar-card-carousel-visual .pillar-visual-zeiterfassung{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.pillar-card-carousel-visual .pillar-visual-dienstplan>div,.pillar-card-carousel-visual .pillar-visual-zeiterfassung>div{height:auto;max-width:100%;min-height:200px;width:100%}.pillar-card-carousel-text{display:flex;flex:1;flex-direction:column;min-width:0;padding:1.5rem}.pillar-card-carousel-category{align-self:flex-start;border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;padding:.375rem .75rem;text-transform:uppercase}.pillar-card-carousel-category.post-header-category--dienstplan,.pillar-card-carousel-category.post-header-category--zeiterfassung{background-color:#fee2e2;color:#dc2626;font-weight:700}.pillar-card-carousel-title{color:var(--text-primary);font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:.75rem;-webkit-line-clamp:2}.pillar-card-carousel-description,.pillar-card-carousel-title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.pillar-card-carousel-description{color:var(--text-secondary);flex-grow:1;font-size:.875rem;line-height:1.6;margin-bottom:1rem;-webkit-line-clamp:3}.pillar-card-carousel-cta{align-items:center;color:var(--ordio-blue);display:inline-flex;font-weight:600;gap:.5rem;margin-top:auto;transition:gap .3s ease}.pillar-card-carousel:hover .pillar-card-carousel-cta{gap:.75rem}.pillar-card-carousel-cta-text{font-size:.875rem}.pillar-card-carousel-cta-icon{height:1rem;transition:transform .3s ease;width:1rem}.pillar-card-carousel:hover .pillar-card-carousel-cta-icon{transform:translateX(4px)}@media (max-width:767px){.pillar-card-carousel-text{padding:1.25rem}.pillar-card-carousel-visual{min-height:180px}.pillar-card-carousel-title{font-size:1.125rem}.pillar-card-carousel-description{font-size:.8125rem}}.category-featured-post{margin-bottom:4rem}.category-featured-card{background-color:var(--bg-card);border-radius:1rem;box-shadow:var(--shadow-md);overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-featured-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.category-featured-link{color:inherit;display:block;outline:none;text-decoration:none}.category-featured-link:focus-visible{border-radius:1rem;outline:2px solid var(--ordio-blue);outline-offset:2px}.category-featured-image-wrapper{background-color:#f3f4f6;height:300px;min-height:300px;overflow:hidden;position:relative;width:100%}@media (min-width:768px){.category-featured-image-wrapper{height:400px;min-height:400px}}.category-featured-image{height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.category-featured-card:hover .category-featured-image{transform:scale(1.05)}.category-featured-overlay{background:linear-gradient(0deg,rgba(0,0,0,.5) 0,transparent);bottom:0;height:50%;left:0;pointer-events:none;position:absolute;right:0}.category-featured-content{padding:2rem;position:relative;z-index:1}@media (min-width:768px){.category-featured-content{padding:2.5rem}}.category-featured-badge{background-color:var(--ordio-blue-light);border-radius:.375rem;color:var(--ordio-blue);display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;padding:.375rem .75rem;text-transform:uppercase}.category-featured-title{color:var(--text-primary);font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.3;margin-bottom:.75rem}@media (min-width:768px){.category-featured-title{font-size:2rem}}.category-featured-excerpt{color:var(--text-secondary);font-size:1.125rem;line-height:1.6;margin-bottom:1rem}.category-featured-meta{color:var(--text-muted);font-size:.875rem}.skeleton-card{background-color:#fff;border-radius:.75rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;height:100%;min-height:400px;overflow:hidden}.skeleton-card-image{background-color:#e5e7eb;height:200px;overflow:hidden;position:relative;width:100%}.skeleton-card-content{display:flex;flex:1;flex-direction:column;gap:1rem;padding:1.5rem}.skeleton-card-badge{background-color:#e5e7eb;border-radius:.375rem;height:24px;overflow:hidden;position:relative;width:80px}.skeleton-card-title{display:flex;flex-direction:column;gap:.5rem}.skeleton-card-title .skeleton-shimmer{height:24px}.skeleton-card-title .skeleton-shimmer:first-child{width:90%}.skeleton-card-title .skeleton-shimmer:last-child{width:70%}.skeleton-card-excerpt{display:flex;flex-direction:column;gap:.5rem}.skeleton-card-excerpt .skeleton-shimmer{height:16px;width:100%}.skeleton-card-excerpt .skeleton-shimmer-short{width:60%}.skeleton-card-meta{margin-top:auto}.skeleton-card-meta .skeleton-shimmer{height:14px;width:100px}.skeleton-shimmer{animation:shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#e5e7eb,#f3f4f6 50%,#e5e7eb);background-size:200% 100%;border-radius:.25rem}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes staggerFadeIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.blog-posts-grid,.category-featured-post,.pillar-hero-section{animation:none;opacity:1;transform:none}.skeleton-shimmer{animation:none}}.empty-state{padding-bottom:4rem;padding-top:4rem;text-align:center}@media (min-width:640px){.empty-state{padding-bottom:6rem;padding-top:6rem}}.empty-state-icon{color:#d1d5db;font-size:4rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.empty-state-title{color:var(--text-primary);font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media (min-width:640px){.empty-state-title{font-size:1.875rem}}.empty-state-description{color:var(--text-secondary);font-size:1.125rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:28rem}.empty-state-link{background-color:var(--ordio-blue);border-radius:.5rem;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s}.empty-state-link:hover{background-color:var(--ordio-blue-dark)}.post-card.loading{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.post-card.loading .post-card-image-wrapper{background-color:#e5e7eb}.post-card.loading .post-card-content{display:flex;flex-direction:column;gap:.75rem}.post-card.loading .post-card-title{background-color:#e5e7eb;border-radius:.25rem;height:1.5rem;min-height:1.5rem}.post-card.loading .post-card-excerpt{background-color:#e5e7eb;border-radius:.25rem;height:1rem}.post-card.loading .post-card-category{background-color:#e5e7eb;height:24px;width:80px}html{scroll-behavior:smooth}@media (max-width:639px){.post-header{margin-bottom:3rem;margin-top:2rem;padding-left:0;padding-right:0}.post-header-image-wrapper{border-radius:.5rem;margin-top:2rem}.post-header-title{font-size:2rem}.post-header-meta{font-size:.875rem}.post-content-inner{font-size:1rem}.post-content-inner h2{font-size:1.75rem}.post-content-inner h3{font-size:1.375rem}.blog-post-content-wrapper{padding-left:1rem;padding-right:1rem}.featured-post-title{font-size:1.5rem}.featured-post-content{padding:1.5rem}.category-nav-link{font-size:.75rem;min-height:40px;padding:.5rem .75rem}.blog-posts-grid{gap:1rem}}@media (min-width:640px) and (max-width:1023px){.post-header-image-wrapper{margin-bottom:3rem}.post-content-inner{font-size:1.0625rem}.post-header-image-wrapper{margin-top:3rem}}@media (min-width:1024px){.post-header-image-wrapper{max-width:100%}.post-content-inner{font-size:1.125rem}}.category-nav-link:focus,.pagination-link:focus,.post-card-link:focus{border-radius:.25rem;box-shadow:0 0 0 2px var(--ordio-blue);outline:none}@media (prefers-reduced-motion:reduce){.category-nav-link,.pagination-link,.post-card,.post-card-image{transition:none}.post-card-link:hover .post-card-image{transform:none}.post-card{transition:none}.post-card:hover{transform:none}}@media print{.category-nav,.pagination,.related-posts{display:none}.post-card{border:1px solid var(--border-color);box-shadow:none;break-inside:avoid}}.post-card-category.bg-ordio-blue{background-color:rgba(77,142,243,.1)!important;color:#4d8ef3!important}.post-card-category.bg-green-100{background-color:#d1fae5!important;color:#065f46!important}.post-card-category.bg-purple-100{background-color:#e9d5ff!important;color:#6b21a8!important}.post-card-category.bg-blue-100{background-color:#dbeafe!important;color:#1e40af!important}.post-card-image-wrapper.bg-ordio-blue{align-items:center;background-color:rgba(77,142,243,.1);display:flex;justify-content:center;min-height:200px}.post-card-image-wrapper .excel-visual-mini-container{border-radius:0;display:flex;flex-direction:column;height:100%;min-height:100%;overflow:hidden;position:relative;width:100%}.post-card-image-wrapper .excel-visual-mini-container>div:first-child{flex-shrink:0}.post-card-image-wrapper .excel-mini-grid-wrapper{flex:1;min-height:0;overflow:hidden}.post-card-image-wrapper .excel-mini-table{height:100%;min-height:100%;width:100%}.post-card-image-wrapper .excel-visual-mini-container{border-top-left-radius:inherit;border-top-right-radius:inherit;transform-origin:top center}#blog-related-carousel-section .post-card,#blog-related-carousel-section .post-card-link{display:flex;flex-direction:column;height:100%}#blog-related-carousel-section .post-card-content{flex-grow:1}#blog-related-carousel-section .post-card-image-wrapper{aspect-ratio:16/9;flex-shrink:0;overflow:hidden}#blog-related-carousel-section .post-card-image-wrapper.bg-ordio-blue{aspect-ratio:16/9;min-height:auto}#blog-related-carousel-section .post-card-image-wrapper .excel-visual-mini-container{aspect-ratio:16/9;display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}#blog-related-carousel-section .excel-visual-mini-container>div:first-child{display:block!important;flex-shrink:0}#blog-related-carousel-section .excel-visual-mini-container .flex.items-center{align-items:center!important;display:flex!important;flex-direction:row!important}#blog-related-carousel-section .post-card-content{display:flex;flex:1;flex-direction:column;gap:.75rem;justify-content:flex-start;min-height:0;padding:1rem!important}#blog-related-carousel-section .post-card-category{align-self:flex-start;flex-shrink:0;height:auto;line-height:1.5;margin:0!important;order:1}#blog-related-carousel-section .post-card-title{display:-webkit-box;margin:0!important;min-height:2.75rem;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex-shrink:0;font-size:1.125rem!important;font-weight:700!important;line-height:1.4;order:2;overflow:hidden}#blog-related-carousel-section .post-card-image-wrapper.bg-green-100,#blog-related-carousel-section .post-card-image-wrapper.bg-ordio-blue{align-items:center!important;display:flex!important;justify-content:center!important;margin-bottom:0!important;padding:0!important}#blog-related-carousel-section .post-card-image-wrapper.bg-green-100>svg,#blog-related-carousel-section .post-card-image-wrapper.bg-ordio-blue>svg{flex-shrink:0;height:3rem;width:3rem}#blog-related-carousel-section .post-card-image-wrapper{margin-bottom:0!important}#blog-related-carousel-section .post-card--compact .post-card-content{padding:1rem!important}#faq h2{max-width:100%;text-overflow:clip!important}#faq h2,#faq h2 .text-ordio-blue{hyphens:none!important;overflow:visible!important;overflow-wrap:normal!important;white-space:normal!important;word-break:keep-all!important}#faq h2 .text-ordio-blue{display:inline}#faq .max-w-5xl{overflow:visible!important}#blog-related-carousel-section .post-card-content>.post-card-category:first-child,#blog-related-carousel-section .post-card-content>.post-card-title,#blog-related-carousel-section .post-card-content>.post-card-title:first-of-type{margin-bottom:0!important;margin-top:0!important}#blog-related-carousel-section .post-card-date{display:none}#blog-related-carousel-section .flex>div{display:flex;flex-direction:column}#blog-related-carousel-section .post-card-link{flex:1;min-height:0}.blog-page-body-gradient{background-image:radial-gradient(#e6e6e6 1px,transparent 0)!important;background-position:-19px -19px!important;background-size:20px 20px!important}.category-cards-section{margin-bottom:3rem;margin-top:3rem}@media (min-width:1024px){.category-cards-section{margin-bottom:4rem;margin-top:4rem}}.category-cards-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.category-cards-grid{gap:2rem;padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:768px){.category-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.category-cards-grid{gap:2rem;grid-template-columns:repeat(3,1fr)}}.category-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:.75rem;box-shadow:var(--shadow-sm);color:inherit;display:flex;flex-direction:column;overflow:hidden;padding:1.5rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-card:before{background:linear-gradient(90deg,var(--ordio-blue),var(--ordio-blue-dark));content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.4,0,.2,1)}.category-card:hover{border-color:var(--ordio-blue);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.category-card:hover:before{transform:scaleX(1)}.category-card:focus{outline:2px solid var(--ordio-blue);outline-offset:2px}.category-card-icon{align-items:center;border-radius:.75rem;display:flex;flex-shrink:0;height:3.5rem;justify-content:center;margin-bottom:1rem;transition:transform .3s cubic-bezier(.4,0,.2,1);width:3.5rem}.category-card:hover .category-card-icon{transform:scale(1.1)}.category-card-content{display:flex;flex:1;flex-direction:column;gap:.5rem}.category-card-title{color:var(--text-primary);font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.4;margin:0}.category-card-count{color:var(--text-secondary);font-size:.875rem;font-weight:600;margin-top:.25rem}.category-card-description{color:var(--text-secondary);display:-webkit-box;font-size:.9375rem;line-height:1.6;margin:.5rem 0 0;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-card-arrow{align-self:flex-start;color:var(--ordio-blue);margin-top:1rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.category-card:hover .category-card-arrow{transform:translateX(4px)}.category-card[data-category=lexikon]:hover{border-color:#4d8ef3}.category-card[data-category=lexikon]:hover .category-card-icon{background-color:#dbeafe!important}.category-card[data-category=ratgeber]:hover{border-color:#059669}.category-card[data-category=ratgeber]:hover .category-card-icon{background-color:#a7f3d0!important}.category-card[data-category=inside-ordio]:hover{border-color:#6b7280}.category-card[data-category=inside-ordio]:hover .category-card-icon{background-color:#e5e7eb!important}.blog-filter-buttons-wrapper{margin-bottom:2rem;margin-top:2rem}.blog-filter-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}@media (min-width:640px){.blog-filter-buttons{gap:1rem}}.blog-filter-button{align-items:center;background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:.5rem;color:var(--text-secondary);cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.625rem;padding:.625rem 1rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.blog-filter-button:hover{background-color:var(--ordio-blue-light);color:var(--ordio-blue);transform:translateY(-2px)}.blog-filter-button.active,.blog-filter-button:hover{border-color:var(--ordio-blue);box-shadow:var(--shadow-md)}.blog-filter-button.active{background-color:var(--ordio-blue);color:#fff}.blog-filter-button:focus{outline:2px solid var(--ordio-blue);outline-offset:2px}.blog-filter-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.blog-filter-label{display:inline-block}.blog-filter-badge{align-items:center;background-color:rgba(0,0,0,.08);border-radius:9999px;color:var(--text-secondary);display:inline-flex;font-size:.75rem;font-weight:700;height:1.5rem;justify-content:center;line-height:1;min-width:1.75rem;padding:0 .5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.blog-filter-button:hover .blog-filter-badge{background-color:rgba(77,142,243,.15);color:var(--ordio-blue)}.blog-filter-button.active .blog-filter-badge{background-color:hsla(0,0%,100%,.25);color:#fff}.blog-posts-section{margin-top:3rem}@media (min-width:1024px){.blog-posts-section{margin-top:4rem}}.blog-post-card-wrapper{transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.btn-ordio{align-items:center;background:#4d8ef3;border:none;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;min-height:44px;padding:.875rem 2rem;transition:all .3s ease}.btn-ordio,.btn-ordio:hover{color:#fff;text-decoration:none}.btn-ordio:hover{background:#3b7dd8;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transform:translateY(-2px)}.btn-ordio:active{box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transform:translateY(0)}.btn-ordio:focus{outline:2px solid var(--ordio-blue);outline-offset:2px}.blog-pagination-wrapper{margin-bottom:2rem;margin-top:3rem}.blog-pagination{align-items:center;display:flex;gap:.5rem;justify-content:center}.blog-pagination-numbers{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.blog-pagination-button{align-items:center;background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:.5rem;color:var(--text-secondary);cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:600;height:2.5rem;justify-content:center;min-width:2.5rem;padding:.5rem .75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.blog-pagination-button:hover:not(.disabled){background-color:var(--ordio-blue-light);border-color:var(--ordio-blue);box-shadow:var(--shadow-md);color:var(--ordio-blue);transform:translateY(-2px)}.blog-pagination-button.active{background-color:var(--ordio-blue);border-color:var(--ordio-blue);box-shadow:var(--shadow-md);color:#fff}.blog-pagination-button.disabled{cursor:not-allowed;opacity:.5;transform:none}.blog-pagination-button:focus{outline:2px solid var(--ordio-blue);outline-offset:2px}@media (prefers-reduced-motion:reduce){.blog-filter-button,.blog-pagination-button,.blog-post-card-wrapper{transition:none}.blog-post-card-wrapper{transform:none!important}}