.blog-hero-section{position:relative;padding-top:130px;padding-bottom:85px;background-color:var(--bg-main);overflow:visible}.blog-hero-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:40px;align-items:stretch}.blog-hero-content{display:flex;flex-direction:column;justify-content:space-between;background:var(--bg-card);border:1px solid var(--border-color);border-radius:32px;padding:clamp(20px,3.5vw,42px);box-shadow:0 8px 30px rgba(0,0,0,.04);position:relative;z-index:2;box-sizing:border-box}[data-theme=dark] .blog-hero-content{background:#12151e;border-color:rgba(255,255,255,.08);box-shadow:0 10px 35px rgba(0,0,0,.5)}.blog-hero-badge{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-heading);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-main);background:0 0!important;border:none!important;padding:0!important;border-radius:0!important;width:fit-content;margin-bottom:18px}[data-theme=dark] .blog-hero-badge{color:#fff}.blog-hero-badge::after,.blog-hero-badge::before{content:'★';color:var(--brand-primary);font-size:.88rem;line-height:1;display:inline-block}.blog-hero-title{font-family:var(--font-heading);font-size:clamp(2.2rem, 3.4vw, 3.1rem);font-weight:800;line-height:1.15;color:var(--text-main);letter-spacing:-.02em;margin:0 0 16px 0}.blog-hero-lead{font-size:clamp(.92rem, 1.1vw, 1.02rem);line-height:1.62;color:var(--text-sub);margin:0 0 24px 0}.blog-hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:28px}.blog-hero-actions .btn-capsule{position:relative;display:inline-flex;align-items:center;gap:14px;padding:6px 6px 6px 24px;border-radius:var(--r-pill);border:1.5px solid var(--brand-primary);background:var(--brand-primary);color:#fff!important;font-family:var(--font-btn);font-size:.95rem;font-weight:700;cursor:pointer;box-shadow:0 8px 24px rgba(198,2,2,.3);transition:all .35s cubic-bezier(.4, 0, .2, 1);text-decoration:none;overflow:hidden;isolation:isolate;min-height:48px;box-sizing:border-box}.blog-hero-actions .btn-capsule>*{position:relative;z-index:2}.blog-hero-actions .btn-capsule::before{content:'';position:absolute;inset:0;background:#09090b;border-radius:inherit;transform:scaleX(0);transform-origin:right;transition:transform .4s cubic-bezier(.4, 0, .2, 1);z-index:1}.blog-hero-actions .btn-capsule:hover::before{transform:scaleX(1);transform-origin:left}.blog-hero-actions .btn-capsule:hover{border-color:#fff!important;transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.4),0 0 15px rgba(255,255,255,.15)!important}.blog-hero-actions .btn-capsule .btn-capsule-icon{width:34px;height:34px;border-radius:50%;background-color:#fff!important;color:var(--brand-primary)!important;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .35s ease,background-color .35s ease,color .35s ease}.blog-hero-actions .btn-capsule:hover .btn-capsule-icon{background-color:#fff!important;color:var(--brand-primary)!important;transform:scale(1.08);box-shadow:0 4px 12px rgba(0,0,0,.25)}.blog-hero-actions .btn-pill-whatsapp{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 26px;min-height:48px;border-radius:var(--r-pill);border:1.5px solid var(--whatsapp-green);background:rgba(37,211,102,.08);color:#0e833f!important;font-family:var(--font-btn);font-size:.95rem;font-weight:700;line-height:1.2;box-shadow:0 4px 14px rgba(37,211,102,.12);box-sizing:border-box;text-decoration:none;cursor:pointer;overflow:hidden;isolation:isolate;white-space:nowrap;transition:all .35s cubic-bezier(.4, 0, .2, 1)}.blog-hero-actions .btn-pill-whatsapp::before{content:'';position:absolute;inset:0;background:var(--whatsapp-green);border-radius:inherit;transform:scaleX(0);transform-origin:right;transition:transform .35s cubic-bezier(.4, 0, .2, 1);z-index:-1}.blog-hero-actions .btn-pill-whatsapp .wa-icon-svg{fill:currentColor;flex-shrink:0;width:18px;height:18px;transition:transform .3s ease}.blog-hero-actions .btn-pill-whatsapp:hover{color:#fff!important;border-color:#fff!important;transform:translateY(-2px);box-shadow:0 8px 25px rgba(37,211,102,.4)}.blog-hero-actions .btn-pill-whatsapp:hover::before{transform:scaleX(1);transform-origin:left}.blog-hero-actions .btn-pill-whatsapp:hover .wa-icon-svg{transform:scale(1.1)}[data-theme=dark] .blog-hero-actions .btn-pill-whatsapp{background:rgba(37,211,102,.15);border-color:var(--whatsapp-green);color:#fff!important;box-shadow:0 4px 18px rgba(37,211,102,.2)}[data-theme=dark] .blog-hero-actions .btn-pill-whatsapp:hover{color:#fff!important;box-shadow:0 10px 30px rgba(37,211,102,.45)}.blog-hero-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;padding-top:18px;border-top:1px solid var(--border-color);width:100%}.bh-feat-item{display:flex;align-items:center;gap:12px;min-width:0}.bh-feat-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:rgba(198,2,2,.12);color:var(--brand-primary)}.bh-feat-text{display:flex;flex-direction:column;min-width:0}.bh-feat-title{font-family:var(--font-heading);font-size:.88rem;font-weight:700;color:var(--text-main);line-height:1.2;white-space:nowrap}.bh-feat-sub{font-size:.72rem;color:var(--text-sub);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blog-hero-visual-stack{position:relative;width:100%;height:100%;display:flex;flex-direction:column}.blog-hero-main-frame{position:relative;width:100%;height:100%;flex:1;min-height:420px;border-radius:32px;overflow:hidden;border:1px solid var(--border-color);box-shadow:0 8px 30px rgba(0,0,0,.04);background-color:var(--bg-card)}[data-theme=dark] .blog-hero-main-frame{border-color:rgba(255,255,255,.08);box-shadow:0 10px 35px rgba(0,0,0,.5)}.blog-hero-main-frame img{width:100%;height:100%;object-fit:cover;object-position:center 15%;display:block;transition:transform .5s ease}.blog-hero-main-frame:hover img{transform:scale(1.03)}.blog-float-badge{position:absolute;display:flex;align-items:center;gap:14px;padding:14px 22px;border-radius:24px;background:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 16px 40px rgba(0,0,0,.12);z-index:10;transition:transform .3s cubic-bezier(.4, 0, .2, 1),box-shadow .3s ease}[data-theme=dark] .blog-float-badge{background:rgba(18,22,32,.94);border-color:rgba(255,255,255,.12);box-shadow:0 16px 40px rgba(0,0,0,.5)}.blog-float-top{top:-18px;right:-24px}.blog-float-bottom{bottom:-18px;left:-24px}.blog-float-icon-box{width:42px;height:42px;border-radius:12px;background:var(--brand-primary-tint);color:var(--brand-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.blog-float-icon-box-gold{width:42px;height:42px;border-radius:12px;background:rgba(245,158,11,.14);color:#f59e0b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.blog-float-text-wrap{display:flex;flex-direction:column;gap:3px}.blog-float-title{display:block;font-family:var(--font-heading);font-size:.92rem;font-weight:700;color:var(--text-main);line-height:1.2}.blog-float-sub{display:block;font-size:.76rem;color:var(--text-sub);line-height:1.2}.blog-feed-section{padding:60px 0 90px;background-color:var(--bg-alt)}.blog-feed-header{text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;margin-bottom:44px;width:100%}.blog-feed-header .section-title{margin-bottom:12px!important;text-align:center!important}.blog-feed-header .section-lead{max-width:640px;margin-left:auto!important;margin-right:auto!important;text-align:center!important}@media (max-width:768px){.blog-feed-header{text-align:center!important;align-items:center!important;justify-content:center!important;margin-bottom:32px!important}.blog-feed-header *{text-align:center!important;margin-left:auto!important;margin-right:auto!important}}.related-posts-section{padding:85px 0 110px 0!important;position:relative;border-top:1px solid var(--border-color);background:var(--bg-alt)}[data-theme=dark] .related-posts-section{background:#0b0e14;border-color:rgba(255,255,255,.08)}.related-posts-section .section-heading-centered{margin-bottom:40px!important;text-align:left}.related-posts-section .badge-pill{margin-bottom:14px!important;display:inline-flex}.related-posts-section .section-title{font-size:clamp(2rem, 3.2vw, 2.65rem);font-weight:800;color:var(--text-main);line-height:1.25;margin:0 0 16px 0!important;letter-spacing:-.02em}.related-posts-section .section-subtitle{font-size:1.05rem;color:var(--text-sub);line-height:1.6;margin:0!important;max-width:680px}.articles-grid-3col,.blog-grid,.related-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.article-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:26px;overflow:hidden;box-shadow:var(--shadow-card);display:flex;flex-direction:column;transition:all .35s cubic-bezier(.4, 0, .2, 1);text-decoration:none;color:inherit;height:100%}[data-theme=dark] .article-card{background:#12151e;border-color:rgba(255,255,255,.08)}.article-card:hover{transform:translateY(-6px);border-color:rgba(198,2,2,.4);box-shadow:0 16px 36px rgba(198,2,2,.1),0 4px 12px rgba(0,0,0,.04)}.article-img-box{position:relative;width:100%;height:230px;overflow:hidden;background:#e2e8f0}.article-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.4, 0, .2, 1)}.article-card:hover .article-img{transform:scale(1.06)}.article-category-badge{position:absolute;top:14px;left:14px;background:rgba(198,2,2,.92);backdrop-filter:blur(8px);color:#fff;font-family:var(--font-heading);font-size:.72rem;font-weight:800;padding:5px 12px;border-radius:var(--r-pill);letter-spacing:.04em;text-transform:uppercase}.article-content{padding:26px 24px;display:flex;flex-direction:column;flex:1;text-align:left}.article-meta{display:flex;align-items:center;gap:12px;font-size:.78rem;color:var(--text-sub);margin-bottom:12px}.article-date,.article-read-time{display:flex;align-items:center;gap:5px}.article-title{font-family:var(--font-heading);font-size:1.18rem;font-weight:700;color:var(--text-main);margin:0 0 12px 0;line-height:1.35;transition:color .25s ease}.article-card:hover .article-title{color:var(--brand-primary)}.article-excerpt{font-size:.88rem;color:var(--text-sub);line-height:1.62;margin:0 0 20px 0;flex-grow:1}.article-footer-row{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid var(--border-color);margin-top:auto}.article-author-info{display:flex;align-items:center;gap:9px}.author-mini-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1.5px solid var(--brand-primary)}.author-mini-name{font-size:.78rem;font-weight:600;color:var(--text-main)}.article-read-link{font-family:var(--font-heading);font-size:.82rem;font-weight:700;color:var(--brand-primary);display:inline-flex;align-items:center;gap:6px;transition:gap .25s ease}.article-card:hover .article-read-link{gap:10px}.post-header-section{padding-top:130px;padding-bottom:40px;background-color:var(--bg-main)}.post-breadcrumbs{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--text-sub);margin-bottom:20px;flex-wrap:wrap}.post-breadcrumb-link{color:var(--text-sub);text-decoration:none;transition:color .2s ease}.post-breadcrumb-link:hover{color:var(--brand-primary)}.post-breadcrumb-sep{color:var(--text-muted)}.post-breadcrumb-active{color:var(--brand-primary);font-weight:600}.post-header-content{max-width:900px}.post-category-pill{display:inline-flex;align-items:center;gap:8px;background:0 0;border:none;color:var(--text-main);font-family:var(--font-heading);font-size:.94rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:0;border-radius:0;margin-bottom:16px}.post-category-pill::after,.post-category-pill::before{content:'★';color:var(--brand-primary);font-size:.88rem;line-height:1}[data-theme=dark] .post-category-pill{color:#fff}.post-main-title{font-family:var(--font-heading);font-size:clamp(2.2rem, 3.8vw, 3.2rem);font-weight:800;line-height:1.2;color:var(--text-main);letter-spacing:-.02em;margin:0 0 20px 0}.post-author-meta-bar{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);margin-bottom:30px;flex-wrap:wrap;gap:16px}.post-author-details{display:flex;align-items:center;gap:14px}.post-author-img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid var(--brand-primary)}.post-author-text{display:flex;flex-direction:column}.post-author-name{font-family:var(--font-heading);font-size:.95rem;font-weight:700;color:var(--text-main)}.post-author-title{font-size:.78rem;color:var(--text-sub)}.post-meta-stats{display:flex;align-items:center;gap:18px;font-size:.84rem;color:var(--text-sub)}.post-featured-hero-image{width:100%;height:440px;border-radius:24px;overflow:hidden;margin-bottom:30px;box-shadow:0 10px 35px rgba(0,0,0,.08)}.post-featured-hero-image img{width:100%;height:100%;object-fit:cover;display:block}.post-body-content,.post-body-content *,.post-faq-accordion,.post-faq-card,.post-layout-grid,.post-layout-grid *,.post-sidebar-sticky,.post-sidebar-sticky *,.post-step-card,.post-takeaways-card{opacity:1!important;transform:none!important;transition:none!important;animation:none!important;will-change:auto!important}.post-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:40px;align-items:start}.post-body-content{font-size:1.02rem;line-height:1.75;color:var(--text-sub)}.post-body-content>p{margin:0 0 18px 0}.post-article-content h2,.post-body-content h2,.post-body-content>h2{font-family:var(--font-heading);font-size:32px!important;font-weight:800;color:var(--text-main);margin:32px 0 14px 0;line-height:1.3}.post-body-content>h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--text-main);margin:24px 0 12px 0;line-height:1.35}.post-takeaways-card{background:var(--bg-alt);border-left:4px solid var(--brand-primary);border-radius:16px;padding:20px 24px;margin:24px 0}.post-takeaways-title{font-family:var(--font-heading);font-size:1.08rem;font-weight:700;color:var(--text-main);display:flex;align-items:center;gap:10px;margin:0 0 12px 0!important;padding:0;line-height:1.2}.post-takeaways-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px}.post-takeaways-list li{margin:0;line-height:1.6}.post-step-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;padding:22px 24px;margin-bottom:20px;box-shadow:0 4px 16px rgba(0,0,0,.02)}.post-step-header{display:flex;align-items:center;gap:14px;margin:0 0 14px 0!important;padding:0}.post-step-num{width:36px;height:36px;border-radius:50%;background:var(--brand-primary);color:#fff;font-family:var(--font-heading);font-size:.9rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.post-body-content .post-step-card h3.post-step-title,.post-step-card .post-step-title{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:var(--text-main);margin:0!important;padding:0!important;line-height:1.25}.post-step-card p{margin:0 0 12px 0!important;line-height:1.65}.post-step-card ul{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px}.post-step-card ul li{margin:0;line-height:1.6}.post-alert-box{display:flex;align-items:flex-start;gap:14px;background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.3);border-radius:16px;padding:18px 22px;margin:22px 0;color:#b91c1c}[data-theme=dark] .post-alert-box{background:rgba(239,68,68,.12);color:#fca5a5}.post-alert-icon{flex-shrink:0;margin-top:1px}.post-table-wrap{overflow-x:auto;margin:24px 0;border-radius:16px;border:1px solid var(--border-color)}.post-diagnostic-table{width:100%;border-collapse:collapse;text-align:left;font-size:.92rem}.post-diagnostic-table th{background:var(--bg-alt);color:var(--text-main);font-family:var(--font-heading);font-weight:700;padding:12px 18px;border-bottom:1px solid var(--border-color)}.post-diagnostic-table td{padding:12px 18px;border-bottom:1px solid var(--border-color);color:var(--text-sub)}.post-diagnostic-table tr:last-child td{border-bottom:none}.post-author-bio-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:22px;padding:28px;display:flex;flex-direction:row;align-items:center;gap:20px;margin-top:40px;box-shadow:var(--shadow-card)}.post-author-bio-avatar{width:70px;height:70px;border-radius:50%;object-fit:cover;border:2.5px solid var(--brand-primary);flex-shrink:0}.post-author-bio-text{display:flex;flex-direction:column}.post-author-bio-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;margin:0 0 6px 0!important;color:var(--text-main);line-height:1.25}.post-author-bio-desc{font-size:.86rem;color:var(--text-sub);line-height:1.55;margin:0!important}.post-sidebar-sticky{position:sticky;top:96px;display:flex;flex-direction:column;gap:24px}.post-toc-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:22px;padding:24px 22px;box-shadow:var(--shadow-card)}[data-theme=dark] .post-toc-card{background:#141722;border-color:rgba(255,255,255,.08)}.post-toc-title{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:var(--text-main);margin:0 0 14px 0!important;padding-bottom:12px;border-bottom:1px solid var(--border-color);line-height:1.2}.post-toc-nav{display:flex;flex-direction:column;gap:12px}.post-toc-link{font-size:.9rem;font-weight:500;color:var(--text-sub);text-decoration:none;transition:all .25s ease;display:flex;align-items:center;gap:8px;line-height:1.35}.post-toc-link.active,.post-toc-link:hover{color:var(--brand-primary);font-weight:700;transform:translateX(4px)}.post-booking-card,.post-cta-sidebar-card{background:linear-gradient(135deg,#181a20 0,#0d0e12 100%);border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:26px 22px;color:#fff!important;text-align:center;box-shadow:0 14px 40px rgba(0,0,0,.4)}.post-cta-icon-badge{width:44px;height:44px;border-radius:14px;background:rgba(198,2,2,.16);border:1px solid rgba(198,2,2,.35);color:#ff5e5e;display:flex;align-items:center;justify-content:center;margin:0 auto 16px auto;box-shadow:0 0 20px rgba(198,2,2,.35)}.post-cta-icon-badge svg{stroke:#FF5E5E}.post-booking-card h3,.post-cta-sidebar-card .post-cta-title,.post-cta-sidebar-card h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;margin:0 0 10px 0!important;color:#fff!important;line-height:1.25;text-align:center!important}.post-booking-card p,.post-cta-sidebar-card .post-cta-desc,.post-cta-sidebar-card p{font-size:.92rem!important;color:#fff!important;line-height:1.55!important;margin:0 0 20px 0!important;opacity:.92;text-align:center!important}.post-cta-sidebar-card .btn-pill-whatsapp{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;padding:8px 46px 8px 46px!important;min-height:48px!important;border-radius:var(--r-pill)!important;background:#25d366!important;border:none!important;color:#fff!important;font-family:var(--font-btn)!important;font-weight:700!important;font-size:.92rem!important;text-decoration:none!important;text-align:center!important;box-shadow:0 4px 18px rgba(37,211,102,.35)!important;transition:all .3s cubic-bezier(.4, 0, .2, 1)!important;box-sizing:border-box!important;margin-bottom:12px!important}.post-cta-sidebar-card .btn-pill-whatsapp .btn-arrow-circle{position:absolute!important;right:6px!important;top:50%!important;transform:translateY(-50%)!important;width:34px!important;height:34px!important;border-radius:50%!important;background:#fff!important;color:#25d366!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.post-cta-sidebar-card .btn-pill-whatsapp:hover{transform:translateY(-2px)!important;background:#20ba59!important;box-shadow:0 8px 25px rgba(37,211,102,.5)!important}.post-cta-sidebar-card .btn-pill-whatsapp:hover .btn-arrow-circle{transform:translateY(-50%) scale(1.06)!important}.post-cta-sidebar-card .btn-call-sidebar{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:10px!important;min-height:46px!important;padding:10px 20px!important;border:1.5px solid rgba(255,255,255,.28)!important;border-radius:var(--r-pill)!important;background:rgba(255,255,255,.08)!important;color:#fff!important;font-family:var(--font-btn)!important;font-size:.92rem!important;font-weight:700!important;text-decoration:none!important;transition:all .3s cubic-bezier(.4, 0, .2, 1)!important;box-sizing:border-box!important}.post-cta-sidebar-card .btn-call-sidebar svg{stroke:currentColor;flex-shrink:0}.post-cta-sidebar-card .btn-call-sidebar:hover{background:rgba(255,255,255,.18)!important;border-color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px rgba(0,0,0,.35)!important}@media (max-width:1024px){.blog-hero-grid{grid-template-columns:1fr;gap:36px}.blog-grid{grid-template-columns:repeat(2,1fr)}.post-layout-grid{grid-template-columns:1fr}.post-sidebar-sticky{position:static}}@media (max-width:768px){.blog-hero-title,.post-main-title{font-size:40px!important;line-height:1.18!important;word-break:break-word!important}.post-article-content h2,.post-body-content h2,.post-layout-grid h2,.related-posts-section .section-title,.related-posts-section h2{font-size:26px!important;line-height:1.25!important}.blog-category-nav{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;padding:4px 18px 14px 18px!important;margin-top:10px!important;margin-bottom:24px!important;scrollbar-width:none!important;width:calc(100% + 36px)!important;margin-left:-18px!important;margin-right:-18px!important;box-sizing:border-box!important}.blog-category-nav::-webkit-scrollbar{display:none!important}.blog-cat-btn{flex-shrink:0!important;white-space:nowrap!important;padding:10px 18px!important;font-size:.88rem!important;font-weight:700!important;border-radius:var(--r-pill)!important}.articles-grid-3col,.related-posts-grid{grid-template-columns:1fr!important;gap:24px!important}}@media (max-width:640px){.blog-hero-title,.post-main-title{font-size:40px!important;line-height:1.18!important}.post-article-content h2,.post-body-content h2,.post-layout-grid h2,.related-posts-section .section-title,.related-posts-section h2{font-size:26px!important;line-height:1.25!important}.blog-hero-section,.post-header-section{padding-top:104px!important;padding-bottom:40px!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important}.post-header-content{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.post-layout-grid{display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;gap:28px!important;box-sizing:border-box!important}.post-sidebar-sticky{order:1!important;position:static!important;top:auto!important;width:100%!important;max-width:100%!important;gap:18px!important}.post-body-content{order:2!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.post-toc-card{padding:20px 18px!important;border-radius:18px!important}.post-takeaways-card{padding:16px 16px!important;margin:20px 0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.post-takeaways-list{padding-left:18px!important;margin:0!important;box-sizing:border-box!important}.post-step-card{padding:18px 16px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.post-author-bio-card{flex-direction:column!important;align-items:center!important;text-align:center!important;padding:22px 18px!important;gap:14px!important;margin-top:28px!important;border-radius:20px!important}.post-author-bio-avatar{width:72px!important;height:72px!important;margin:0 auto!important}.post-author-bio-text{align-items:center!important;text-align:center!important}.post-author-bio-title{font-size:1.05rem!important;text-align:center!important;margin-bottom:8px!important}.post-author-bio-desc{font-size:.86rem!important;text-align:center!important;line-height:1.55!important}.post-alert-box{padding:16px 14px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.post-table-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;margin:24px 0!important;border-radius:16px!important;border:1px solid var(--border-color)!important;box-sizing:border-box!important;display:block!important}.post-diagnostic-table{min-width:580px!important;width:100%!important;border-collapse:collapse!important}.post-diagnostic-table td,.post-diagnostic-table th{padding:12px 14px!important;font-size:.85rem!important;line-height:1.5!important;white-space:normal!important}.post-diagnostic-table th{white-space:nowrap!important}.articles-grid-3col,.blog-grid,.related-posts-grid{grid-template-columns:1fr!important;gap:24px!important}.blog-hero-highlights{grid-template-columns:1fr}.post-featured-hero-image{height:220px!important;border-radius:20px!important;margin-bottom:28px!important;width:100%!important;box-sizing:border-box!important}.blog-hero-actions{flex-direction:column;width:100%;gap:12px}.blog-hero-actions .btn-capsule,.blog-hero-actions .btn-pill-whatsapp{width:100%;min-height:48px;box-sizing:border-box;position:relative;justify-content:center;text-align:center}.blog-hero-actions .btn-capsule{padding:8px 46px 8px 46px}.blog-hero-actions .btn-pill-whatsapp{padding:12px 24px}.blog-hero-actions .btn-capsule .btn-capsule-icon{position:absolute;right:8px;top:50%;transform:translateY(-50%);margin:0;width:32px;height:32px}.blog-hero-actions .btn-capsule:hover .btn-capsule-icon{transform:translateY(-50%) scale(1.05)}.blog-float-badge{padding:10px 14px!important;border-radius:16px!important;max-width:calc(100% - 24px)!important;box-sizing:border-box!important}.blog-float-top{display:none!important}.blog-float-bottom{left:12px!important;bottom:12px!important;right:auto!important;top:auto!important}}