.home-blog{position:relative;width:100%;padding:clamp(30px,14vw,100px) 16px;background-color:#f8fbff;background-image:linear-gradient(180deg,rgba(255,255,255,.78),rgba(240,247,255,.92)),radial-gradient(ellipse at 6% 12%,rgba(20,93,160,.2) 0,transparent 44%),radial-gradient(ellipse at 94% 18%,rgba(237,110,86,.16) 0,transparent 42%),radial-gradient(circle at 50% 100%,rgba(157,211,255,.18) 0,transparent 48%);overflow:hidden}.home-blog:after{content:"";position:absolute;right:-150px;bottom:-120px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(237,110,86,.14) 0,transparent 68%);pointer-events:none}.home-blog__container{position:relative;z-index:1;max-width:1160px;gap:clamp(40px,5.5vw,60px)}.home-blog__container,.home-blog__heading{margin:0 auto;display:flex;flex-direction:column}.home-blog__heading{text-align:center;max-width:720px;align-items:center;gap:14px}.home-blog__title{margin-bottom:0!important;color:#0f172a!important;font-size:2.5rem!important;font-weight:800!important;line-height:1.18!important}.home-blog__title span{background:linear-gradient(120deg,#1f8ad6,#145da0,#ed6e56);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-blog__subtitle{margin-bottom:0!important;color:#475569!important;font-size:1.08rem!important;line-height:1.8!important}.home-blog__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(18px,3vw,28px)}.home-blog__card-link-wrapper{text-decoration:none;display:block;height:100%}.home-blog__card{height:100%;position:relative;overflow:hidden;border-radius:20px!important;background:radial-gradient(circle at 100% 0,rgba(237,110,86,.07) 0,transparent 36%),radial-gradient(circle at 0 0,rgba(20,93,160,.08) 0,transparent 42%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,252,255,.94))!important;border:1px solid rgba(255,255,255,.72)!important;box-shadow:0 22px 48px rgba(15,23,42,.12),0 10px 24px rgba(20,93,160,.1),inset 0 1px 0 rgba(255,255,255,.72);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.home-blog__card .ant-card-body{padding:0!important;margin-top:0!important;display:flex!important;flex-direction:column!important;height:100%!important}.home-blog__card:before{content:"";position:absolute;inset:0;border-radius:20px;padding:1px;background:linear-gradient(135deg,rgba(157,211,255,.42),rgba(237,110,86,.24));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.home-blog__card-wrapper:hover .home-blog__card{transform:translateY(-8px);box-shadow:0 30px 62px rgba(15,23,42,.16),0 14px 30px rgba(237,110,86,.12),inset 0 1px 0 rgba(255,255,255,.78)}.home-blog__image-placeholder{width:100%;height:200px;position:relative;overflow:hidden;border-top-left-radius:20px;border-top-right-radius:20px}.home-blog__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-blog__card-wrapper:hover .home-blog__image{transform:scale(1.05)}.home-blog__image-fallback{width:100%;height:100%;background:linear-gradient(135deg,rgba(20,93,160,.8),rgba(237,110,86,.8));display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.9);font-weight:700;font-size:1.5rem;letter-spacing:2px}.home-blog__content{padding:24px;display:flex;flex-direction:column;flex:1}.home-blog__date{align-self:flex-start;padding:5px 12px;border-radius:999px;background:rgba(255,255,255,.58);border:1px solid rgba(20,93,160,.12);color:#145da0!important;font-size:.85rem!important;font-weight:700!important;margin-bottom:8px!important;display:block}.home-blog__card-title{margin-bottom:12px!important;color:#1e293b!important;font-size:clamp(1.1rem,2vw,1.3rem)!important;letter-spacing:-.01em;line-height:1.3!important}.home-blog__card-description{margin-bottom:20px!important;color:#475569!important;line-height:1.7!important;flex:1;font-size:.95rem!important}.home-blog__read-more{color:#145da0;font-weight:600;font-size:.95rem;display:flex;align-items:center;transition:color .3s ease;margin-top:auto}.home-blog__card-wrapper:hover .home-blog__read-more{color:#ed6e56}.home-blog__view-all{display:flex;justify-content:center;margin-top:20px}.home-blog__view-all-link{padding:12px 32px;border-radius:999px;background:linear-gradient(135deg,#145da0,#ed6e56);border:1px solid rgba(20,93,160,.18);color:#ffffff;font-weight:700;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-blog__view-all-link:focus,.home-blog__view-all-link:hover{background:linear-gradient(135deg,#0f4170,#d95b45);transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.3)}@media (max-width:768px){.home-blog{padding:70px 16px}.home-blog__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.home-blog__title{font-size:2rem!important}}@media (max-width:480px){.home-blog__grid{grid-template-columns:1fr}}