.blog-hero{position:relative;background:linear-gradient(145deg,#0A1929,#132F4C,#1A2F4F);color:#fff;padding:120px 0 60px;overflow:hidden;min-height:70vh;display:flex;align-items:center}.blog-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgb(0 201 183 / .2) 0%,transparent 40%),radial-gradient(circle at 80% 70%,rgb(255 107 157 / .2) 0%,transparent 45%),radial-gradient(circle at 40% 80%,rgb(157 78 221 / .2) 0%,transparent 50%);z-index:1;pointer-events:none;animation:pulse-glow 8s ease infinite}.blog-hero-content{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:10}.breadcrumb{display:flex;align-items:center;justify-content:center;gap:8px;color:rgb(255 255 255 / .7);font-size:14px;margin-bottom:20px;flex-wrap:wrap}.breadcrumb a{color:#00C9B7;transition:all 0.3s;text-decoration:none}.breadcrumb a:hover{color:#fff}.breadcrumb i{font-size:.7rem;color:#00C9B7}.hero-badge-wrapper{display:flex;gap:10px;justify-content:center;margin-bottom:20px;flex-wrap:wrap}.hero-badge{background:rgb(255 255 255 / .1);backdrop-filter:blur(10px);padding:8px 20px;border-radius:30px;font-size:.9rem;border:1px solid rgb(255 255 255 / .2)}.hero-badge i{color:#00C9B7;margin-right:5px}.blog-hero-title{font-size:clamp(2.5rem, 5vw, 4rem);font-weight:800;line-height:1.1;margin-bottom:20px}.gradient-text{background:linear-gradient(135deg,#00C9B7,#9D4EDD,#FF6B9D);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;background-size:200% 200%;animation:gradient-shift 8s ease infinite;display:inline-block}.blog-hero-subtitle{font-size:1.25rem;color:rgb(255 255 255 / .9);max-width:700px;margin:0 auto 30px;line-height:1.7}.blog-hero-subtitle strong{color:#00C9B7}.blog-search-container{max-width:600px;margin:30px auto}.blog-search-container form{position:relative;display:flex;gap:10px}.blog-search-container i{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#00C9B7;font-size:1.2rem;z-index:2}.blog-search-container input{flex:1;padding:16px 20px 16px 50px;border-radius:50px;border:2px solid rgb(255 255 255 / .2);background:rgb(255 255 255 / .1);backdrop-filter:blur(10px);color:#fff;font-size:1rem;transition:all 0.3s}.blog-search-container input:focus{outline:none;border-color:#00C9B7;background:rgb(255 255 255 / .15);box-shadow:0 0 30px rgb(0 201 183 / .3)}.blog-search-container input::placeholder{color:rgb(255 255 255 / .5)}.search-btn{padding:16px 30px;border-radius:50px;background:linear-gradient(135deg,#00C9B7,#9D4EDD);color:#fff;font-weight:600;border:none;cursor:pointer;transition:all 0.3s;white-space:nowrap}.search-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgb(0 201 183 / .3)}.blog-stats{display:flex;gap:40px;justify-content:center;margin:40px 0;flex-wrap:wrap}.blog-stats .stat-item{text-align:center;background:rgb(255 255 255 / .05);backdrop-filter:blur(5px);padding:15px 25px;border-radius:15px;border:1px solid rgb(255 255 255 / .1)}.blog-stats .stat-number{display:block;font-size:2rem;font-weight:800;background:linear-gradient(135deg,#00C9B7,#9D4EDD);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;line-height:1;margin-bottom:5px}.blog-stats .stat-label{font-size:.9rem;color:rgb(255 255 255 / .8)}.blog-categories{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:40px 0;padding:0 20px}.category-btn{padding:12px 24px;background:#fff;border:1px solid #e9ecef;border-radius:40px;font-size:.95rem;font-weight:600;color:#6c757d;cursor:pointer;transition:all 0.3s;box-shadow:0 2px 5px rgb(0 0 0 / .05)}.category-btn:hover{background:linear-gradient(135deg,#00C9B7,#9D4EDD);color:#fff;border-color:#fff0;transform:translateY(-2px);box-shadow:0 10px 20px rgb(0 201 183 / .2)}.category-btn.active{background:linear-gradient(135deg,#00C9B7,#9D4EDD);color:#fff;border-color:#fff0;box-shadow:0 10px 20px rgb(0 201 183 / .3)}.featured-post-section{padding:60px 0;background:#fff}.featured-post{display:grid;grid-template-columns:0.8fr 1.2fr;gap:40px;background:#fff;border-radius:30px;overflow:hidden;box-shadow:0 20px 40px rgb(0 0 0 / .1);border:1px solid #e9ecef}.featured-image{position:relative;background:linear-gradient(145deg,#0A1929,#132F4C);display:flex;align-items:center;justify-content:center;min-height:300px;overflow:hidden}.featured-image i{font-size:8rem;color:#00C9B7;opacity:.8;animation:float 6s ease-in-out infinite}.featured-badge{position:absolute;top:20px;left:20px;background:linear-gradient(135deg,#FF6B9D,#FFB347);color:#fff;padding:8px 20px;border-radius:30px;font-weight:700;font-size:.9rem;box-shadow:0 5px 15px rgb(255 107 157 / .3)}.featured-content{padding:40px 40px 40px 0}.featured-category{display:inline-block;background:rgb(0 201 183 / .1);color:#00C9B7;padding:6px 16px;border-radius:30px;font-size:.85rem;font-weight:600;margin-bottom:15px}.featured-category i{margin-right:5px}.featured-title{font-size:2rem;font-weight:800;margin-bottom:15px;color:#0A1929;line-height:1.3}.featured-excerpt{color:#6c757d;line-height:1.7;margin-bottom:20px;font-size:1.1rem}.featured-meta{display:flex;gap:20px;margin-bottom:25px;flex-wrap:wrap}.featured-meta span{display:flex;align-items:center;gap:5px;color:#6c757d;font-size:.9rem}.featured-meta i{color:#00C9B7}.meta-highlight{background:#f1f3f5;padding:3px 10px;border-radius:20px;font-weight:600}.featured-actions{display:flex;gap:15px;flex-wrap:wrap}.blog-posts-section{padding:80px 0;background:#f8f9fa}.section-header{text-align:center;max-width:700px;margin:0 auto 50px}.section-tag{display:inline-block;background:linear-gradient(135deg,#00C9B7,#9D4EDD);color:#fff;padding:8px 24px;border-radius:30px;font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:15px}.section-tag i{margin-right:5px}.section-title{font-size:2.5rem;font-weight:800;margin-bottom:15px;color:#0A1929}.section-description{color:#6c757d;font-size:1.1rem;line-height:1.6}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin:40px 0}.blog-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 5px 20px rgb(0 0 0 / .05);transition:all 0.3s;border:1px solid #e9ecef;height:100%;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgb(0 201 183 / .15);border-color:#00C9B7}.blog-card-image{position:relative;background:linear-gradient(145deg,#0A1929,#132F4C);height:160px;display:flex;align-items:center;justify-content:center;overflow:hidden}.blog-card-image i{font-size:4rem;color:#00C9B7;opacity:.8;transition:all 0.3s}.blog-card:hover .blog-card-image i{transform:scale(1.1);color:#fff}.card-badge{position:absolute;top:15px;right:15px;background:linear-gradient(135deg,#00C9B7,#9D4EDD);color:#fff;padding:4px 12px;border-radius:20px;font-size:.7rem;font-weight:700;box-shadow:0 5px 10px rgb(0 201 183 / .3)}.blog-card-content{padding:25px 20px;flex:1;display:flex;flex-direction:column}.blog-category{display:inline-block;background:rgb(0 201 183 / .1);color:#00C9B7;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;margin-bottom:12px;width:fit-content}.blog-title{font-size:1.25rem;font-weight:700;margin-bottom:12px;line-height:1.4}.blog-title a{color:#0A1929;text-decoration:none;transition:color 0.3s}.blog-title a:hover{color:#00C9B7}.blog-excerpt{color:#6c757d;font-size:.95rem;line-height:1.6;margin-bottom:15px;flex:1}.blog-meta{display:flex;gap:15px;margin-bottom:15px;font-size:.85rem;color:#6c757d;flex-wrap:wrap}.blog-meta span{display:flex;align-items:center;gap:4px}.blog-meta i{color:#00C9B7;font-size:.8rem}.meta-views{background:#f1f3f5;padding:2px 8px;border-radius:15px}.read-more{display:inline-flex;align-items:center;gap:5px;color:#00C9B7;font-weight:600;text-decoration:none;transition:all 0.3s;margin-top:auto}.read-more i{transition:transform 0.3s}.read-more:hover{color:#0A1929}.read-more:hover i{transform:translateX(5px)}.pagination{display:flex;gap:10px;justify-content:center;margin-top:50px}.page-link{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;background:#fff;border:1px solid #e9ecef;color:#0A1929;font-weight:600;text-decoration:none;transition:all 0.3s}.page-link:hover{background:linear-gradient(135deg,#00C9B7,#9D4EDD);color:#fff;border-color:#fff0;transform:translateY(-2px)}.page-link.active{background:linear-gradient(135deg,#00C9B7,#9D4EDD);color:#fff;border-color:#fff0}.page-link.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.quick-tips{padding:60px 0;background:#fff}.tips-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.tip-card{background:#f8f9fa;border-radius:20px;padding:30px 25px;text-align:center;transition:all 0.3s;border:1px solid #e9ecef}.tip-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgb(0 201 183 / .1);border-color:#00C9B7}.tip-icon{width:70px;height:70px;background:linear-gradient(135deg,#00C9B7,#9D4EDD);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:2rem;color:#fff}.tip-card h4{font-size:1.2rem;font-weight:700;margin-bottom:10px;color:#0A1929}.tip-card p{color:#6c757d;font-size:.95rem;margin-bottom:20px;line-height:1.6}.tip-link{display:inline-flex;align-items:center;gap:5px;color:#00C9B7;font-weight:600;text-decoration:none}.tip-link i{transition:transform 0.3s}.tip-link:hover{color:#0A1929}.tip-link:hover i{transform:translateX(5px)}.teaser-section{padding:80px 0;background:#fff}.teaser-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:40px 0}.teaser-item{background:#f8f9fa;border-radius:15px;padding:25px;text-align:center;transition:all 0.3s;border:1px solid #e9ecef}.teaser-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgb(0 201 183 / .1);border-color:#00C9B7}.teaser-item i{font-size:2.5rem;color:#00C9B7;margin-bottom:15px}.teaser-item h4{font-size:1.1rem;font-weight:700;margin-bottom:8px;color:#0A1929}.teaser-item p{color:#6c757d;font-size:.9rem}.teaser-cta{text-align:center;margin-top:30px}.reseller-highlight{padding:60px 0;background:linear-gradient(145deg,#0A1929,#132F4C)}.highlight-box{background:rgb(255 255 255 / .05);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .1);border-radius:30px;padding:50px 40px;display:grid;grid-template-columns:auto 1fr;gap:40px;align-items:center}.highlight-icon{width:120px;height:120px;background:linear-gradient(135deg,#00C9B7,#9D4EDD);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3.5rem;color:#fff;box-shadow:0 20px 30px rgb(0 201 183 / .3)}.highlight-tag{display:inline-block;background:#FF6B9D;color:#fff;padding:5px 15px;border-radius:30px;font-size:.8rem;font-weight:700;margin-bottom:15px}.highlight-content h3{font-size:2rem;font-weight:800;margin-bottom:15px;color:#fff}.highlight-content p{color:rgb(255 255 255 / .9);font-size:1.1rem;margin-bottom:20px;line-height:1.7}.highlight-features{display:flex;gap:20px;margin-bottom:25px;flex-wrap:wrap}.highlight-features span{display:flex;align-items:center;gap:5px;color:#fff}.highlight-features i{color:#00C9B7}.highlight-actions{display:flex;gap:15px;flex-wrap:wrap}.newsletter-section{padding:60px 0;background:#f8f9fa}.newsletter-box{max-width:600px;margin:0 auto;text-align:center}.newsletter-icon{width:80px;height:80px;background:linear-gradient(135deg,#00C9B7,#9D4EDD);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;font-size:2.5rem;color:#fff}.newsletter-box h3{font-size:2rem;font-weight:800;margin-bottom:15px;color:#0A1929}.newsletter-box p{color:#6c757d;margin-bottom:30px;line-height:1.6}.newsletter-form{display:flex;gap:10px;margin-bottom:15px}.newsletter-form input{flex:1;padding:15px 20px;border-radius:50px;border:1px solid #e9ecef;font-size:1rem}.newsletter-form input:focus{outline:none;border-color:#00C9B7;box-shadow:0 0 0 3px rgb(0 201 183 / .1)}.newsletter-form .btn{padding:15px 30px;border-radius:50px;background:linear-gradient(135deg,#00C9B7,#9D4EDD);color:#fff;font-weight:600;border:none;cursor:pointer}.privacy-note{font-size:.8rem;color:#adb5bd}.privacy-note i{color:#00C9B7}.cta-section{padding:60px 0;background:linear-gradient(145deg,#0A1929,#132F4C)}.cta-banner{background:linear-gradient(135deg,rgb(0 201 183 / .1),rgb(157 78 221 / .1));border-radius:30px;padding:60px 40px;text-align:center;backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .1)}.cta-banner h2{font-size:2.5rem;font-weight:800;margin-bottom:15px;color:#fff}.cta-banner p{font-size:1.2rem;color:rgb(255 255 255 / .9);margin-bottom:30px}.cta-actions{display:flex;gap:20px;justify-content:center;margin-bottom:30px;flex-wrap:wrap}.cta-trust{display:flex;gap:30px;justify-content:center;flex-wrap:wrap}.cta-trust span{display:flex;align-items:center;gap:8px;color:rgb(255 255 255 / .8)}.cta-trust i{color:#00C9B7}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse-glow{0%,100%{opacity:.3}50%{opacity:.6}}@media (max-width:1024px){.posts-grid{grid-template-columns:repeat(2,1fr)}.featured-post{grid-template-columns:1fr}.featured-content{padding:30px}.tips-grid{grid-template-columns:repeat(2,1fr)}.teaser-grid{grid-template-columns:repeat(2,1fr)}.highlight-box{grid-template-columns:1fr;text-align:center}.highlight-icon{margin:0 auto}.highlight-features{justify-content:center}.highlight-actions{justify-content:center}}@media (max-width:768px){.blog-hero{padding:100px 0 40px}.blog-hero-title{font-size:2.2rem}.blog-hero-subtitle{font-size:1rem;padding:0 20px}.blog-search-container form{flex-direction:column;padding:0 20px}.search-btn{width:100%}.blog-stats{gap:20px}.blog-stats .stat-item{padding:10px 15px}.blog-stats .stat-number{font-size:1.5rem}.blog-stats .stat-label{font-size:.8rem}.blog-categories{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding-bottom:15px;-webkit-overflow-scrolling:touch}.category-btn{flex:0 0 auto}.posts-grid{grid-template-columns:1fr;padding:0 20px}.featured-title{font-size:1.6rem}.featured-meta{flex-direction:column;gap:10px}.featured-actions{flex-direction:column}.featured-actions .btn{width:100%;justify-content:center}.tips-grid{grid-template-columns:1fr;padding:0 20px}.teaser-grid{grid-template-columns:1fr;padding:0 20px}.newsletter-form{flex-direction:column;padding:0 20px}.cta-banner{padding:40px 20px;margin:0 20px}.cta-banner h2{font-size:1.8rem}.cta-trust{flex-direction:column;gap:10px}.highlight-actions{flex-direction:column}.highlight-actions .btn{width:100%;justify-content:center}}@media (max-width:480px){.blog-hero-title{font-size:1.8rem}.blog-stats{flex-direction:column;align-items:center}.blog-stats .stat-item{width:100%;max-width:200px}}