.blog-hero{background:linear-gradient(145deg,var(--red-matt-dark),var(--red-deep));color:var(--white);padding:50px 0 30px;position:relative;overflow:hidden}.blog-hero .hero-content{max-width:1000px;margin:0 auto;text-align:center;position:relative;z-index:2}.blog-hero .breadcrumb{display:flex;gap:10px;align-items:center;justify-content:center;margin-bottom:20px;color:rgb(255 255 255 / .8);font-size:.9rem;flex-wrap:wrap}.blog-hero .breadcrumb a{color:var(--gold);transition:var(--transition-smooth)}.blog-hero .breadcrumb a:hover{color:var(--white);text-decoration:underline}.blog-hero .breadcrumb i{font-size:.7rem;color:var(--gold)}.blog-search-container{position:relative;max-width:600px;margin:40px auto 30px}.blog-search-container form{display:flex;align-items:center;background:rgb(255 255 255 / .15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:60px;border:1px solid rgb(255 215 0 / .3);padding:5px 5px 5px 25px;box-shadow:0 15px 35px rgb(0 0 0 / .2);transition:var(--transition-smooth)}.blog-search-container form:focus-within{background:rgb(255 255 255 / .25);border-color:var(--gold);box-shadow:0 20px 40px rgb(0 0 0 / .3);transform:translateY(-2px)}.blog-search-container i{color:var(--gold);font-size:1.2rem;margin-right:10px}.blog-search-container input{flex:1;background:#fff0;border:none;padding:15px 10px;font-size:1rem;color:var(--white);outline:none;font-family:var(--font-primary)}.blog-search-container input::placeholder{color:rgb(255 255 255 / .6);font-weight:300}.search-btn{background:linear-gradient(135deg,var(--gold),#b88915);border:none;padding:12px 30px;border-radius:50px;color:var(--charcoal);font-weight:700;font-size:.95rem;cursor:pointer;transition:var(--transition-bounce);white-space:nowrap}.search-btn:hover{background:var(--white);transform:translateY(-2px);box-shadow:0 10px 20px rgb(0 0 0 / .2)}.blog-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin:30px 0}.featured-post-section{padding:60px 0 40px;background:linear-gradient(145deg,var(--white),var(--cream))}.featured-post{display:grid;grid-template-columns:1fr;gap:30px;background:var(--white);border-radius:28px;overflow:hidden;box-shadow:var(--shadow-premium);border:1px solid rgb(155 29 29 / .1)}@media (min-width:992px){.featured-post{grid-template-columns:0.8fr 1.2fr}}.featured-image{background:linear-gradient(135deg,var(--red-deep),var(--red-bright));display:flex;align-items:center;justify-content:center;padding:40px;position:relative;min-height:250px}.featured-image i{font-size:6rem;color:rgb(255 255 255 / .3);animation:float 3s ease-in-out infinite}.featured-badge{position:absolute;top:20px;left:20px;background:var(--gold);color:var(--charcoal);padding:8px 22px;border-radius:40px;font-weight:700;font-size:.85rem;box-shadow:0 5px 15px rgb(0 0 0 / .2)}.featured-content{padding:40px;display:flex;flex-direction:column}.featured-category{display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--red-bright);margin-bottom:15px}.featured-category i{margin-right:5px}.featured-title{font-size:1.8rem;font-weight:700;line-height:1.3;margin-bottom:20px;color:var(--charcoal)}@media (max-width:768px){.featured-title{font-size:1.5rem}}.featured-excerpt{color:var(--text-secondary);font-size:1rem;line-height:1.7;margin-bottom:20px}.featured-meta{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid rgb(155 29 29 / .1);color:var(--text-secondary);font-size:.95rem}.featured-meta i{color:var(--red-deep);margin-right:5px}.meta-highlight{color:var(--red-deep);font-weight:600}.featured-actions{display:flex;gap:15px;flex-wrap:wrap}.featured-actions .btn{padding:14px 30px}.blog-categories{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:20px 0 30px;margin:0 -5px}.blog-categories::-webkit-scrollbar{display:none}.category-btn{background:var(--white);border:1px solid rgb(155 29 29 / .1);padding:12px 24px;border-radius:40px;font-size:.95rem;font-weight:600;color:var(--text-primary);cursor:pointer;transition:var(--transition-smooth);white-space:nowrap;box-shadow:var(--shadow-sm)}.category-btn:hover{background:var(--red-soft);border-color:var(--red-bright);transform:translateY(-2px)}.category-btn.active{background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white);border-color:#fff0;box-shadow:0 10px 20px -5px rgb(155 29 29 / .4)}.blog-posts-section{padding:40px 0 60px;background:linear-gradient(145deg,var(--cream),var(--white))}.posts-grid{display:grid;grid-template-columns:1fr;gap:25px;margin:40px 0}@media (min-width:640px){.posts-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.posts-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:var(--white);border-radius:24px;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid rgb(155 29 29 / .1);transition:var(--transition-bounce);height:100%;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover);border-color:var(--red-deep)}.blog-card-image{background:linear-gradient(135deg,var(--red-deep),var(--red-bright));padding:40px 20px;text-align:center;position:relative;min-height:160px;display:flex;align-items:center;justify-content:center}.blog-card-image i{font-size:4rem;color:rgb(255 255 255 / .3);animation:float 3s ease-in-out infinite}.card-badge{position:absolute;top:15px;right:15px;background:var(--gold);color:var(--charcoal);padding:5px 15px;border-radius:30px;font-size:.75rem;font-weight:700;box-shadow:0 3px 10px rgb(0 0 0 / .2)}.blog-card-content{padding:25px;flex:1;display:flex;flex-direction:column}.blog-category{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--red-bright);margin-bottom:10px}.blog-title{font-size:1.2rem;font-weight:700;line-height:1.4;margin-bottom:12px}.blog-title a{color:var(--charcoal);text-decoration:none;transition:var(--transition-smooth)}.blog-title a:hover{color:var(--red-deep)}.blog-excerpt{color:var(--text-secondary);font-size:.9rem;line-height:1.6;margin-bottom:20px;flex:1}.blog-meta{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px;font-size:.8rem;color:var(--text-secondary);border-top:1px solid rgb(155 29 29 / .1);padding-top:15px}.blog-meta i{color:var(--red-deep);margin-right:3px}.meta-views{color:var(--red-deep);font-weight:600}.read-more{display:inline-flex;align-items:center;gap:8px;color:var(--red-deep);font-weight:600;font-size:.9rem;text-decoration:none;transition:var(--transition-smooth);margin-top:auto}.read-more:hover{color:var(--red-bright);gap:12px}.read-more i{font-size:.8rem}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:50px}.page-link{width:45px;height:45px;border-radius:15px;background:var(--white);border:1px solid rgb(155 29 29 / .1);color:var(--text-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-smooth);font-weight:600;text-decoration:none}.page-link:hover:not(.disabled,.active){background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white);transform:translateY(-2px);border-color:#fff0}.page-link.active{background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white);border-color:#fff0}.page-link.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.quick-tips{padding:60px 0;background:linear-gradient(145deg,var(--matt-light),var(--white))}.tips-grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:1000px;margin:0 auto}@media (min-width:640px){.tips-grid{grid-template-columns:repeat(3,1fr)}}.tip-card{background:var(--white);border-radius:24px;padding:30px 25px;text-align:center;box-shadow:var(--shadow-sm);border:1px solid rgb(155 29 29 / .1);transition:var(--transition-bounce)}.tip-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover);border-color:var(--red-deep)}.tip-icon{width:70px;height:70px;background:var(--red-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:2rem;color:var(--red-deep);transition:var(--transition-bounce)}.tip-card:hover .tip-icon{background:linear-gradient(135deg,var(--red-deep),var(--red-bright));color:var(--white);transform:scale(1.1) rotate(5deg)}.tip-card h4{font-size:1.2rem;font-weight:700;margin-bottom:10px;color:var(--charcoal)}.tip-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.6;margin-bottom:20px}.tip-link{display:inline-flex;align-items:center;gap:8px;color:var(--red-deep);font-weight:600;font-size:.9rem;text-decoration:none;transition:var(--transition-smooth)}.tip-link:hover{color:var(--red-bright);gap:12px}.teaser-section{padding:60px 0;background:linear-gradient(145deg,var(--cream),var(--white))}.teaser-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;max-width:800px;margin:40px auto}@media (min-width:640px){.teaser-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:992px){.teaser-grid{grid-template-columns:repeat(6,1fr)}}.teaser-item{background:var(--white);border-radius:20px;padding:20px 15px;text-align:center;box-shadow:var(--shadow-sm);border:1px solid rgb(155 29 29 / .1);transition:var(--transition-smooth)}.teaser-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover);border-color:var(--red-deep)}.teaser-item i{font-size:2rem;color:var(--red-deep);margin-bottom:10px}.teaser-item h4{font-size:1rem;font-weight:700;margin-bottom:5px;color:var(--charcoal)}.teaser-item p{font-size:.8rem;color:var(--text-secondary)}.teaser-cta{text-align:center;margin-top:20px}.reseller-highlight{padding:60px 0;background:linear-gradient(135deg,var(--red-deep),#7A1818);color:var(--white)}.highlight-box{display:grid;grid-template-columns:1fr;gap:30px;background:rgb(255 255 255 / .1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:28px;padding:40px;border:1px solid rgb(255 255 255 / .2);max-width:1000px;margin:0 auto}@media (min-width:768px){.highlight-box{grid-template-columns:0.5fr 1.5fr}}.highlight-icon{display:flex;align-items:center;justify-content:center}.highlight-icon i{font-size:5rem;color:var(--gold);animation:float 3s ease-in-out infinite}.highlight-tag{display:inline-block;background:var(--gold);color:var(--charcoal);padding:5px 20px;border-radius:30px;font-size:.8rem;font-weight:700;margin-bottom:15px}.highlight-content h3{font-size:1.8rem;font-weight:700;margin-bottom:15px;color:var(--white)}.highlight-content p{font-size:1rem;line-height:1.7;margin-bottom:20px;opacity:.9}.highlight-features{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:25px}.highlight-features span{display:flex;align-items:center;gap:8px;font-size:.9rem}.highlight-features i{color:var(--gold)}.highlight-actions{display:flex;gap:15px;flex-wrap:wrap}.highlight-actions .btn-primary{background:var(--gold);color:var(--charcoal)}.highlight-actions .btn-primary:hover{background:var(--white)}.highlight-actions .btn-outline{border-color:var(--white);color:var(--white)}.highlight-actions .btn-outline:hover{background:var(--white);color:var(--red-deep)}.newsletter-section{padding:60px 0;background:linear-gradient(145deg,var(--matt-light),var(--white))}.newsletter-box{max-width:600px;margin:0 auto;text-align:center;background:var(--white);border-radius:28px;padding:40px;box-shadow:var(--shadow-premium);border:1px solid rgb(155 29 29 / .1)}.newsletter-icon{width:80px;height:80px;background:var(--red-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:2.5rem;color:var(--red-deep)}.newsletter-box h3{font-size:1.8rem;font-weight:700;margin-bottom:15px;color:var(--charcoal)}.newsletter-box p{color:var(--text-secondary);font-size:1rem;line-height:1.7;margin-bottom:30px}.newsletter-form{display:flex;flex-direction:column;gap:15px;margin-bottom:15px}@media (min-width:640px){.newsletter-form{flex-direction:row}}.newsletter-form input{flex:1;padding:15px 20px;border:1px solid rgb(155 29 29 / .1);border-radius:50px;font-size:1rem;outline:none;transition:var(--transition-smooth)}.newsletter-form input:focus{border-color:var(--red-bright);box-shadow:0 0 0 3px rgb(227 27 35 / .1)}.newsletter-form .btn-primary{padding:15px 30px;white-space:nowrap}.privacy-note{font-size:.8rem;color:var(--text-secondary);margin-top:10px}.privacy-note i{color:var(--red-deep);margin-right:5px}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}@media (max-width:768px){.blog-search-container form{flex-direction:column;background:rgb(255 255 255 / .2);padding:15px}.blog-search-container i{display:none}.blog-search-container input{width:100%;text-align:center;margin-bottom:10px}.search-btn{width:100%}.featured-actions{flex-direction:column}.featured-actions .btn{width:100%}.highlight-actions{flex-direction:column}.highlight-actions .btn{width:100%}}@media (max-width:480px){.featured-meta{flex-direction:column;gap:10px}.highlight-features{flex-direction:column;gap:10px}.pagination{flex-wrap:wrap}}