.blog-page{background-color:#f8f9fb;min-height:calc(100vh - 80px)}.blog-hero{background-color:#1a1d23;padding:3.5rem 1.5rem 3rem;text-align:center}.blog-hero-inner{margin:0 auto;max-width:640px}.blog-hero-title{color:#fff;font-size:2rem;font-weight:700;letter-spacing:-.01em;margin:0 0 .75rem}.blog-hero-title:after{background-color:#e8940a;border-radius:2px;content:"";display:block;height:3px;margin:.75rem auto 0;width:48px}.blog-hero-subtitle{color:#d4d4d8;font-size:1.05rem;line-height:1.6;margin:0}.blog-content-wrapper{margin:0 auto;max-width:1100px;padding:2rem 1rem 3rem}.blog-featured{background:#fff;border:1px solid #e8e8ec;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;margin-bottom:3rem;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.blog-featured:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-3px)}.blog-featured-img-wrap{flex-shrink:0;height:240px;overflow:hidden;position:relative;width:100%}.blog-featured-img{display:block;height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.blog-featured:hover .blog-featured-img{transform:scale(1.03)}.blog-featured-img-overlay{background:linear-gradient(180deg,#0000 40%,#0000000f);inset:0;pointer-events:none;position:absolute}.blog-featured-body{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem}.blog-badge{background:#fff7e6;border-radius:999px;color:#92400e;display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.05em;padding:.25rem .625rem;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.blog-featured-title{color:#1a1d23;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0}.blog-featured-subtitle{color:#71717a;font-size:.95rem;font-style:italic;line-height:1.5;margin:0}.blog-featured-excerpt{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#4b5563;display:-webkit-box;font-size:.925rem;line-height:1.6;margin:0;overflow:hidden}.blog-read-link{align-items:center;color:#d17d00;display:inline-flex;font-size:.875rem;font-weight:600;gap:.375rem;margin-top:.25rem;transition:gap .2s ease,color .2s ease}.blog-read-link i{font-size:.75rem;transition:transform .2s ease}.blog-card:hover .blog-read-link,.blog-featured:hover .blog-read-link{color:#b45309}.blog-card:hover .blog-read-link i,.blog-featured:hover .blog-read-link i{transform:translateX(3px)}.blog-section-header{margin-bottom:1.5rem}.blog-section-title{color:#1a1d23;font-size:1.375rem;font-weight:700;margin:0;padding-bottom:.625rem;position:relative}.blog-section-title:after{background-color:#e8940a;border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:40px}.blog-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr}.blog-card{background:#fff;border:1px solid #e8e8ec;border-radius:14px;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.blog-card:hover{box-shadow:0 6px 16px #00000014;transform:translateY(-2px)}.blog-card-img-wrap{flex-shrink:0;height:180px;overflow:hidden;width:100%}.blog-card-img{display:block;height:100%;object-fit:cover;transition:transform .35s ease;width:100%}.blog-card:hover .blog-card-img{transform:scale(1.04)}.blog-card-body{display:flex;flex:1 1;flex-direction:column;gap:.375rem;padding:1.25rem}.blog-card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a1d23;display:-webkit-box;font-size:1.1rem;font-weight:600;line-height:1.35;margin:0;overflow:hidden}.blog-card-subtitle{color:#71717a;font-size:.85rem;font-style:italic;margin:0}.blog-card-excerpt{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#4b5563;display:-webkit-box;flex:1 1;font-size:.875rem;line-height:1.55;margin:0;overflow:hidden}.blog-empty-note{color:#71717a;font-size:.95rem;margin-top:2rem;text-align:center}.blog-skeleton-grid{display:flex;flex-direction:column;gap:2rem}.blog-skeleton-card,.blog-skeleton-featured{background:#fff;border:1px solid #e8e8ec;border-radius:14px;overflow:hidden}.blog-skel-image{animation:blogShimmer 1.5s ease-in-out infinite;background:#f0f0f4;height:200px;width:100%}.blog-skel-body{display:flex;flex-direction:column;gap:.625rem;padding:1.25rem}.blog-skel-badge{border-radius:999px;width:64px}.blog-skel-badge,.blog-skel-title{animation:blogShimmer 1.5s ease-in-out infinite;background:#f0f0f4;height:20px}.blog-skel-title{border-radius:4px;width:70%}.blog-skel-text{animation:blogShimmer 1.5s ease-in-out infinite;background:#f0f0f4;border-radius:4px;height:14px;width:100%}.blog-skel-text--short{width:60%}@keyframes blogShimmer{0%,to{opacity:1}50%{opacity:.4}}@media (min-width:768px){.blog-hero{padding:4rem 2rem 3.5rem}.blog-hero-title{font-size:2.5rem}.blog-hero-subtitle{font-size:1.125rem}.blog-content-wrapper{padding:2.5rem 1.5rem 4rem}.blog-featured{flex-direction:row}.blog-featured-img-wrap{height:auto;min-height:280px;width:45%}.blog-featured-body{flex:1 1;gap:.625rem;justify-content:center;padding:2rem}.blog-featured-title{font-size:1.75rem}.blog-featured-excerpt{-webkit-line-clamp:4;font-size:1rem}.blog-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.blog-card-img-wrap{height:190px}.blog-section-title{font-size:1.5rem}.blog-skel-image{height:240px}}@media (min-width:1024px){.blog-hero{padding:4.5rem 2rem 4rem}.blog-hero-title{font-size:2.75rem}.blog-content-wrapper{padding:3rem 2rem 4rem}.blog-featured-img-wrap{min-height:320px;width:50%}.blog-featured-body{padding:2.5rem}.blog-featured-title{font-size:2rem}.blog-grid{grid-template-columns:repeat(3,1fr)}.blog-card-img-wrap{height:200px}}@media (max-width:480px){.blog-hero{padding:2.5rem 1rem 2rem}.blog-hero-title{font-size:1.625rem}.blog-hero-subtitle{font-size:.95rem}.blog-content-wrapper{padding:1.5rem .75rem 2.5rem}.blog-featured-img-wrap{height:200px}.blog-featured-body{padding:1.125rem}.blog-featured-title{font-size:1.25rem}.blog-card-img-wrap{height:160px}.blog-card-body{padding:1rem}.blog-card-title{font-size:1rem}}@media (prefers-reduced-motion:reduce){.blog-card,.blog-card-img,.blog-featured,.blog-featured-img,.blog-read-link i{transition:none}.blog-skel-badge,.blog-skel-image,.blog-skel-text,.blog-skel-title{animation:none}}
/*# sourceMappingURL=1781.22f32243.chunk.css.map*/