.blog-module__M9mIKG__page{--background:#fff;--foreground:#0f172a;--border:#e2e8f0;--primary:#2e499d;--primary-foreground:#fff;--secondary:#f1f5f9;--muted:#f8fafc;--muted-foreground:#64748b;--accent:#e0f2fe;--accent-foreground:#2e499d;--card:#fff;background:var(--background);color:var(--foreground)}.blog-module__M9mIKG__hero{width:100%;min-height:420px;position:relative;overflow:hidden}.blog-module__M9mIKG__heroOverlay{z-index:1;background:linear-gradient(90deg,#0f172af2,#0f172acc,#0f172a40);position:absolute;inset:0}.blog-module__M9mIKG__heroInner{z-index:2;align-items:center;padding:72px 100px;display:flex;position:relative}.blog-module__M9mIKG__heroCard{color:#fff;background-color:#0f172aeb;border-radius:12px;max-width:560px;padding:32px 40px;box-shadow:0 16px 40px #0003}.blog-module__M9mIKG__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:16px;font-size:13px;font-weight:700}.blog-module__M9mIKG__title{color:#fff;margin:0 0 16px;font-size:36px;font-weight:900;line-height:1.1}.blog-module__M9mIKG__subtitle{color:#94a3b8;margin:0 0 24px;font-size:15px;line-height:1.7}.blog-module__M9mIKG__heroBtn{background-color:var(--accent);color:var(--accent-foreground);cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:800;text-decoration:none;display:inline-flex}.blog-module__M9mIKG__featuredSection{background-color:var(--background);padding:40px 100px}.blog-module__M9mIKG__featuredCard{background-color:var(--card);border-radius:24px;grid-template-columns:1.2fr 1fr;align-items:center;gap:40px;display:grid;overflow:hidden}.blog-module__M9mIKG__featuredImage{width:100%;height:400px;position:relative}.blog-module__M9mIKG__featuredImage img{object-fit:cover;border-radius:24px;width:100%;height:100%}.blog-module__M9mIKG__featuredContent{padding-right:40px}.blog-module__M9mIKG__meta{color:var(--muted-foreground);flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;font-size:13px;display:flex}.blog-module__M9mIKG__metaTag{background-color:var(--accent);color:var(--primary);border-radius:4px;padding:4px 12px;font-weight:800}.blog-module__M9mIKG__featuredTitle{color:var(--foreground);margin:0 0 12px;font-size:27px;font-weight:700;line-height:1.3}@media (min-width:640px){.blog-module__M9mIKG__featuredTitle{font-size:33px}}.blog-module__M9mIKG__featuredExcerpt{color:var(--muted-foreground);margin:0 0 24px;font-size:18px;line-height:1.6}.blog-module__M9mIKG__readMore{color:var(--primary);cursor:pointer;align-items:center;gap:8px;font-weight:800;text-decoration:none;display:inline-flex}.blog-module__M9mIKG__gridSection{background-color:var(--background);padding:40px 100px 100px}.blog-module__M9mIKG__grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.blog-module__M9mIKG__card{flex-direction:column;gap:16px;display:flex}.blog-module__M9mIKG__cardImage{border-radius:16px;width:100%;height:240px;position:relative;overflow:hidden}.blog-module__M9mIKG__cardImage img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.blog-module__M9mIKG__card:hover .blog-module__M9mIKG__cardImage img{transform:scale(1.05)}.blog-module__M9mIKG__cardTitle{color:var(--foreground);margin:0 0 12px;font-size:20px;font-weight:900;line-height:1.4}.blog-module__M9mIKG__cardExcerpt{color:var(--muted-foreground);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 16px;font-size:15px;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-module__M9mIKG__footer{color:#fff;background-color:#0f172a;margin-top:auto;padding:80px 100px 40px}.blog-module__M9mIKG__footerGrid{grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;max-width:1400px;margin-bottom:60px;margin-left:auto;margin-right:auto;display:grid}.blog-module__M9mIKG__footerBrand h3{color:#fff;margin:0 0 24px;font-size:24px;font-weight:900}.blog-module__M9mIKG__footerDesc{color:#94a3b8;max-width:300px;margin:0 0 32px;line-height:1.6}.blog-module__M9mIKG__footerCol h4{color:#fff;margin:0 0 24px;font-size:16px;font-weight:800}.blog-module__M9mIKG__footerLinks{flex-direction:column;gap:16px;display:flex}.blog-module__M9mIKG__footerLink{color:#94a3b8;font-size:14px;text-decoration:none;transition:color .2s}.blog-module__M9mIKG__footerLink:hover{color:#fff}.blog-module__M9mIKG__footerBottom{color:#64748b;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:16px;max-width:1400px;margin:0 auto;padding-top:32px;font-size:14px;display:flex}.blog-module__M9mIKG__social{color:#cbd5e1;gap:20px;display:flex}.blog-module__M9mIKG__social a{width:34px;height:34px;color:inherit;border:1px solid #ffffff2e;border-radius:9999px;justify-content:center;align-items:center;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex}.blog-module__M9mIKG__social a:hover{color:#fff;background-color:#ffffff0f;border-color:#ffffff59}@media (max-width:1100px){.blog-module__M9mIKG__heroInner,.blog-module__M9mIKG__featuredSection,.blog-module__M9mIKG__gridSection,.blog-module__M9mIKG__footer{padding-left:24px;padding-right:24px}.blog-module__M9mIKG__featuredCard{grid-template-columns:1fr}.blog-module__M9mIKG__featuredContent{padding:0 0 32px}.blog-module__M9mIKG__grid{grid-template-columns:1fr}.blog-module__M9mIKG__footerGrid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.blog-module__M9mIKG__heroInner{padding-top:56px;padding-bottom:56px}.blog-module__M9mIKG__footerGrid{grid-template-columns:1fr;gap:32px}.blog-module__M9mIKG__footerBottom{flex-direction:column;align-items:flex-start}}
