.blogs-page-area{padding-top:120px;padding-bottom:100px;background-color:#000;position:relative;overflow:hidden;min-height:100vh}.blogs-page-area .liens_back{position:absolute;top:0;inset-inline-end:0;width:100%;height:100%;opacity:.8;object-fit:contain;z-index:1;pointer-events:none}.blogs-page-area .container{position:relative;z-index:5}.blogs-banner-content{margin-bottom:50px}.blogs-banner-content h1{color:#fff;font-size:72px;font-weight:800;text-transform:uppercase;margin-bottom:10px;letter-spacing:-1px}.blogs-banner-content p{color:#888;font-size:18px;max-width:850px;line-height:1.5}.featured-section-title{color:#fff;font-size:36px;margin-bottom:30px;font-weight:700}.featured-post-card{background:rgba(0,31,16,.4);border:1px solid rgba(76,217,100,.1);border-radius:12px;overflow:hidden;display:flex;transition:var(--transition);margin-bottom:60px;box-shadow:0 10px 30px rgba(0,0,0,.5)}.featured-post-card:hover{border-color:rgba(76,217,100,.3);background:rgba(0,31,16,.6)}.featured-post-card .featured-post-image{width:35%}.featured-post-card .featured-post-image img{width:100%;height:100%;object-fit:cover}.featured-post-card .featured-post-content{width:60%;padding:50px;display:flex;flex-direction:column;justify-content:center}.featured-post-card .featured-post-content .tags{display:flex;align-items:center;gap:20px;margin-bottom:30px}.featured-post-card .featured-post-content .tags .collaborate{color:#2e8b57;font-size:14px;font-weight:600;cursor:pointer}.featured-post-card .featured-post-content .tags .collaborate:hover{color:#4cd964}.featured-post-card .featured-post-content .tags .marketing{background:#4cd964;color:#000;font-size:13px;padding:4px 18px;border-radius:20px;font-weight:700}.featured-post-card .featured-post-content h2{font-size:36px;font-weight:700;margin-bottom:25px;line-height:1.1}.featured-post-card .featured-post-content h2 .green-text{color:#4cd964;display:block}.featured-post-card .featured-post-content h2 .white-text{color:#fff;display:block}.featured-post-card .featured-post-content p{color:#999;font-size:16px;margin-bottom:35px;line-height:1.7;max-width:550px}.featured-post-card .featured-post-content .post-meta{margin-top:auto;display:flex;justify-content:space-between;align-items:center;color:#555;font-size:14px;font-weight:500}.featured-post-card .featured-post-content .post-meta .views{display:flex;align-items:center;gap:8px;color:#2e8b57}.blog-filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px;padding-bottom:20px;border-bottom:1px solid hsla(0,0%,100%,.05)}.blog-filters .filter-tabs{display:flex;gap:12px}.blog-filters .filter-tabs button{background:rgba(0,0,0,0);border:1px solid rgba(76,217,100,.2);color:#2e8b57;padding:8px 24px;border-radius:30px;font-size:15px;font-weight:600;transition:var(--transition)}.blog-filters .filter-tabs button:hover{border-color:#4cd964;color:#4cd964}.blog-filters .filter-tabs button.active{background:#fff;color:#000;border-color:#fff}.blog-filters .search-input{position:relative}.blog-filters .search-input input{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:30px;padding:12px 20px 12px 50px;color:#fff;width:320px;font-size:14px;transition:var(--transition)}.blog-filters .search-input input::placeholder{color:#444}.blog-filters .search-input input:focus{border-color:#4cd964;background:hsla(0,0%,100%,.07)}.blog-filters .search-input i{position:absolute;inset-inline-end:20px;top:50%;transform:translateY(-50%);color:#444;font-size:18px}.blog-post-card{background:rgba(0,20,10,.5);border:1px solid rgba(76,217,100,.05);border-radius:12px;overflow:hidden;height:100%;display:flex;flex-direction:column;transition:var(--transition)}.blog-post-card:hover{transform:translateY(-8px);background:rgba(0,40,20,.6);border-color:rgba(76,217,100,.2)}.blog-post-card .post-image{height:250px;overflow:hidden}.blog-post-card .post-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-post-card:hover .post-image img{transform:scale(1.05)}.blog-post-card .post-body{padding:25px;flex-grow:1;display:flex;flex-direction:column;background:linear-gradient(156.22deg,rgba(59,59,59,.1768) 1.12%,rgba(0,255,90,.104) 95.12%);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.blog-post-card .post-body .post-top-meta{display:flex;gap:12px;align-items:center;margin-bottom:20px}.blog-post-card .post-body .post-top-meta .tag{background:#7bffaa;color:#000;font-size:12px;padding:3px 15px;border-radius:20px;font-weight:700;text-transform:uppercase}.blog-post-card .post-body .post-top-meta .date{color:#2e8b57;font-size:13px;font-weight:600}.blog-post-card .post-body h3{font-size:20px;color:#fff;margin-bottom:20px;line-height:1.3;font-weight:700}.blog-post-card .post-body p{color:#888;font-size:14px;line-height:1.6;margin-bottom:30px}.blog-post-card .post-body .post-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center}.blog-post-card .post-body .post-footer .read-more{color:#fff;background:linear-gradient(88.43deg,#40A34D 15.93%,#22822F 49.28%,#015E0E 84.07%);padding:8px 20px;border-radius:13px;font-size:13px;font-weight:700;transition:var(--transition)}.blog-post-card .post-body .post-footer .author{color:#767676;font-size:13px;font-weight:600}@media(max-width:1199px){.featured-post-card .featured-post-content{padding:30px}.featured-post-card .featured-post-content h2{font-size:38px}}@media(max-width:991px){.blogs-banner-content h1{font-size:56px}.featured-post-card{flex-direction:column}.featured-post-card .featured-post-content,.featured-post-card .featured-post-image{width:100%}.featured-post-card .featured-post-content{padding:40px}.featured-post-card .featured-post-content h2{font-size:36px}.blog-filters{flex-direction:column;align-items:flex-start;gap:30px}.blog-filters .search-input,.blog-filters .search-input input{width:100%}}@media(max-width:767px){.blogs-banner-content h1{font-size:42px}.featured-post-card .featured-post-content h2{font-size:28px}.blog-filters .filter-tabs{flex-wrap:wrap}}