.home_block_11{background:var(--bg-surface);padding-top:9rem;padding-bottom:9rem}.home_block_11_inner{display:grid;grid-template-columns:1.3fr 1fr;gap:5rem;align-items:start}.home_block_11_left{display:flex;flex-direction:column;gap:1.8rem}.home_block_11_title{margin-top:.4rem}.home_block_11_body{color:var(--text-muted)}.home_block_11_table{margin-top:.6rem}.home_block_11_outro{color:var(--text-muted);margin-top:.6rem}.home_block_11_right{position:sticky;top:9rem}.home_block_11_card{background:#fff;border:1px solid var(--bg-line);box-shadow:var(--shadow-card);overflow:hidden;display:flex;flex-direction:column;clip-path:polygon(18px 0%,calc(100% - 18px) 0%,100% 18px,100% calc(100% - 18px),calc(100% - 18px) 100%,18px 100%,0% calc(100% - 18px),0% 18px)}.home_block_11_card_img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.home_block_11_card_body{padding:2.4rem 2.4rem 2.6rem;display:flex;flex-direction:column;gap:1rem}.home_block_11_card_eyebrow{font-size:.85rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.18em;display:inline-flex;align-items:center;gap:.5rem}.home_block_11_card_eyebrow::before{content:"";width:.6rem;height:.6rem;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px rgba(37,99,235,.18);animation:pulse-accent 2s ease-in-out infinite}@keyframes pulse-accent{0%,100%{box-shadow:0 0 0 4px rgba(37,99,235,.18)}50%{box-shadow:0 0 0 8px rgba(37,99,235,.06)}}.home_block_11_card_title{margin-top:.2rem;color:var(--text)}.home_block_11_card_desc{color:var(--text-muted)}.home_block_11_card_cta{align-self:flex-start;margin-top:.8rem}@media (max-width:1024px){.home_block_11_inner{grid-template-columns:1fr;gap:4rem}.home_block_11_right{position:static}.home_block_11_card_cta{align-self:stretch}}