:root{--blog-text: #1a1a1a;--blog-text-secondary: #666666;--blog-highlight: #0e7590;--blog-border: #e9ecef;--blog-card-bg: #ffffff}.blog-post-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}@media (min-width: 768px){.blog-post-container{padding:7rem 1.5rem 4rem}}.post-header{text-align:center;margin-bottom:2rem}@media (min-width: 768px){.post-header{margin-bottom:3rem}}.post-header .post-category{display:inline-block;background-color:#0e75901a;color:var(--blog-highlight);padding:.5rem 1.25rem;border-radius:2rem;text-decoration:none;font-weight:500;margin-bottom:1rem}.post-header .post-title{font-size:clamp(2.5rem,5vw,3.3rem);font-weight:700;line-height:1.2;color:var(--blog-text);margin-bottom:1.3rem}.post-header .post-author-date{display:flex;justify-content:center;align-items:center;gap:1rem;color:var(--blog-text-secondary)}.post-header .post-author-date .author-info{display:flex;align-items:center;gap:.5rem}.post-header .post-author-date .author-avatar{border-radius:50%}.post-featured-image{width:100%;height:auto;max-height:400px;object-fit:cover;border-radius:1.5rem;margin-bottom:3rem;box-shadow:0 15px 40px #0000001a}.post-content-wrapper{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 1024px){.post-content-wrapper{grid-template-columns:1fr 350px;align-items:flex-start}}.post-content{font-size:1.125rem;line-height:1.8;color:var(--blog-text)}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{font-weight:600;margin:2.5rem 0 1.25rem;line-height:1.4}.post-content p{margin-bottom:1.5rem}.post-content a{color:var(--blog-highlight);text-decoration:none;border-bottom:2px solid rgba(14,117,144,.2)}.post-content a:hover{border-bottom-color:var(--blog-highlight)}.post-content ul,.post-content ol{padding-left:1.5rem;margin-bottom:1.5rem;list-style-type:disc}.post-content blockquote{border-left:4px solid var(--blog-highlight);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--blog-text-secondary)}.post-content table{width:100%;border-collapse:collapse;margin:2rem 0;border-radius:.5rem;overflow:hidden;box-shadow:0 2px 10px #0000001a}.post-content table th,.post-content table td{border:1px solid var(--blog-border);padding:.75rem 1rem;text-align:left}.post-content table thead{background-color:#f8f9fa}.post-content table thead th{font-weight:600;color:var(--blog-text)}.post-content img{max-width:100%;height:auto;border-radius:1rem;margin:2rem 0;box-shadow:0 8px 20px #0000001a}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--blog-border)}.post-footer .tags-container{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.post-footer .tags-container .tag{display:inline-block;background-color:#e9ecef;padding:.5rem 1rem;border-radius:.5rem;font-size:.9rem;color:var(--blog-text-secondary);transition:all .3s ease}.post-footer .tags-container .tag:hover{background-color:var(--blog-highlight);color:#fff}.post-cta-section{margin:4rem 0;padding:3rem 2rem;background:linear-gradient(135deg,#0e7590,#2b9eb3);border-radius:1.5rem;text-align:center;box-shadow:0 10px 30px #0e759033}.post-cta-section .post-cta-content{max-width:600px;margin:0 auto}.post-cta-section .post-cta-content h3{font-size:2rem;font-weight:700;color:#fff;margin:0 0 1rem}.post-cta-section .post-cta-content p{font-size:1.1rem;color:#ffffffe6;margin:0 0 2rem;line-height:1.6}.post-cta-section .post-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.post-cta-section .btn-cta-primary,.post-cta-section .btn-cta-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:.75rem;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;cursor:pointer}.post-cta-section .btn-cta-primary{background:#fff;color:var(--blog-highlight);box-shadow:0 4px 12px #00000026}.post-cta-section .btn-cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.post-cta-section .btn-cta-primary svg{transition:transform .3s ease}.post-cta-section .btn-cta-primary:hover svg{transform:translate(4px)}.post-cta-section .btn-cta-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.post-cta-section .btn-cta-secondary:hover{background:#ffffff1a;border-color:#fff}.post-share-section{margin:3rem 0;padding:2rem;background:#f8f9fa;border-radius:1rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.post-share-section .share-label{font-weight:600;color:var(--blog-text);font-size:1rem}.post-share-section .share-buttons{display:flex;gap:.75rem}.post-share-section .share-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;transition:all .3s ease;text-decoration:none}.post-share-section .share-btn.facebook{background:#1877f2;color:#fff}.post-share-section .share-btn.facebook:hover{background:#0d65d9;transform:translateY(-3px);box-shadow:0 5px 15px #1877f24d}.post-share-section .share-btn.twitter{background:#1da1f2;color:#fff}.post-share-section .share-btn.twitter:hover{background:#0c8bd9;transform:translateY(-3px);box-shadow:0 5px 15px #1da1f24d}.post-share-section .share-btn.linkedin{background:#0077b5;color:#fff}.post-share-section .share-btn.linkedin:hover{background:#006399;transform:translateY(-3px);box-shadow:0 5px 15px #0077b54d}.post-share-section .share-btn.whatsapp{background:#25d366;color:#fff}.post-share-section .share-btn.whatsapp:hover{background:#1ebe57;transform:translateY(-3px);box-shadow:0 5px 15px #25d3664d}.post-back-link{margin:3rem 0 1rem}.post-back-link .back-to-blog{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;color:var(--blog-highlight);border:2px solid var(--blog-highlight);border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s ease}.post-back-link .back-to-blog svg{transition:transform .3s ease}.post-back-link .back-to-blog:hover{background:var(--blog-highlight);color:#fff;transform:translate(-4px)}.post-back-link .back-to-blog:hover svg{transform:translate(-4px)}.sidebar{position:sticky;top:2rem}.sidebar .sidebar-widget{background:#f8f9fa;padding:2rem;border-radius:1rem;margin-bottom:2rem}.sidebar .widget-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--blog-border)}.sidebar .author-widget{background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid var(--blog-border)}.sidebar .author-card{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.25rem}.sidebar .author-avatar{width:80px;height:80px;border-radius:50%;flex-shrink:0;object-fit:cover;box-shadow:0 4px 12px #0000001a}.sidebar .author-avatar-initials{width:80px;height:80px;border-radius:16px;background:linear-gradient(135deg,#0e7590,#2b9eb3);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 24px #0e759040;position:relative;overflow:hidden}.sidebar .author-avatar-initials:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.15),transparent);transform:rotate(45deg)}.sidebar .author-avatar-initials .initials{font-size:2rem;font-weight:700;color:#fff;letter-spacing:.05em;position:relative;z-index:1}.sidebar .author-info{flex:1}.sidebar .author-name{font-size:1.125rem;font-weight:600;color:var(--blog-text);margin:0 0 .25rem;line-height:1.3}.sidebar .author-role{font-size:.9rem;color:var(--blog-highlight);margin:0;font-weight:500}.sidebar .author-bio{font-size:.95rem;line-height:1.6;color:var(--blog-text-secondary);margin:0;padding-top:1rem;border-top:1px solid rgba(14,117,144,.1)}.sidebar.related-posts-widget{background:#f8f9fa}.sidebar .related-posts-list{display:flex;flex-direction:column;gap:1.5rem}.sidebar .related-post-item{display:flex;align-items:center;gap:1rem;text-decoration:none}.sidebar .related-post-item:hover .related-post-title{color:var(--blog-highlight)}.sidebar .related-post-image{width:65px;height:65px;object-fit:cover;border-radius:10px;flex-shrink:0}.sidebar .related-post-info{display:flex;flex-direction:column;gap:.25rem}.sidebar .related-post-title{font-size:.8rem;font-weight:500;color:var(--blog-text);line-height:1.4;transition:color .2s ease}.sidebar .related-post-date{font-size:.85rem;color:var(--blog-text-secondary)}@media (max-width: 1023px){.post-content-wrapper{grid-template-columns:1fr;gap:2.5rem}.sidebar{position:static;top:auto}.post-content table{display:block;overflow-x:auto;white-space:nowrap}.post-cta-section{padding:2rem 1.5rem}.post-cta-section .post-cta-content h3{font-size:1.5rem}.post-cta-section .post-cta-content p{font-size:1rem}.post-cta-section .post-cta-buttons{flex-direction:column;width:100%}.post-cta-section .post-cta-buttons .btn-cta-primary,.post-cta-section .post-cta-buttons .btn-cta-secondary{width:100%;justify-content:center}.post-share-section{padding:1.5rem;flex-direction:column}.post-share-section .share-buttons{justify-content:center}}
