:root{--post-green:#00d084;--post-green-light:#7bdcb5;--post-green-pale:rgba(123, 220, 181, 0.12);--post-green-dim:rgba(0, 208, 132, 0.20);--post-text:#212529;--post-text-muted:#495057;--post-heading:#1a1a1a;--post-bg:#ffffff;--post-surface:#f8f9fa;--post-border:#dee2e6;--post-max-width:860px}@keyframes wfFadeInUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.wf-scroll-animate{opacity:0;transform:translateY(28px);transition:opacity 0.65s ease,transform 0.65s ease;will-change:opacity,transform}.wf-scroll-animate.wf-in-view{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.wf-scroll-animate{opacity:1;transform:none;transition:none}}.single-post .wf-breadcrumbs-section{background:var(--post-surface);border-bottom:2px solid var(--post-green-light);padding:12px 0}.single-post .wf-breadcrumb-link{color:#555;font-size:.875rem;letter-spacing:.15px;transition:color 0.2s ease}.single-post .wf-breadcrumb-link:hover{color:var(--post-green);text-decoration:none}.single-post .wf-breadcrumb-separator{color:var(--post-green-light);font-size:.75rem}.single-post .wf-breadcrumb-current{color:var(--post-green);font-weight:600;font-size:.875rem}article.post.type-post{padding-top:35px;background:var(--post-bg)}article.post.type-post .entry-header,article.post.type-post .entry-content{max-width:var(--post-max-width);margin:0 auto;padding-left:24px;padding-right:24px}article.post.type-post .entry-header{padding-top:52px;padding-bottom:36px;border-bottom:1px solid var(--post-border);margin-bottom:40px;position:relative}article.post.type-post .entry-header::after{content:'';position:absolute;left:24px;bottom:-2px;width:72px;height:3px;background:var(--post-green)}article.post.type-post .entry-title{font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:400;line-height:1.25;letter-spacing:1.5px;color:var(--post-heading);margin:0}article.post.type-post .entry-content{padding-top:8px;padding-bottom:72px;color:var(--post-text);font-size:1rem;line-height:1.8}article.post.type-post .entry-content p{margin-bottom:22px;color:var(--post-text);line-height:1.8}article.post.type-post .entry-content h1{font-size:clamp(1.6rem, 3.5vw, 2.3rem);font-weight:400;letter-spacing:1.5px;color:var(--post-heading);margin:56px 0 24px;padding-bottom:14px;border-bottom:1px solid var(--post-border)}article.post.type-post .entry-content h2{font-size:clamp(1.35rem, 3vw, 1.9rem);font-weight:400;letter-spacing:1px;color:var(--post-heading);margin:52px 0 20px;padding-bottom:12px;border-bottom:1px solid var(--post-green-dim);position:relative}article.post.type-post .entry-content h2::after{content:'';position:absolute;left:0;bottom:-1px;width:52px;height:2px;background:var(--post-green)}article.post.type-post .entry-content h3{font-size:clamp(1.1rem, 2.5vw, 1.45rem);font-weight:500;letter-spacing:.75px;color:var(--post-heading);margin:40px 0 14px;padding-left:14px;border-left:3px solid var(--post-green)}article.post.type-post .entry-content h2+h3{margin-top:22px}article.post.type-post .entry-content .key-takeaway{background:linear-gradient(135deg,var(--post-green-pale) 0%,rgb(0 208 132 / .04) 100%);border-left:4px solid var(--post-green);border-radius:0 4px 4px 0;padding:22px 26px;margin:36px 0;font-size:1.05rem;line-height:1.75;color:var(--post-text)}article.post.type-post .entry-content .key-takeaway strong{color:#00955e;font-weight:700}article.post.type-post .entry-content .toc-block{background:var(--post-surface);border:1px solid var(--post-border);border-top:3px solid var(--post-green);padding:28px 32px 24px;margin:40px 0;border-radius:0 0 2px 2px}article.post.type-post .entry-content .toc-block h2{font-size:.8rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#6c757d;margin:0 0 16px;padding-bottom:12px;padding-left:0;border-bottom:1px solid var(--post-border);border-left:none}article.post.type-post .entry-content .toc-block h2::after{display:none}article.post.type-post .entry-content .toc-block ol{margin:0;padding-left:0;list-style:none;counter-reset:toc-counter}article.post.type-post .entry-content .toc-block ol li{counter-increment:toc-counter;padding:5px 0;font-size:.93rem;color:var(--post-text-muted);display:flex;align-items:baseline;gap:8px}article.post.type-post .entry-content .toc-block ol li::before{content:counter(toc-counter,decimal-leading-zero);color:var(--post-green);font-weight:700;font-size:.8rem;flex-shrink:0;min-width:22px}article.post.type-post .entry-content .toc-block a{color:var(--post-heading);text-decoration:none;border-bottom:1px dotted #ced4da;transition:color 0.2s ease,border-color 0.2s ease;line-height:1.45}article.post.type-post .entry-content .toc-block a:hover{color:var(--post-green);border-bottom-color:var(--post-green)}article.post.type-post .entry-content a:not(.toc-block a){color:#f8f9fa;text-decoration:none;border-bottom:1px solid rgb(0 208 132 / .4);transition:color 0.2s ease,border-color 0.2s ease}article.post.type-post .entry-content a:not(.toc-block a):hover{color:var(--post-green);border-bottom-color:var(--post-green)}article.post.type-post .entry-content ul,article.post.type-post .entry-content ol:not(.toc-block ol){margin-bottom:22px;color:var(--post-text);padding-left:0;list-style:none}article.post.type-post .entry-content ul li{position:relative;padding:0;line-height:1.7}article.post.type-post .entry-content ol:not(.toc-block ol){counter-reset:list-counter}article.post.type-post .entry-content ol:not(.toc-block ol) li{counter-increment:list-counter;position:relative;padding:5px 0 5px 30px;line-height:1.7}article.post.type-post .entry-content ol:not(.toc-block ol) li::before{content:counter(list-counter) ".";position:absolute;left:0;top:5px;color:var(--post-green);font-weight:700;font-size:.9rem}article.post.type-post .entry-content strong{font-weight:700;color:var(--post-heading)}article.post.type-post .entry-content figure{margin:40px 0;overflow:hidden;position:relative}article.post.type-post .entry-content figure img,article.post.type-post .entry-content .wp-block-image img{width:100%;height:auto;display:block;transition:transform 0.5s ease,box-shadow 0.5s ease;box-shadow:0 4px 18px rgb(0 0 0 / .08)}article.post.type-post .entry-content figure:hover img,article.post.type-post .entry-content .wp-block-image:hover img{transform:scale(1.025);box-shadow:0 10px 36px rgb(0 0 0 / .15)}article.post.type-post .entry-content figcaption{background:#1a1a1a;color:#ccc;font-size:.82rem;font-style:italic;letter-spacing:.25px;line-height:1.55;padding:10px 16px 10px 20px;border-left:3px solid var(--post-green);margin:0;display:block}article.post.type-post .entry-content blockquote{margin:36px 0;padding:20px 24px 20px 28px;background:var(--post-green-pale);border-left:4px solid var(--post-green);border-radius:0 4px 4px 0;font-size:1.05rem;font-style:italic;color:#303030}article.post.type-post .entry-content blockquote p{margin-bottom:0}article.post.type-post .entry-content h3+p{margin-top:0}article.post.type-post .entry-content hr{border:none;border-top:1px solid var(--post-border);margin:48px 0}article.post.type-post .entry-content code,article.post.type-post .entry-content pre{font-family:'Courier New',Courier,monospace;background:var(--post-surface);border:1px solid var(--post-border);border-radius:2px;font-size:.88rem;padding:2px 6px}article.post.type-post .entry-content pre{padding:16px 20px;overflow-x:auto;line-height:1.6}.wf-lyhytkoodi-wrapper{position:relative;background:#fff0;border:none;padding:0;margin:40px 0;overflow:hidden}.wf-lyhytkoodi-heading{font-size:1.15rem;font-weight:400;letter-spacing:.75px;color:var(--post-heading,#1a1a1a);margin:0 0 18px;padding-left:14px;border-left:3px solid var(--post-green,#00d084)}.wf-lyhytkoodi-heading strong{font-weight:700;color:#009960}.wf-lyhytkoodi-products{position:relative;overflow:hidden;padding-bottom:90px}.wf-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:0;padding:0;list-style:none}.wf-lyhytkoodi-products .professional-product-item{min-width:0;max-width:100%}.wf-lyhytkoodi-products .product-color-div{height:160px;background-size:cover;background-position:center}.wf-lyhytkoodi-overlay{position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(to bottom,#fff0 0%,rgb(255 255 255 / .85) 40%,#ffffff 75%);display:flex;align-items:flex-end;justify-content:center;padding-bottom:18px;z-index:10;pointer-events:none}.wf-shortcode-cta{pointer-events:auto;background:var(--post-green,#00d084);color:#fff;padding:13px 30px;font-weight:600;font-size:.85rem;text-transform:uppercase;text-decoration:none;letter-spacing:1.2px;border-radius:0;transition:background 0.3s ease,box-shadow 0.3s ease;box-shadow:0 3px 12px rgb(0 208 132 / .2)}.wf-shortcode-cta:hover{background:#00b870;color:#fff;box-shadow:0 5px 20px rgb(0 208 132 / .35)}@media (max-width:900px){:root{--post-max-width:100%}}@media (max-width:768px){article.post.type-post .entry-header,article.post.type-post .entry-content{padding-left:16px;padding-right:16px}.wf-lyhytkoodi-wrapper{margin-left:0;margin-right:0}.wf-products-grid{grid-template-columns:repeat(2,1fr)}.wf-lyhytkoodi-heading{font-size:1.05rem}article.post.type-post .entry-header{padding-top:62px;padding-bottom:24px;margin-bottom:24px}article.post.type-post .entry-header::after{left:16px}article.post.type-post .entry-content .toc-block{padding:20px 18px 18px}article.post.type-post .entry-content h2{margin-top:36px}article.post.type-post .entry-content h3{margin-top:28px}article.post.type-post .entry-content .key-takeaway{padding:18px 18px}}@media (max-width:600px){.wf-products-grid{grid-template-columns:1fr;gap:12px}.wf-lyhytkoodi-products{padding-bottom:80px}.wf-lyhytkoodi-overlay{height:100px}.wf-shortcode-cta{padding:11px 22px;font-size:.8rem}.wf-lyhytkoodi-heading{font-size:.95rem;padding-left:10px}}@media (max-width:480px){article.post.type-post .entry-title{font-size:1.35rem;letter-spacing:.75px}article.post.type-post .entry-content h2{font-size:1.3rem}article.post.type-post .entry-content h3{font-size:1.1rem}article.post.type-post .entry-content .toc-block{padding:16px 14px}}