@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");.blog-hero{font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;padding:75px 0 72px}.blog-hero__inner{margin:0 auto;max-width:1400px;padding:0 24px}.blog-hero__title{color:#fff;font-size:clamp(40px,6vw,55px);font-weight:600;line-height:1.05;margin:24px 0 4px}.blog-hero__subtitle{color:#fff;font-size:18px;font-weight:600;margin:0 0 28px}.blog-hero__card{align-items:center;background:#fff;border-radius:24px;display:flex;gap:48px;padding:48px}.blog-hero__text{flex:1;min-width:0}.blog-hero__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.blog-hero__tag{background:#00249c;border-radius:999px;color:#fff;font-size:13px;font-weight:600;padding:4px 8px}.blog-hero__card-title{color:#00249c;font-size:clamp(24px,3vw,36px);font-weight:600;line-height:1.15;margin:0 0 16px}.blog-hero__excerpt{color:#4b5563;font-size:16px;line-height:1.6;margin-bottom:24px}.blog-hero__btn{align-items:center;background:#0092ff;border-radius:999px;color:#fff;display:inline-flex;font-weight:600;gap:8px;padding:10px 20px;text-decoration:none}.blog-hero__btn-icon{flex:0 0 auto;height:20px;width:20px}.blog-hero__media{flex:1;min-width:0}.blog-hero__media img{border-radius:16px;display:block;height:100%;max-height:420px;object-fit:cover;width:100%}@media (max-width:900px){.blog-hero__title{font-size:36px;line-height:1.1}.blog-hero__subtitle,.blog-hero__title{text-align:center}.blog-hero__subtitle{font-size:16px}.blog-hero__card{flex-direction:column;gap:24px;padding:24px}.blog-hero__media{order:-1}.blog-hero__media img{height:240px;max-height:none}}.blog-hero__btn{transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.blog-hero__btn svg{transition:transform .2s ease}.blog-hero__btn:hover{background:#0b74e0!important;box-shadow:0 6px 16px rgba(0,0,0,.18);transform:translateY(-2px)}.blog-hero__btn:hover svg{transform:translateX(3px)}