.hiw-shell{grid-template-columns:300px minmax(0,1fr) 300px;align-items:start;gap:32px;max-width:1360px;margin:0 auto;padding:0 16px;display:grid}.hiw-left,.hiw-right{top:calc(var(--hiw-header-h,64px) + 24px);flex-direction:column;gap:16px;padding-top:24px;display:flex;position:sticky}.hiw-center{min-width:0}@media (max-width:1200px){.hiw-shell{grid-template-columns:1fr}.hiw-left,.hiw-right{padding-top:0;position:static}.hiw-center{order:-1}}.hiw-side-card{background:var(--brand-customer-bg-card);border:1px solid var(--brand-customer-border-subtle);box-shadow:var(--brand-customer-shadow-4);border-radius:12px;padding:18px 16px}.hiw-sidebar-cta{background:var(--brand-customer-color-neutral-950);color:#fff;border-radius:16px;padding:20px}.hiw-cta-band{background:linear-gradient(135deg,var(--autorigin-blue,#0051d5),#039);box-shadow:var(--brand-customer-shadow-4);border-radius:20px}.hiw-cta-title{color:#fff;font-size:1.35rem;font-weight:900;line-height:1.2}@media (min-width:768px){.hiw-cta-title{font-size:1.6rem}}.hiw-hist-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:700px){.hiw-hist-grid{grid-template-columns:1fr}}.hiw-hist-card{background:var(--brand-customer-bg-card);border:1px solid var(--brand-customer-border-subtle);box-shadow:var(--brand-customer-shadow-4);border-radius:16px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:block;overflow:hidden}.hiw-hist-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #0000001f}.hiw-hist-card .hiw-hist-img{aspect-ratio:16/10;background:var(--brand-customer-bg-interactive);position:relative;overflow:hidden}@media (prefers-reduced-motion:reduce){.hiw-hist-card{transition:none}.hiw-hist-card:hover{transform:none}}