*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{overflow-x:hidden}.blog-container{background:linear-gradient(#fff 0% 50%,#fff 100%);flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:2rem;font-family:Arial,sans-serif;display:flex;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero-section{justify-content:center;align-items:center;min-height:60vh;padding:2rem 0;display:flex;position:relative;overflow:hidden}.hero-bg{background:0 0;position:absolute;inset:0}.hero-bg:after{content:"";-webkit-backdrop-filter:blur();backdrop-filter:blur();background:linear-gradient(#fffffff2,#fffffff2,#fffffff2);position:absolute;inset:0}.hero-content-wrapper{z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem;position:relative}.hero-title{text-align:center;color:#111827;margin-bottom:1rem;font-size:clamp(2.5rem,10vw,5rem);font-weight:900;line-height:1}.hero-subtitle,.hero-kicker,.featured-label,.section-subtitle{color:#374151}.search-wrapper{width:100%;max-width:600px;margin:1.5rem auto;position:relative}.search-input{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#111827;background:#fff;border:1px solid #ccc;border-radius:5px;outline:none;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s,all .3s}.search-input::placeholder{color:#11182780}.search-input:focus{border-color:#0070f3;box-shadow:0 0 0 4px #f59e0b1f}.search-icon{color:#6b7280;pointer-events:none;width:1.25rem;height:1.25rem;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.category-pills{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.25rem;margin-bottom:2rem;display:flex}.category-pill{color:#fff;cursor:pointer;visibility:visible;background-color:#0070f3;border:1px solid #0070f3;border-radius:20px;outline:none;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:background-color .3s,color .3s,all .3s;display:inline-block}.category-pill:hover,.category-pill.active{background-color:#005bb5;border-color:#005bb5}.section{padding:1.5rem 0}.section-title{color:#111827;text-align:center;margin-bottom:1rem;font-size:2rem;font-weight:900}.featured-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff;border:1px solid #e5e7eb;border-radius:1rem;grid-template-columns:1fr 1fr;gap:0;margin:0 auto;transition:all .4s;display:grid;overflow:hidden;box-shadow:0 12px 32px #00000014}.featured-card:hover{border-color:#f59e0b66;transform:translateY(-8px);box-shadow:0 20px 48px #0000001f}.featured-image{min-height:320px;position:relative;overflow:hidden}.featured-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.featured-card:hover .featured-image img{transform:scale(1.1)}.featured-badge{color:#fff;z-index:10;background:linear-gradient(135deg,#92400e,#f59e0b);border-radius:9999px;padding:.5rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:1.5rem;left:1.5rem;box-shadow:0 4px 20px #f59e0b59}.featured-content{flex-direction:column;justify-content:center;padding:1.25rem;display:flex}.badge{color:#fff;background:linear-gradient(135deg,#92400e,#f59e0b);border-radius:9999px;padding:.4rem .8rem;font-size:.8125rem;font-weight:700;display:inline-block}.featured-title{color:#111827;margin-bottom:1rem;font-size:1.375rem;font-weight:900;line-height:1.2}.featured-excerpt{color:#374151;margin-bottom:.75rem;font-size:.9375rem;line-height:1.8}.featured-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.author{align-items:center;gap:1rem;display:flex}.avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1rem;font-weight:700;display:flex}.author-name{color:#111827;font-size:.9375rem;font-weight:700}.author-role{color:#11182799;font-size:.8125rem}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 20px #f59e0b4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #d9770673}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.post-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;transition:all .4s;overflow:hidden}.post-card:hover{border-color:#f59e0b80;box-shadow:0 16px 36px #0000001f}.post-image{height:160px;position:relative;overflow:hidden}.post-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.post-card:hover .post-image img{transform:scale(1.15)}.post-badge{color:#fff;z-index:10;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:9999px;padding:.4rem .8rem;font-size:.6875rem;font-weight:700;position:absolute;top:1rem;left:1rem;box-shadow:0 4px 15px #0000004d}.post-content{padding:.75rem}.post-meta{color:#374151;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.8125rem;display:flex}.post-title{color:#111827;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1rem;font-weight:900;line-height:1.3;transition:color .3s;display:-webkit-box;overflow:hidden}.post-card:hover .post-title{color:#6d28d9}.post-excerpt{color:#374151;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.8125rem;line-height:1.7;display:-webkit-box;overflow:hidden}.post-tags{flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem;display:flex}.tag{color:#b45309;background:#f59e0b1f;border:1px solid #f59e0b66;border-radius:9999px;padding:.25rem .6rem;font-size:.65rem;font-weight:600;transition:all .3s}.tag:hover{background:#d9770647}.post-footer{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:.5rem;display:flex}.author-small{color:#111827cc;align-items:center;gap:.75rem;font-size:.75rem;font-weight:600;display:flex}.avatar-small{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.8rem;font-weight:700;display:flex}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;width:100%;max-width:1200px;display:grid}.blog-card{cursor:pointer;background:radial-gradient(700px 320px at 15% 0,#2563eb1a,#0000 55%),radial-gradient(600px 300px at 90% 20%,#7c3aed1f,#0000 55%),linear-gradient(#fffffffa,#f9fafbfa);border:1px solid #e5e7eb;border-radius:16px;transition:box-shadow .25s,transform .25s,border-color .25s;overflow:hidden;box-shadow:0 14px 34px #0000001a}.blog-card:hover{border-color:#7c3aed59;box-shadow:0 20px 46px #00000024}.blog-image-wrapper{width:100%;height:190px;position:relative;overflow:hidden}.blog-image{object-fit:cover;width:100%;height:100%;transition:transform .5s;transform:scale(1.02)}.blog-card:hover .blog-image{transform:scale(1.08)}.blog-card-badge{color:#fff;letter-spacing:.2px;background:linear-gradient(135deg,#2563ebf2,#7c3aedf2);border:1px solid #ffffff40;border-radius:9999px;padding:.35rem .75rem;font-size:.75rem;font-weight:800;position:absolute;top:14px;left:14px;box-shadow:0 10px 22px #2563eb40}.blog-info{padding:1rem 1rem .95rem}.blog-title{color:#0f172a;margin-bottom:.5rem;font-size:1.05rem;font-weight:900;line-height:1.25}.blog-excerpt{color:#334155;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-tags{flex-wrap:wrap;gap:.45rem;margin-bottom:.85rem;display:flex}.blog-tag{color:#1e3a8a;background:#2563eb1a;border:1px solid #2563eb2e;border-radius:9999px;align-items:center;padding:.25rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.blog-card-cta{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:9999px;justify-content:center;align-items:center;width:100%;padding:.55rem .9rem;font-size:.85rem;font-weight:800;display:inline-flex;box-shadow:0 12px 24px #2563eb2e}.full-blog{width:100%;max-width:980px;margin:0 auto}.full-blog-topbar{justify-content:flex-start;width:100%;margin-bottom:1rem;display:flex}.back-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#7c3aed);border:1px solid #fff3;border-radius:9999px;padding:.65rem 1rem;font-weight:700;transition:transform .15s,box-shadow .2s;box-shadow:0 10px 22px #2563eb2e}.back-button:hover{transform:translateY(-1px);box-shadow:0 14px 26px #7c3aed38}.full-blog-hero{background:radial-gradient(900px 380px at 10% 0,#2563eb24,#0000 55%),radial-gradient(700px 320px at 90% 10%,#7c3aed29,#0000 55%),linear-gradient(#ffffffe6,#f9fafbf2);border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;box-shadow:0 18px 44px #0000001a}.full-blog-hero-inner{padding:1.5rem}.full-blog-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.full-blog-category{color:#1e3a8a;letter-spacing:.2px;background:#2563eb1a;border:1px solid #2563eb40;border-radius:9999px;align-items:center;padding:.35rem .75rem;font-size:.8rem;font-weight:800;display:inline-flex}.full-blog-tags{flex-wrap:wrap;gap:.5rem;display:flex}.full-blog-tag{color:#4c1d95;background:#7c3aed1a;border:1px solid #7c3aed38;border-radius:9999px;align-items:center;padding:.3rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.full-blog-title{color:#0f172a;margin-bottom:.65rem;font-size:clamp(1.7rem,4vw,2.6rem);font-weight:900;line-height:1.15}.full-blog-subtitle{color:#334155;max-width:70ch;margin-bottom:1.1rem;font-size:1.05rem;line-height:1.65}.full-blog-imageWrap{justify-content:center;align-items:center;width:100%;display:flex}.full-blog-image{object-fit:cover;border:1px solid #e5e7eb;border-radius:14px;width:min(680px,100%);height:auto;max-height:360px;box-shadow:0 14px 34px #00000024}.full-blog-body{padding:1.25rem .25rem 0}.full-blog-paragraph{color:#0f172a;white-space:pre-line;text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto;margin:0 0 1.05rem;font-size:1.02rem;line-height:1.95}.full-blog-heading{margin:1.25rem 0 .75rem;font-size:1.35rem;font-weight:900;line-height:1.25}.full-blog-heading.color-0{color:#2563eb}.full-blog-heading.color-1{color:#7c3aed}.full-blog-heading.color-2{color:#db2777}.full-blog-heading.color-3{color:#dc2626}.full-blog-heading.color-4{color:#16a34a}.full-blog-heading.color-5{color:#d97706}.full-blog-inlineImageWrap{justify-content:center;margin:1rem 0 1.15rem;display:flex}.full-blog-inlineImage{object-fit:cover;border:1px solid #e5e7eb;border-radius:14px;width:min(780px,100%);height:auto;max-height:420px;box-shadow:0 14px 34px #0000001f}@media (max-width:640px){.full-blog-hero-inner{padding:1.1rem}.full-blog-body{padding:1rem .1rem 0}.full-blog-image{max-height:260px}.full-blog-heading{font-size:1.15rem}.full-blog-inlineImage{max-height:280px}}.newsletter{background:0 0;padding:0;position:relative;overflow:visible}.newsletter .container{justify-content:center;align-items:center;display:flex}.newsletter .container>div{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:radial-gradient(1200px 500px at 10% -10%,#ffffff0a,#0000 40%),radial-gradient(800px 400px at 90% 120%,#ffffff08,#0000 50%),#1f2937b3;border:1px solid #374151e6;border-radius:1rem;grid-template-columns:1.1fr 1fr;align-items:center;gap:1.5rem;width:100%;max-width:900px;padding:1.5rem;display:grid;position:relative;box-shadow:0 16px 40px #00000014}.newsletter-title,.newsletter-subtitle{text-align:left}.newsletter-title{color:#111827;margin-bottom:.5rem;line-height:1.15}.newsletter-title:after{content:"";background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:9999px;width:64px;height:3px;margin-top:.5rem;display:block}.newsletter-subtitle{color:#374151;max-width:46ch;margin-bottom:1rem}.newsletter-form,.newsletter-features{justify-content:flex-start}.newsletter-form{grid-template-columns:1fr auto;max-width:400px;margin:0}.newsletter-input,.newsletter-btn{border-radius:10px;height:30px}.newsletter-input{color:#111827;background:#fff;border:1px solid #d1d5db}.newsletter-btn{letter-spacing:.1px;color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);padding:0 .9rem;font-size:.9rem;font-weight:700}.newsletter .container>div:before{content:"";filter:blur(.2px);pointer-events:none;background:linear-gradient(#0000 0%,#ffffff0f 10%,#ffffff14 50%,#ffffff0f 90%,#0000 100%);border-radius:9999px;width:2px;position:absolute;top:2rem;bottom:2rem;left:50%}.newsletter-form{margin-bottom:.5rem}.newsletter-features span{color:#111827;background:#11182799;border:1px solid #374151cc;border-radius:12px;padding:.5rem .8rem;transition:transform .15s,box-shadow .2s,border-color .2s;box-shadow:0 6px 18px #00000040}.newsletter-features span:hover{border-color:#f59e0b80;transform:translateY(-1px);box-shadow:0 10px 24px #00000059}.newsletter-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem .75rem;margin-top:.5rem;display:grid}.newsletter-input:focus{border-color:#f59e0b99;outline:none;box-shadow:0 0 0 4px #f59e0b1f}.newsletter-btn:focus{outline:none;box-shadow:0 0 0 4px #f59e0b33}@media (max-width:640px){.newsletter .container>div{padding:1.25rem}.newsletter-form{grid-template-columns:1fr}.newsletter-btn{width:100%}.newsletter-features{grid-template-columns:1fr}}@media (max-width:900px){.newsletter .container>div{grid-template-columns:1fr;gap:1rem}.newsletter .container>div:before{display:none}.newsletter-title,.newsletter-subtitle,.newsletter-form,.newsletter-features{text-align:center;justify-content:center}}.newsletter-features{color:#e5e7ebd9;flex-wrap:wrap;justify-content:center;gap:.75rem 1rem;margin-top:.75rem;font-size:.8125rem;font-weight:500;display:flex}.newsletter-features span{color:#111827;background:#fffffff2;border:1px solid #d1d5db;border-radius:9999px;align-items:center;gap:.4rem;padding:.4rem .6rem;display:inline-flex;box-shadow:0 4px 12px #00000038}.newsletter-features span:before{content:"✓";color:#d97706;text-shadow:0 0 6px #f59e0b59;display:inline-block}.newsletter-features span:hover{box-shadow:0 6px 18px #00000047}.newsletter .container>div:hover{border-color:#d1d5db;box-shadow:0 20px 48px #0000001f}@media (max-width:1024px){.featured-card{grid-template-columns:1fr}.featured-image{min-height:320px}.section{padding:2rem 0}}@media (max-width:768px){.container{padding:0 1rem}.posts-grid{grid-template-columns:1fr;gap:1rem}.newsletter-form{flex-direction:column}.category-pills{gap:.5rem}.category-pill{padding:.5rem .875rem;font-size:.75rem}.section{padding:1.25rem 0}.hero-section{min-height:56vh;padding:1.5rem 0}}@media (max-width:480px){.hero-title{font-size:2.25rem}.featured-content{padding:1.5rem}.section{padding:1rem 0}.hero-title{margin-bottom:.5rem}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f3f4f6b3}::-webkit-scrollbar-thumb{background:linear-gradient(#f59e0b,#d97706);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#d97706,#f59e0b)}
