.blog-category-page{background:linear-gradient(180deg,#f5f7fb,#fff 48%,#f5f7fb);color:var(--color-text)}.category-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 8% 12%,#7cb34240 0,#0000 40%),radial-gradient(circle at 92% 5%,#2b399066 0,#0000 45%),radial-gradient(ellipse at 15% 90%,#7cb34226 0,#0000 55%),radial-gradient(ellipse at 85% 88%,#2b399033 0,#0000 50%),linear-gradient(135deg,#16204a,#1e2870 38%,#2b3990);color:#fff;padding:110px 0 50px;isolation:isolate;display:flex;align-items:center}.category-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 25%,#ffffff1a 0,#0000 50%),linear-gradient(180deg,#0000,#2b399033 50%,#0000);pointer-events:none;z-index:1;animation:heroShimmer 10s ease-in-out infinite}@keyframes heroShimmer{0%,to{opacity:1;transform:translateY(0) scale(1)}50%{opacity:.8;transform:translateY(-15px) scale(1.02)}}.category-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(#ffffff0a 1px,#0000 0),linear-gradient(90deg,#ffffff0a 1px,#0000 0);background-size:80px 80px;pointer-events:none;z-index:1;opacity:.5;-webkit-mask-image:radial-gradient(ellipse at center,#000 40%,#0000 70%);mask-image:radial-gradient(ellipse at center,#000 40%,#0000 70%)}.category-hero__decoration{position:absolute;pointer-events:none;z-index:2;animation:float 6s ease-in-out infinite}.category-hero__decoration--circle-1{width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,#7cb34233 0,#0000 70%);top:15%;left:5%;filter:blur(20px);animation-delay:0s}.category-hero__decoration--circle-2{width:80px;height:80px;border-radius:50%;background:radial-gradient(circle,#2b399040 0,#0000 70%);top:60%;right:8%;filter:blur(15px);animation-delay:2s}.category-hero__decoration--circle-3{width:60px;height:60px;border-radius:50%;background:radial-gradient(circle,#7cb3424d 0,#0000 70%);bottom:20%;left:12%;filter:blur(12px);animation-delay:4s}.category-hero__decoration--square{width:100px;height:100px;border-radius:20px;background:linear-gradient(135deg,#ffffff14,#7cb3421a);top:30%;right:15%;transform:rotate(45deg);filter:blur(8px);animation-delay:1s}@keyframes float{0%,to{transform:translateY(0) translateX(0)}33%{transform:translateY(-20px) translateX(10px)}66%{transform:translateY(10px) translateX(-10px)}}.category-hero__container{position:relative;z-index:3}.category-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.3fr;gap:80px;align-items:center;max-width:1600px;margin:0 auto}.category-hero__copy{display:grid;gap:20px;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.category-pill{display:inline-flex;align-items:center;gap:12px;padding:12px 20px;border-radius:50px;background:#ffffff1f;border:1px solid #fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:var(--font-weight-bold);letter-spacing:.1em;text-transform:uppercase;font-size:13px;box-shadow:0 4px 20px #00000026,inset 0 1px 0 #fff3;transition:all .3s ease;width:-moz-fit-content;width:fit-content}.category-pill:hover{background:#ffffff29;border-color:#7cb34266;transform:translateY(-1px);box-shadow:0 6px 24px #0003,inset 0 1px 0 #ffffff40}.category-pill__dot{width:12px;height:12px;border-radius:50%;background:var(--color-success);box-shadow:0 0 0 4px #7cb3424d,0 0 0 8px #7cb34226,0 0 20px #7cb34266;animation:pulseDot 2s ease-in-out infinite}@keyframes pulseDot{0%,to{box-shadow:0 0 0 4px #7cb3424d,0 0 0 8px #7cb34226,0 0 20px #7cb34266}50%{box-shadow:0 0 0 6px #7cb34266,0 0 0 12px #7cb34233,0 0 30px #7cb34299}}.category-hero__title{font-size:clamp(42px,5vw,64px);line-height:1.08;letter-spacing:-.03em;margin:0;color:#fff;font-weight:var(--font-weight-black);text-shadow:0 2px 20px #0000004d,0 4px 40px #2b399033;animation:fadeInUp .8s ease-out .1s both}.category-hero__subtitle{margin:0 0 10px;color:#fffffff2;font-size:clamp(18px,2vw,24px);line-height:1.75;max-width:720px;font-weight:var(--font-weight-medium);text-shadow:0 2px 15px #00000040;animation:fadeInUp .8s ease-out .2s both}.category-hero__stats{margin-top:0;animation:fadeInUp .8s ease-out .3s both}.category-hero__stat-card{display:flex;align-items:center;gap:20px;padding:24px 32px;background:#ffffff1f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0003,inset 0 1px 0 #ffffff40;transition:all .4s cubic-bezier(.4,0,.2,1);width:-moz-fit-content;width:fit-content;position:relative;overflow:hidden}.category-hero__stat-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#7cb34226,#2b399026);opacity:0;transition:opacity .4s ease}.category-hero__stat-card:hover{transform:translateY(-4px);background:#ffffff29;border-color:#7cb34266;box-shadow:0 12px 40px #0000004d,inset 0 1px 0 #ffffff4d,0 0 40px #7cb34233}.category-hero__stat-card:hover:before{opacity:1}.category-hero__stat-icon{font-size:48px;line-height:1;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));position:relative;z-index:1;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.category-hero__stat-content{position:relative;z-index:1}.category-hero__stat-number{font-size:42px;font-weight:var(--font-weight-black);line-height:1;color:#fff;margin-bottom:6px;text-shadow:0 2px 10px #0000004d;background:linear-gradient(135deg,#fff,#ffffffe6);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.category-hero__stat-label{font-size:14px;color:#ffffffd9;font-weight:var(--font-weight-semibold);letter-spacing:.02em;text-transform:uppercase}.category-hero__visual{position:relative;display:flex;justify-content:center;align-items:center;animation:fadeInUp .8s ease-out .4s both}.category-hero__glow{position:absolute;border-radius:50%;filter:blur(40px);pointer-events:none;z-index:0}.category-hero__glow--primary{width:500px;height:500px;background:radial-gradient(circle,#7cb34259 0,#2b399040 50%,#0000 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation:glowPulsePrimary 5s ease-in-out infinite}.category-hero__glow--secondary{width:400px;height:400px;background:radial-gradient(circle,#2b39904d 0,#7cb34233 50%,#0000 70%);top:30%;right:10%;animation:glowPulseSecondary 6s ease-in-out 1s infinite}@keyframes glowPulsePrimary{0%,to{opacity:.8;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}}@keyframes glowPulseSecondary{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.category-hero__image-wrapper{position:relative;z-index:2;width:100%;display:flex;justify-content:center;align-items:center}.category-hero__image{position:relative;width:460px;max-width:460px;aspect-ratio:4/3;border-radius:32px;border:3px solid #ffffff40;overflow:hidden;box-shadow:0 40px 100px #00000080,inset 0 0 0 1px #ffffff26,0 0 80px #7cb34233,inset 0 0 60px #2b39901a;background:radial-gradient(circle at 40% 30%,#ffffff1f 0,#0000 60%),linear-gradient(135deg,#2b399040,#7cb34233);z-index:1;transition:all .5s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d}.category-hero__image:before{inset:0;background:linear-gradient(135deg,#7cb34226,#2b399033);z-index:1;pointer-events:none}.category-hero__image:after,.category-hero__image:before{content:"";position:absolute;opacity:0;transition:opacity .5s ease}.category-hero__image:after{inset:-2px;border-radius:32px;background:linear-gradient(135deg,#7cb34266,#2b399066);z-index:-1;filter:blur(20px)}.category-hero__image:hover{transform:translateY(-12px) scale(1.03) rotateY(2deg);border-color:#7cb34280;box-shadow:0 50px 120px #0009,inset 0 0 0 1px #fff3,0 0 100px #7cb34259,inset 0 0 80px #2b399026}.category-hero__image:hover:after{opacity:.6}.category-hero__image:hover:before{opacity:1}.category-hero__corner-accent{position:absolute;bottom:-40px;right:-40px;width:200px;height:200px;background:radial-gradient(circle,#7cb34233 0,#0000 70%);border-radius:50%;filter:blur(30px);z-index:1;animation:cornerPulse 4s ease-in-out infinite}@keyframes cornerPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.category-hero__placeholder{width:100%;min-height:450px;display:grid;place-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#2b39904d,#7cb34259),radial-gradient(circle at 50% 50%,#ffffff26 0,#0000 70%)}.category-hero__placeholder-text{font-size:120px;font-weight:var(--font-weight-black);color:#fff;text-shadow:0 4px 20px #0006,0 8px 40px #2b39904d;position:relative;z-index:2;background:linear-gradient(135deg,#fff,#ffffffe6);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;animation:letterPulse 2s ease-in-out infinite}@keyframes letterPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}.category-hero__placeholder:before{content:"";position:absolute;inset:-50%;background:linear-gradient(45deg,#0000 30%,#ffffff26 50%,#0000 70%);animation:shimmer 4s infinite;z-index:1}.category-hero__placeholder:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,#7cb34233 0,#0000 50%),radial-gradient(circle at 70% 70%,#2b399033 0,#0000 50%);z-index:0;animation:gradientShift 6s ease-in-out infinite}@keyframes gradientShift{0%,to{opacity:.8}50%{opacity:1}}@keyframes shimmer{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}to{transform:translateX(100%) translateY(100%) rotate(45deg)}}.category-hero__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1);position:relative;z-index:0}.category-hero__image:hover .category-hero__img{transform:scale(1.08)}.category-feed{padding:86px 0 110px}.category-feed__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.category-feed__eyebrow{margin:0 0 6px;text-transform:uppercase;letter-spacing:.08em;font-weight:var(--font-weight-bold);color:var(--color-primary-600);font-size:12px}.category-feed__title{margin:0;font-size:clamp(30px,3vw,44px);color:var(--color-primary-900)}.category-feed__subtitle{margin:8px 0 0;max-width:740px;color:var(--color-text-secondary);line-height:var(--line-height-relaxed)}.category-articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px;margin-top:32px}.category-article-card{position:relative;display:flex;flex-direction:column;border:1px solid var(--color-primary-100);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 20px 60px #16204a1a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;color:inherit}.category-article-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#2b399014,#7cb34214);opacity:.7;pointer-events:none}.category-article-card:hover{transform:translateY(-8px);border-color:var(--color-primary-300);box-shadow:0 26px 70px #0f244729}.category-article-card__media{position:relative;height:220px;background:linear-gradient(180deg,#2b399014,#7cb34214);overflow:hidden}.category-article-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.category-article-card:hover .category-article-card__image{transform:scale(1.04)}.category-article-card__placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:42px;font-weight:var(--font-weight-black);color:var(--color-primary-800);background:radial-gradient(circle at 40% 30%,#7cb3422e,#2b399024)}.category-article-card__badge{position:absolute;left:14px;bottom:14px;padding:6px 10px;border-radius:12px;background:#0009;color:#fff;font-weight:var(--font-weight-semibold);font-size:12px;border:1px solid #fff3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.category-article-card__body{position:relative;padding:18px;display:grid;gap:8px}.category-article-card__title{margin:0;font-size:20px;color:var(--color-primary-900);line-height:1.4}.category-article-card__summary{margin:0;color:var(--color-text-secondary);line-height:1.6}.category-article-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:6px;color:var(--color-primary-800);font-weight:var(--font-weight-semibold)}.category-article-card__cta{display:inline-flex;align-items:center;gap:8px}.category-article-card__arrow{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#2b399014;color:var(--color-primary-800);transition:transform .2s ease}.category-article-card:hover .category-article-card__arrow{transform:translateX(4px)}.category-loading{display:grid;place-items:center;gap:8px;padding:18px;color:var(--color-primary-800)}.category-loading__label{font-weight:var(--font-weight-medium)}.blog-category-page .hc-cta-section-improved{max-width:780px;margin:48px auto 0;padding:42px 24px;border-radius:18px;background:#fff;border:1px solid var(--color-primary-100);box-shadow:0 18px 48px #16204a1f}.blog-category-page .hc-cta-section-improved h2{color:var(--color-primary-900)}.blog-category-page .hc-cta-section-improved p{color:var(--color-text-secondary)}@media (max-width:1199px){.category-hero{padding:110px 0 50px}.category-hero__grid{grid-template-columns:1.5fr 1fr;gap:50px;align-items:center}.category-hero__copy{text-align:left}.category-pill{margin:0}.category-hero__title{text-align:left}.category-hero__subtitle{text-align:left;margin:0 0 10px}.category-hero__stats{justify-content:flex-start;display:flex}.category-hero__visual{justify-content:flex-end}.category-hero__image-wrapper{display:flex;justify-content:flex-end}.category-hero__image{width:360px;max-width:360px}.category-hero__glow--primary{width:320px;height:320px}.category-hero__glow--secondary{width:250px;height:250px}.category-hero__decoration{display:none}}@media (max-width:991px){.category-hero__grid{gap:40px}.category-hero__image{width:300px;max-width:300px}.category-hero__glow--primary{width:280px;height:280px}.category-hero__glow--secondary{width:220px;height:220px}}@media (max-width:767px){.category-hero{padding:100px 0 60px}.category-hero__grid{grid-template-columns:1fr;gap:40px}.category-hero__copy{text-align:left}.category-pill{margin:0}.category-hero__title{text-align:left;font-size:clamp(36px,8vw,48px)}.category-hero__subtitle{text-align:left;margin:0 0 10px;font-size:clamp(16px,4vw,20px)}.category-hero__stats{justify-content:flex-start;display:flex}.category-hero__stat-card{padding:18px 24px}.category-hero__stat-icon{font-size:36px}.category-hero__stat-number{font-size:32px}.category-hero__stat-label{font-size:13px}.category-hero__corner-accent,.category-hero__glow--primary,.category-hero__glow--secondary,.category-hero__visual{display:none}.category-feed{padding:40px 0}}@media (max-width:540px){.category-hero{padding:90px 0 50px}.category-hero__grid{gap:35px}.category-hero__copy{text-align:left}.category-pill{padding:10px 16px;font-size:12px;margin:0}.category-hero__title{font-size:clamp(32px,8vw,44px);text-align:left}.category-hero__subtitle{font-size:clamp(15px,4vw,18px);margin-bottom:10px;text-align:left}.category-hero__stats{justify-content:flex-start}.category-hero__stat-card{padding:16px 20px;gap:14px}.category-hero__stat-icon{font-size:32px}.category-hero__stat-number{font-size:28px}.category-hero__stat-label{font-size:12px}.category-hero__image-wrapper,.category-hero__visual{justify-content:flex-start}.category-hero__image{border-radius:20px;border-width:2px;width:100%;max-width:100%}.category-hero__placeholder{min-height:280px}.category-hero__placeholder-text{font-size:64px}.category-hero__glow--primary{width:220px;height:220px}.category-hero__glow--secondary{width:180px;height:180px}.category-hero__corner-accent{width:80px;height:80px;bottom:-15px;right:-15px}.category-article-card__media{height:180px}}