*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#ff1616;--primary-light:#f83737ff;--primary-dark:#cc0a0aff;--secondary-color:#f34d4dff;--accent-color:#eb5050ff;--text-primary:#000;--text-secondary:#000;--text-muted:#000;--background:#ffffff;--background-light:#f8fafc;--background-accent:#e0f2fe;--border-color:#e5e7eb;--success-color:#10b981;--callout-bg:#dbeafe;--callout-border:#3b82f6}body.wp-singular{overflow-x:visible!important}.main-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem;display:grid;grid-template-columns:280px 1fr;gap:3rem}.sidebar{position:sticky;top:100px;height:fit-content}.toc{background:var(--background-light);border-radius:12px;padding:1.5rem;border:1px solid var(--border-color)}.toc-title{font-size:.875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.toc-list{list-style:none}.toc-list li{margin-bottom:.75rem}.toc-list a{color:var(--text-secondary);font-size:.9rem;display:block;padding:.5rem .75rem;border-left:3px solid #fff0;transition:all 0.3s ease;position:relative;background:#fff0;border-radius:0 6px 6px 0}.toc-list a:hover{color:var(--primary-color);border-left-color:var(--primary-light);background:rgb(59 130 246 / .05);text-decoration:none}.toc-list a.active{color:var(--primary-color);border-left-color:var(--primary-color);background:rgb(59 130 246 / .1);font-weight:600;text-decoration:none}.toc-list a.active::before{content:'';position:absolute;left:-3px;top:0;width:3px;height:var(--progress,0%);background:var(--primary-dark);transition:height 0.1s linear}.article{max-width:800px}.article-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.875rem;color:var(--text-muted)}.article-category{background:var(--background-accent);color:var(--primary-color);padding:.25rem .75rem;border-radius:4px;font-weight:500}.article-title{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--text-primary);margin-bottom:1rem}.article-subtitle{font-size:1.125rem;color:var(--text-secondary);margin-bottom:1.5rem}.article-author{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.author-avatar{width:48px;height:48px;border-radius:50%;background:var(--primary-light);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600}.author-info{flex:1}.author-name{font-weight:600;color:var(--text-primary)}.author-date{font-size:.875rem;color:var(--text-muted)}.featured-media{margin-bottom:2.5rem;border-radius:12px;overflow:hidden}.featured-media img{width:auto;display:block;margin:0 auto}.video-placeholder{aspect-ratio:16/9;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem}.play-button{width:80px;height:80px;background:rgb(255 255 255 / .9);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform 0.2s ease}.play-button:hover{transform:scale(1.1)}.play-button::after{content:'';width:0;height:0;border-left:24px solid var(--primary-color);border-top:14px solid #fff0;border-bottom:14px solid #fff0;margin-left:6px}.content-section{margin-bottom:2.5rem}.content-section h2{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;margin-top:2rem}.content-section h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem;margin-top:1.5rem}.content-section p{margin-bottom:1rem;color:var(--text-secondary)}.content-section ul,.content-section ol{margin-bottom:1rem;padding-left:1.5rem}.content-section li{margin-bottom:.5rem;color:var(--text-secondary)}.callout{background:var(--callout-bg);border-left:4px solid var(--callout-border);padding:1.5rem;border-radius:0 8px 8px 0;margin:2rem 0}.callout p{color:var(--primary-dark);margin:0}.callout-highlight{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:2rem;border-radius:12px;margin:2rem 0;text-align:center}.callout-highlight h3{color:#fff;margin-bottom:.5rem}.callout-highlight p{color:rgb(255 255 255 / .9);margin-bottom:1rem}.callout-highlight .btn{background:#fff;color:var(--primary-color);padding:.75rem 1.5rem;border-radius:6px;font-weight:600;display:inline-block}.steps-list{counter-reset:step-counter;list-style:none;padding-left:0}.steps-list li{counter-increment:step-counter;position:relative;padding-left:3rem;margin-bottom:2rem}.steps-list li::before{content:counter(step-counter);position:absolute;left:0;top:0;width:2rem;height:2rem;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.benefits-list{list-style:none;padding-left:0}.benefits-list li{padding:1rem 0;border-bottom:1px solid var(--border-color)}.benefits-list li:last-child{border-bottom:none}.benefits-list h4{font-size:1.1rem;font-weight:600;color:var(--primary-color);margin-bottom:.5rem}.template-box{background:var(--background-light);border:2px dashed var(--border-color);border-radius:12px;padding:2rem;margin:2rem 0;text-align:center}.template-box h3{margin-bottom:1rem}.template-box .btn{background:var(--primary-color);color:#fff;padding:.875rem 2rem;border-radius:6px;font-weight:600;display:inline-block;margin-top:1rem}.template-box .btn:hover{background:var(--primary-dark);text-decoration:none}.faq-section{margin-top:3rem}.faq-item{border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;overflow:hidden}.faq-question{padding:1.25rem;background:var(--background-light);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;color:var(--text-primary)}.faq-question::after{content:'+';font-size:1.5rem;color:var(--primary-color)}.faq-question.active::after{content:'−'}.faq-answer{padding:0 1.25rem;max-height:0;overflow:hidden;transition:all 0.3s ease}.faq-answer.active{padding:1.25rem;max-height:500px}.newsletter{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));padding:3rem;border-radius:16px;margin:3rem 0;text-align:center;color:#fff}.newsletter h3{font-size:1.5rem;margin-bottom:.5rem;color:#fff}.newsletter p{color:rgb(255 255 255 / .9);margin-bottom:1.5rem}.newsletter-form{display:flex;gap:.75rem;max-width:500px;margin:0 auto;justify-content:center;position:relative}.newsletter-form .newsletter-input{margin-bottom:0;color:#fff;height:45px;font-size:inherit}.newsletter-form .newsletter-btn{padding:10px 20px;background-color:#fff!important;color:#000;border:none;border-radius:5px;cursor:pointer}.newsletter-form .newsletter-btn:hover{color:#fff;background-color:#000!important}.related-articles{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--border-color)}.related-articles h2{font-size:1.5rem;margin-bottom:2rem}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.article-card{border:1px solid var(--border-color);border-radius:12px;overflow:hidden;transition:box-shadow 0.2s ease}.article-card:hover{box-shadow:0 4px 20px rgb(0 0 0 / .1)}.article-card-image{aspect-ratio:16/10;background:linear-gradient(135deg,var(--primary-light),var(--accent-color))}.article-card-content{padding:1.25rem}.article-card-title{font-weight:600;color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;line-height:1.4}.article-card-meta{font-size:.875rem;color:var(--text-muted)}@media (max-width:1024px){.main-container{grid-template-columns:1fr}.sidebar{position:static;order:-1}.toc{display:none}.articles-grid{grid-template-columns:repeat(2,1fr)}.footer-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.article-title{font-size:1.75rem}.newsletter-form{flex-direction:column}.articles-grid{grid-template-columns:1fr}}.related-articles{margin-bottom:4rem;padding-bottom:3rem}.wpcf7-spinner{display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border-radius:50%;position:absolute;margin:0 24px;right:-10%;top:18%}.wpcf7-spinner:before{content:'';position:absolute;top:50%;left:50%;width:6px;height:6px;background-color:#fbfbfc;border-radius:50%;transform:translate(-50%,-50%);transform-origin:center;animation:spin1 1s linear infinite;transform-origin:6px 6px}.newsletter-form span.wpcf7-not-valid-tip{font-weight:400;padding-bottom:5px;color:#fff;font-size:12px}@keyframes spin1{0%{transform:translate(-50%,-50%) rotate(0deg)}100%{transform:translate(-50%,-50%) rotate(360deg)}}section.entry-content ul li{list-style:unset;margin-left:35px;padding:0}.article-card-img img{width:100%}