﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}html{font-size:18px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;font-weight:400;line-height:1.6;color:#374151;background-color:#f9fafb;overflow-x:hidden;}a{color:inherit;text-decoration:none;transition:color 150ms ease;}a:hover{color:#c00000;}img{max-width:100%;height:auto;display:block;}ul,ol{list-style:none;}button{font-family:inherit;cursor:pointer;}.container{max-width:1320px;margin:0 auto;padding:0 16px;width:100%;}.blog-v2-topbar{background:#1f2937;padding:8px 0;font-size:14px;border-bottom:1px solid #374151;}.blog-v2-topbar .container{display:flex;align-items:center;justify-content:space-between;}.blog-v2-topbar .topbar-slogan{color:#d1d5db;font-weight:500;font-size:14px;}.blog-v2-topbar .topbar-slogan strong{color:#fff;font-weight:700;}@media(max-width:767px){.blog-v2-topbar .topbar-slogan{font-size:12px;text-align:left;width:100%;padding-right:50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}}.blog-v2-topbar .topbar-links{display:flex;align-items:center;gap:4px;margin-left:auto;}.blog-v2-topbar .topbar-links a{color:#9ca3af;padding:0 8px;font-size:14px;}.blog-v2-topbar .topbar-links a:hover{color:#fff;}.blog-v2-topbar .topbar-links .separator{color:#4b5563;font-size:10px;}@media(max-width:767px){.blog-v2-topbar .topbar-links{display:none;}.blog-v2-topbar .topbar-links.mobile-visible{display:flex;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;background:#1f2937;padding:64px 24px 24px;z-index:200;gap:4px;}.blog-v2-topbar .topbar-links.mobile-visible a{color:#d1d5db;padding:12px 16px;font-size:18px;border-bottom:1px solid #374151;}.blog-v2-topbar .topbar-links.mobile-visible a:hover{color:#fff;}.blog-v2-topbar .topbar-links.mobile-visible .separator{display:none;}}.blog-v2-header{background:#fff;padding:16px 0;box-shadow:0 2px 4px rgba(0,0,0,.05);}.blog-v2-header .header-main{display:flex;align-items:center;justify-content:space-between;gap:16px;}@media(max-width:767px){.blog-v2-header .header-main{justify-content:center;}}.blog-v2-header .header-logo{flex-shrink:0;}.blog-v2-header .header-logo .logo-img{height:65px;width:auto;}@media(max-width:767px){.blog-v2-header .header-logo .logo-img{height:50px;}}.blog-v2-header .header-categories{display:flex;align-items:stretch;gap:0;flex-wrap:nowrap;flex:1;justify-content:space-between;}@media(max-width:767px){.blog-v2-header .header-categories{display:none;}.blog-v2-header .header-categories.mobile-visible{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;padding:64px 16px 16px;z-index:200;overflow-y:auto;gap:0;}.blog-v2-header .header-categories.mobile-visible .category-link{padding:12px 16px;font-size:16px;border-bottom:1px solid #e5e7eb;justify-content:flex-start;flex:none;}}.blog-v2-header .header-categories .category-link{display:flex;align-items:center;justify-content:center;padding:20px 17px;color:#6b7280;font-size:16px;font-weight:600;letter-spacing:.3px;border-radius:0;transition:all 150ms ease;text-align:center;line-height:1.3;border-bottom:3px solid transparent;}.blog-v2-header .header-categories .category-link:hover,.blog-v2-header .header-categories .category-link.active{color:#1f2937;border-bottom-color:#c00000;}.blog-v2-hero{position:relative;background:linear-gradient(135deg,#1a1a2e 0%,#2d3a4a 50%,#4a5568 100%);min-height:160px;display:flex;align-items:center;justify-content:center;padding:24px 0;}.blog-v2-hero .hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);}.blog-v2-hero .container{position:relative;z-index:1;display:flex;justify-content:center;}.blog-v2-hero .hero-card{background:#fff;border-radius:12px;padding:20px 32px;display:flex;align-items:center;gap:16px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);max-width:480px;}@media(max-width:767px){.blog-v2-hero .hero-card{flex-direction:row;text-align:left;padding:16px;max-width:100%;}}.blog-v2-hero .hero-card-icon{flex-shrink:0;width:48px;height:48px;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#4b5563;}.blog-v2-hero .hero-card-icon svg{width:24px;height:24px;}.blog-v2-hero .hero-card-content{flex:1;}.blog-v2-hero .hero-card-title{font-size:18px;font-weight:700;color:#1f2937;margin-bottom:2px;}.blog-v2-hero .hero-card-text{font-size:14px;color:#4b5563;line-height:1.4;}.blog-v2-hero .hero-card-text strong{color:#c00000;font-weight:600;}.blog-v2-categories{background:#c00000;padding:12px 0;}.blog-v2-categories .category-menu{display:flex;justify-content:center;gap:4px;flex-wrap:wrap;}@media(max-width:767px){.blog-v2-categories .category-menu{gap:8px;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px;}}.blog-v2-categories .category-link{display:block;padding:8px 16px;color:#fff;font-size:16px;font-weight:500;text-align:center;border-radius:4px;transition:background 150ms ease;white-space:nowrap;}.blog-v2-categories .category-link:hover{background:rgba(255,255,255,.1);color:#fff;}.mobile-menu-toggle{position:fixed;top:12px;right:12px;z-index:500;width:44px;height:44px;background:#c00000;border:0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:12px;display:none;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);}@media(max-width:767px){.mobile-menu-toggle{display:flex;}}.mobile-menu-toggle.active{background:#e6892f;}.mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px);}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0;}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);}.mobile-menu-toggle .hamburger-line{width:20px;height:2px;background:#fff;transition:all 200ms ease;}.blog-v2-footer{margin-top:0;}.blog-v2-footer .footer-main{background:#1f2937 url("/img/bg/bg-footer.webp") center bottom/cover no-repeat;color:#d1d5db;padding:48px 0;}.blog-v2-footer .footer-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:32px;}@media(min-width:768px) and (max-width:1023px){.blog-v2-footer .footer-grid{grid-template-columns:repeat(3,1fr);}}@media(max-width:767px){.blog-v2-footer .footer-grid{grid-template-columns:1fr;gap:24px;text-align:center;}}.blog-v2-footer .footer-title{color:#fff;font-size:18px;font-weight:600;margin-bottom:16px;}.blog-v2-footer .footer-links li{margin-bottom:8px;}.blog-v2-footer .footer-links li a{color:#9ca3af;font-size:16px;}.blog-v2-footer .footer-links li a:hover{color:#fff;}.blog-v2-footer .social-grid{display:flex;flex-wrap:wrap;gap:8px;}@media(max-width:767px){.blog-v2-footer .social-grid{justify-content:center;}}.blog-v2-footer .social-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#374151;border-radius:8px;color:#d1d5db;transition:all 150ms ease;}.blog-v2-footer .social-btn:hover{background:#c00000;color:#fff;}.blog-v2-footer .social-btn svg{width:18px;height:18px;}.blog-v2-footer .exclusive-area p{font-size:16px;color:#9ca3af;margin-bottom:12px;}.blog-v2-footer .exclusive-area .btn-access{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;font-size:16px;font-weight:500;border-radius:8px;border:0;cursor:pointer;transition:all 200ms ease;text-decoration:none;background-color:#c00000;color:#fff;width:100%;}.blog-v2-footer .exclusive-area .btn-access:disabled{opacity:.6;cursor:not-allowed;}.blog-v2-footer .exclusive-area .btn-access:hover:not(:disabled){background-color:#e6892f;}.blog-v2-footer .footer-portals{background:#fff;padding:24px 0;}.blog-v2-footer .footer-portals .portals-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:24px;}@media(max-width:767px){.blog-v2-footer .footer-portals .portals-grid{gap:16px 20px;}}.blog-v2-footer .footer-portals .portals-grid a{opacity:.7;transition:opacity 150ms ease;}.blog-v2-footer .footer-portals .portals-grid a:hover{opacity:1;}.blog-v2-footer .footer-portals .portals-grid a img{height:30px;width:auto;}@media(max-width:767px){.blog-v2-footer .footer-portals .portals-grid a img{height:24px;}}.blog-v2-footer .footer-copyright{background:#111827;padding:16px 0;text-align:center;border-top:1px solid #1f2937;}.blog-v2-footer .footer-copyright p{font-size:16px;color:#6b7280;}.blog-v2-main{min-height:60vh;}.section-title{font-size:26px;font-weight:700;color:#1f2937;margin-bottom:24px;}@media(max-width:767px){.section-title{font-size:22px;margin-bottom:16px;}}.btn-back-to-top{position:fixed;bottom:24px;right:24px;z-index:300;width:44px;height:44px;border-radius:9999px;border:0;background:#c00000;color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity 200ms ease,visibility 200ms ease,transform 200ms ease,background 200ms ease;}.btn-back-to-top svg{width:22px;height:22px;}.btn-back-to-top:hover{background:#e6892f;}.btn-back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0);}@media(max-width:767px){.btn-back-to-top{bottom:16px;right:16px;width:40px;height:40px;}}.blog-hero{position:relative;padding:64px 0;overflow:hidden;}.blog-hero .hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#111827 0%,#374151 100%);background-size:cover;background-position:center;}.blog-hero .hero-background .hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);}.blog-hero .hero-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;}.blog-hero .hero-box{display:flex;align-items:center;gap:16px;background:#fff;padding:20px 32px;border-radius:12px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);}@media(max-width:767px){.blog-hero .hero-box{flex-direction:column;text-align:center;padding:16px;}}.blog-hero .hero-logo img{width:60px;height:auto;}.blog-hero .hero-text h2{font-size:20px;font-weight:700;color:#1f2937;margin-bottom:4px;}.blog-hero .hero-text p{font-size:16px;color:#6b7280;}.blog-filtro-ativo{padding:32px 0 16px;background:#fff;}.blog-filtro-ativo .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;}.blog-filtro-ativo .section-title{margin-bottom:0;}.blog-filtro-ativo .filtro-limpar{font-size:16px;color:#c00000;font-weight:500;}.blog-filtro-ativo .filtro-limpar:hover{text-decoration:underline;}.blog-filters{display:none;background:#fff;padding:16px 0;border-bottom:1px solid #e5e7eb;}.blog-filters .filters-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;}@media(max-width:767px){.blog-filters .filters-row{flex-direction:column;align-items:stretch;}}.blog-filters .filter-label{font-size:16px;color:#4b5563;font-weight:500;}.blog-filters .filter-dropdowns{display:flex;gap:12px;}@media(max-width:767px){.blog-filters .filter-dropdowns{width:100%;}}.blog-filters .filter-select{width:100%;padding:12px 16px;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;font-size:18px;border:1px solid #d1d5db;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease;min-width:180px;cursor:pointer;}.blog-filters .filter-select::placeholder{color:#9ca3af;}.blog-filters .filter-select:focus{outline:0;border-color:#c00000;box-shadow:0 0 0 3px rgba(192,0,0,.1);}@media(max-width:767px){.blog-filters .filter-select{flex:1;min-width:auto;}}.card-carousel{position:relative;display:flex;overflow:hidden;}.card-carousel.flickity-enabled{display:block;overflow:visible;outline:0;}.card-carousel .flickity-viewport{overflow:hidden;position:relative;width:100%;}.card-carousel .flickity-slider{position:absolute;width:100%;}.card-carousel .flickity-button{position:absolute;background:transparent;border:0;color:#4b5563;cursor:pointer;width:40px;height:40px;border-radius:0;box-shadow:none;transition:color 200ms ease;z-index:10;top:50%;transform:translateY(-50%);}.card-carousel .flickity-button:hover{color:#1f2937;}.card-carousel .flickity-button:disabled{opacity:.3;cursor:default;}.card-carousel .flickity-button svg{width:18px;height:18px;}.card-carousel .flickity-button.previous{left:-40px;}@media(max-width:767px){.card-carousel .flickity-button.previous{left:4px;}}.card-carousel .flickity-button.next{right:-40px;}@media(max-width:767px){.card-carousel .flickity-button.next{right:4px;}}.card-carousel .flickity-page-dots{display:none;}.carousel-cell{width:33.333%;flex-shrink:0;padding:5px 15px 15px;box-sizing:border-box;}@media(min-width:768px) and (max-width:1023px){.carousel-cell{width:50%;}}@media(max-width:767px){.carousel-cell{width:85%;}}.card-categoria{display:flex;align-items:center;gap:8px;padding:8px 0 8px;}.card-categoria .categoria-dot{width:20px;height:8px;border-radius:4px;flex-shrink:0;}.card-categoria .categoria-nome{font-size:15px;font-weight:600;color:#444;}.blog-card{display:flex;flex-direction:column;}.blog-card .card-link{flex:1;display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05);overflow:hidden;transition:box-shadow 200ms ease,transform 200ms ease;color:inherit;text-decoration:none;border:1px solid rgba(0,0,0,.03);}.blog-card .card-link:hover{box-shadow:0 8px 25px rgba(0,0,0,.1);transform:translateY(-3px);color:inherit;}.blog-card .card-link:hover .card-title{color:#c00000;}.blog-card .card-link:hover .card-image img{transform:scale(1.05);}.blog-card .card-image{position:relative;height:200px;overflow:hidden;background:#f3f4f6;}.blog-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform 300ms ease;}.blog-card .card-content{padding:16px;}.blog-card .card-meta-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;gap:8px;}.blog-card .card-meta{display:block;font-size:11px;color:#888;font-weight:500;}.blog-card .podcast-badge{display:inline-flex;align-items:center;gap:6px;background:#e6892f;color:#fff;padding:2px 8px;border-radius:4px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;}.blog-card .podcast-badge i{font-size:11px;}.blog-card .card-title{font-size:.95rem;font-weight:700;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:color 200ms ease;line-height:1.35;min-height:2.7em;margin-bottom:8px;}.blog-card .card-excerpt{font-size:13px;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:12px;line-height:1.5;min-height:3em;}.blog-card .card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;}.blog-card .card-tags .tag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.2px;}.blog-card .card-tags .tag:hover{text-decoration:underline;}.blog-destaques{padding:40px 0;background:#fff;}.blog-destaques .carousel-cell{width:33.333%;}@media(min-width:768px) and (max-width:1023px){.blog-destaques .carousel-cell{width:50%;}}@media(max-width:767px){.blog-destaques .carousel-cell{width:85%;}}.blog-destaques .card-link{display:flex;flex-direction:column;}.blog-destaques .card-link .card-content{flex:1;display:flex;flex-direction:column;}.blog-destaques .card-link .card-excerpt{flex:1;}.blog-mais-lidas{padding:40px 0;background:#fff;}.blog-mais-lidas .carousel-cell{width:25%;}@media(min-width:768px) and (max-width:1023px){.blog-mais-lidas .carousel-cell{width:33.333%;}}@media(max-width:767px){.blog-mais-lidas .carousel-cell{width:80%;}}.blog-mais-lidas .card-image{height:180px;}.blog-mais-lidas .card-link{display:flex;flex-direction:column;}.blog-mais-lidas .card-link .card-content{flex:1;}.blog-ultimas{padding:40px 0;background:#fff;}.blog-ultimas .carousel-cell{width:25%;}@media(min-width:768px) and (max-width:1023px){.blog-ultimas .carousel-cell{width:33.333%;}}@media(max-width:767px){.blog-ultimas .carousel-cell{width:80%;}}.blog-ultimas .card-image{height:180px;}.blog-ultimas .card-link{display:flex;flex-direction:column;}.blog-ultimas .card-link .card-content{flex:1;}.blog-youtube-banner{padding:0 0;background:#f5f5f5;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;}.blog-youtube-banner .youtube-box{display:flex;align-items:stretch;background:transparent;overflow:hidden;}@media(max-width:767px){.blog-youtube-banner .youtube-box{flex-direction:column;}}.blog-youtube-banner .youtube-bg-left{flex:0 0 45%;background:url("/Areas/BlogV2/img/logos/spimovel-cast-bg.png") center center/contain no-repeat;min-height:140px;}@media(max-width:767px){.blog-youtube-banner .youtube-bg-left{flex:none;min-height:120px;}}.blog-youtube-banner .youtube-text{flex:1;padding:32px 40px;display:flex;flex-direction:column;justify-content:center;}@media(max-width:767px){.blog-youtube-banner .youtube-text{padding:24px 16px;text-align:center;}}.blog-youtube-banner .youtube-text h3{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:4px;}.blog-youtube-banner .youtube-text p{font-size:.95rem;color:#666;margin-bottom:16px;}.blog-youtube-banner .youtube-text .youtube-btns{display:flex;align-items:center;gap:8px;}@media(max-width:767px){.blog-youtube-banner .youtube-text .youtube-btns{justify-content:center;}}.blog-youtube-banner .youtube-text .youtube-btn{display:inline-flex;align-items:center;gap:8px;background:#842929;color:#fff;padding:6px 16px;border-radius:4px;border:1px solid #842929;font-size:.85rem;font-weight:700;text-decoration:none;transition:opacity 200ms ease;}.blog-youtube-banner .youtube-text .youtube-btn:hover{opacity:.9;color:#fff;}.blog-cta{padding:40px 0;background:#fff;}.blog-cta .container{text-align:center;}.blog-cta a{display:inline-block;}.blog-cta a img{max-width:100%;width:900px;height:auto;display:block;margin:0 auto;}.blog-videos{padding:40px 0;background:#f2f2f2;}.blog-videos .section-title{color:#1f2937;}.blog-videos .videos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}@media(min-width:768px) and (max-width:1023px){.blog-videos .videos-grid{grid-template-columns:repeat(2,1fr);}}@media(max-width:767px){.blog-videos .videos-grid{grid-template-columns:1fr;}}.blog-videos .video-card{border-radius:12px;overflow:hidden;background:#000;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:transform 300ms ease,box-shadow 300ms ease;}.blog-videos .video-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.15);}.blog-videos .video-card .video-embed{width:100%;height:100%;}.blog-categorias-tags{padding:40px 0;background:#fdfdfd;text-align:center;}.blog-categorias-tags .categorias-cloud{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:900px;margin:0 auto;}.blog-categorias-tags .categoria-tag{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:opacity 200ms ease;}.blog-categorias-tags .categoria-tag:hover{opacity:.8;text-decoration:underline;}.blog-newsletter{padding:40px 0;background:#f3f3f3;border-top:1px solid #e5e7eb;}.blog-newsletter .newsletter-wrapper{display:flex;align-items:center;justify-content:space-between;gap:40px;}@media(min-width:768px) and (max-width:1023px){.blog-newsletter .newsletter-wrapper{flex-direction:column;align-items:stretch;gap:32px;}}@media(max-width:767px){.blog-newsletter .newsletter-wrapper{flex-direction:column;align-items:stretch;gap:24px;}}.blog-newsletter .newsletter-label{display:block;font-size:1.15rem;font-weight:800;color:#333;margin-bottom:12px;}@media(max-width:767px){.blog-newsletter .newsletter-label{text-align:center;}}.blog-newsletter .newsletter-form-col{flex:1;display:flex;flex-direction:column;justify-content:center;}.blog-newsletter .newsletter-podcast-col{flex:0 0 380px;display:flex;flex-direction:column;justify-content:center;}@media(min-width:768px) and (max-width:1023px){.blog-newsletter .newsletter-podcast-col{flex:auto;width:100%;}}@media(max-width:767px){.blog-newsletter .newsletter-podcast-col{flex:auto;width:100%;}}.blog-newsletter .newsletter-form{display:flex;flex-wrap:wrap;gap:12px;width:100%;}.blog-newsletter .newsletter-form input{flex:1 1 180px;padding:10px 16px;border:1px solid #ddd;border-radius:4px;font-size:.9rem;min-width:0;height:42px;}@media(max-width:767px){.blog-newsletter .newsletter-form input{flex:none;}}.blog-newsletter .newsletter-form input:focus{outline:0;border-color:#e6892f;}.blog-newsletter .newsletter-form .newsletter-btn{background:#e6892f;color:#fff;border:0;padding:10px 24px;border-radius:4px;font-weight:700;cursor:pointer;transition:opacity 200ms ease;white-space:nowrap;}.blog-newsletter .newsletter-form .newsletter-btn:hover{opacity:.9;}@media(max-width:767px){.blog-newsletter .newsletter-form{flex-direction:column;}}.blog-newsletter .newsletter-msg{display:block;width:100%;font-size:16px;margin-top:8px;font-weight:500;}.blog-newsletter .newsletter-msg.success{color:#16a34a;}.blog-newsletter .newsletter-msg.error{color:#dc2626;}.blog-newsletter .newsletter-msg.info{color:#d97706;}.blog-newsletter .podcast-mini-card{display:block;background:#fff;border:1px solid #eee;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.03);transition:box-shadow 200ms ease;text-decoration:none;}.blog-newsletter .podcast-mini-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.08);}.blog-newsletter .podcast-mini-card img{width:100%;height:auto;display:block;}.blog-newsletter .mini-yt-btn{display:inline-flex;align-items:center;gap:6px;background:#e6892f;color:#fff;padding:6px 12px;border-radius:4px;font-size:.8rem;font-weight:700;text-decoration:none;transition:opacity 200ms ease;}.blog-newsletter .mini-yt-btn:hover{opacity:.9;color:#fff;}.blog-pagination{padding:32px 0;background:#fff;}.blog-pagination .pagination-container{display:flex;align-items:center;justify-content:center;gap:8px;}.blog-pagination .pagination-container a,.blog-pagination .pagination-container span{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 12px;border-radius:8px;font-size:16px;font-weight:500;transition:all 150ms ease;}.blog-pagination .pagination-container a{background:#f3f4f6;color:#374151;}.blog-pagination .pagination-container a:hover{background:#c00000;color:#fff;}.blog-pagination .pagination-container a.active{background:#c00000;color:#fff;}footer .exclusive-area{border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:16px;background:transparent;}footer .exclusive-area .btn-access{background-color:#e0e0e0!important;color:#000!important;font-weight:700;width:100%;justify-content:center;border-radius:4px;padding:10px 16px;display:flex;align-items:center;gap:8px;text-decoration:none;transition:background 300ms ease;}footer .exclusive-area .btn-access:hover{background-color:#fff!important;}